RE: Increase MYsql file size Upload
10-02-2017, 02:48 PM
(This post was last modified: 10-02-2017, 02:57 PM by testing.)
(10-01-2017, 10:19 PM)betatester3.0 Wrote: Add your domain name, create a database using the db module, create a user for the database created. login using the new user credentials then simply import your db.sql file
Tried twice, but failed to get upload, at 99percent it shows my error that you are uploading file too large type of error. Also I made upload file size as 5gb but I am just trying to upload only 1.2gb file size but it's not taking.
Can you please tell me to do it via ssh?
If i use this command will it work?
mysql -u dbusername -pdbpassword dbname < /path/to/file/file.sql
Regarding Path, my website db is present inside
/public_html/mydomain_com/db.sql
Should i use this in root ssh?