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# - NewtonSoft JArray - how to select multiple elements with LINQ -

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

c# - Using the generic type 'System.Collections.Generic.List<T>' requires 1 type arguments -