ubuntu - How to backup my phpmyadmin correctly? -


i have problem server. try backup database in phpmyadmin.first, after login choose database --> select export --> select database -> doing export. enter image description here

but, after want restore new phpmyadmin database not restore.

mysql -u root -p > localhost.sql

why ?


edit

i make whole database inside phpmyadmin backup.after restore 3 databases restored 2 databases not show (this database have around 200.000 rows)

it's won't work cause database inside phpmyadmin downloaded single file. such information schema , phpmyadmin setting backed up.

this trouble happen because during restore new phpmyadmin old information schema meet default information schema new one. after read sites, said don't replace old one.

so, dump query success restore (this query before infomation schema dump query). but, next query ( after information schema dump query) can't restore. must restore 1 one db inside file.

note :

backup database except information schema or other stuff outside own db if db large, better use mysql shell.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -