My database over 1G, use phpmyadmin need 1000times restore. I don't have idea to do it.
My database over 1G, use phpmyadmin need 1000times restore. I don't have idea to do it.
For large SQL imports you should use:
SSH
login host:your_username pw:your_password
Command line for import mysql sql data file
mysql -u (database_username) -p DatabaseName < path/DatabaseBackup.sql
If you do not have access to SSH then your host provider must do it.
For more information google
Skip
• 446F63746F722057686F •