PHP My Admin Importing - Joomla! Forum - community, help and support
hi
i have large backup database want restore file size big upload through phpmyadmin.
does know simple , easy way overcome this,
thanks
phil
i have large backup database want restore file size big upload through phpmyadmin.
does know simple , easy way overcome this,
thanks
phil
you can use mysql gui tools or command line.
http://dev.mysql.com/downloads/gui-tools/5.0.html
for command line, use following command:
>mysql db_name < backup.sql
http://dev.mysql.com/downloads/gui-tools/5.0.html
for command line, use following command:
>mysql db_name < backup.sql
Comments
Post a Comment