php - Exported Database is Empty -


I have a code to backup the database using mysqldump though, output There is a file inside the empty data. Below is the script.

  $ command = "mysqldump -u root -p vti_ctes_demo> db / backupfile.sql"; System ($ command);  

mysqldump -u root-p [root_password] [database_name]> dumpfilename.sql < / P>

It seems that you forgot to type the password


Comments

Popular posts from this blog

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -