RE: Increase MYsql file size Upload
10-04-2017, 05:19 AM
(This post was last modified: 10-04-2017, 05:20 AM by betatester3.0.)
If you would like to learn here are the steps to import your .sql file
Location to sql file to be imported: /var/sentora/hostdata/zadmin/public_html/mysupersite.tld/db_file.sql
Now that we have the location we can import the file.
SSH into your server and enter the following:
if you want to create a database you can use
Location to sql file to be imported: /var/sentora/hostdata/zadmin/public_html/mysupersite.tld/db_file.sql
Now that we have the location we can import the file.
SSH into your server and enter the following:
Code:
mysql -u username -p database_name < /var/sentora/hostdata/zadmin/public_html/mysupersite.tld/db_file.sql
if you want to create a database you can use
Code:
login to mysql...
mysql -u username -p //hit enter it will prompt you for your password
//after you enter your password enter the following
CREATE DATABASE `database_name_to_create`;
//don't forget to add the ";" at the end of the sql query
-BetaTester3.0 || Just Another Sentora User.
Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw