MySQL Forums
Forum List  »  Data Recovery

Re: mysqldump dump tables only
Posted by: Jon Stephens
Date: October 01, 2020 02:42PM

To execute a query from the system shell, use the mysql client with the -e option.

Note also that INFORMATION_SCHEMA tables are read-only--you cannot reload them from a dump file.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
702
September 30, 2020 11:33AM
258
September 30, 2020 11:34AM
285
September 30, 2020 03:27PM
Re: mysqldump dump tables only
266
October 01, 2020 02:42PM
258
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.