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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -