Question : MySQL backup w/ MySQL Administrator

Hello,

How do I know if the db schema has been backed up? I did a backup with the options shown on the screenshot and I'd like to know if the schema has been backed up also. If not, how can I do that? Does that have to be a separate backup?

Best Regards,
Levente Rog

EDIT: accidentally I put the question to the Sound cards zone, sorry.
Attachments:
 
MySQL Admin backup screenshot
MySQL Admin backup screenshot
 

Answer : MySQL backup w/ MySQL Administrator

once you select the tables and click on Execute Backup now...it will ask you to save the backup project to be saved to your desired path...than you can reuse that file to import the database..

you can take the manual backup using following command with command line or ssh

$ mysqldump -u xxxx -p database_name > somefile.sql
Random Solutions  
 
programming4us programming4us