RE: Sanetora setup for beginner
03-18-2015, 04:03 PM
(This post was last modified: 03-18-2015, 04:05 PM by mailsmsi.)
One problem Solution
Q)How can import large data sql files in mysql ?
mysql -h yourhostname -u dbusername -p databasename < yoursqlfile.sql
It ask the password . Type db password. All Done.
All db username ,password and database can created by control panel
Q)How can import large data sql files in mysql ?
mysql -h yourhostname -u dbusername -p databasename < yoursqlfile.sql
It ask the password . Type db password. All Done.
All db username ,password and database can created by control panel