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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

java - Algorithm negotiation fail SSH in Jenkins -