MySQL Forums
Forum List  »  Data Recovery

mysqldump dump tables only
Posted by: Leif Hyrne
Date: September 30, 2020 11:33AM

command line command used:

mysqldump --login-path='remote' -B db2136 --add-drop-database --add-drop-database --tables --where="SELECT distinct table_name FROM information_schema.tables where table_schema ='db2136'and table_name not like "'%group_%'" >> c:\nrtcontrols\staging\MISC\'db2136'_exp.sql
-- MySQL dump 10.13 Distrib 8.0.21, for Win64 (x86_64)

what I'm wanting is one EXPORT sql script with specified database creation script, no data & above specified tables creat & data...

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqldump dump tables only
731
September 30, 2020 11:33AM
277
September 30, 2020 11:34AM
300
September 30, 2020 03:27PM
286
October 01, 2020 02:42PM
279
October 01, 2020 03:15PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.