Page 1 of 1
Mysqldump restore Attachments opencats-0.9.6
Posted: 26 Jan 2025, 18:19
by Melissa A
Hi would like to restore attachments/joborders.
Found the proper command:
mysqldump -u [user name] -p[password] [database name] > [dump file]
mysqldump: Couldn't find table: "Table"
Just require the table if you can assist.
Regards,
Melissa
Re: Mysqldump restore Attachments opencats-0.9.6
Posted: 11 Mar 2025, 08:14
by unclestrategy
mysqldump -u my_user -pmypassword my_database joborders > joborders_dump.sql
Re: Mysqldump restore Attachments opencats-0.9.6
Posted: 19 Mar 2025, 05:15
by fenneldimwitted
Melissa A wrote: ↑26 Jan 2025, 18:19
Hi would like to restore attachments/joborders.
Found the proper command:
mysqldump -u [user name] -p[password] [database name] > [dump file]Survival Race
mysqldump: Couldn't find table: "Table"
Just require the table if you can assist.
Regards,
Melissa
Before you continue, check to see if the tables exist in your database. Run the following command:
SHOW TABLES FROM [database_name];
If the tables do not appear in the list, they may not have been created or have been excluded from the dump.
Re: Mysqldump restore Attachments opencats-0.9.6
Posted: 27 Mar 2025, 00:08
by Peter
Which type of dump are you talking about?
Re: Mysqldump restore Attachments opencats-0.9.6
Posted: 23 May 2025, 08:46
by acpsupport
Here are the commands for your reference.
If you intend to backup the existing MySQL Database
mysqldump -u [user name] -p[password] [database name] > [dump file.sql]
If you have already backed up database and intend to restore into already existing database
mysql -u [user name] -p[password] [database name] < [dump file.sql]
ensure,
When you do the backup, use mysqldump and > symbol
When you do the restore, use mysql and < symbol
Thank you
Re: Mysqldump restore Attachments opencats-0.9.6
Posted: 05 Jun 2025, 04:40
by feltcupcake
Thanks for sharing the program updates with the matching commands. Exchange and share a lot of good tips to win and build
block blast opencats-0.9.6 programs.