This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Increase MYsql file size Upload
#16
RE: Increase MYsql file size Upload
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:
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

Reply
Thanks given by: TGates


Messages In This Thread
Increase MYsql file size Upload - by testing - 10-01-2017, 09:02 PM
RE: Increase MYsql file size Upload - by testing - 10-01-2017, 09:34 PM
RE: Increase MYsql file size Upload - by testing - 10-01-2017, 09:49 PM
RE: Increase MYsql file size Upload - by testing - 10-01-2017, 09:58 PM
RE: Increase MYsql file size Upload - by testing - 10-02-2017, 02:48 PM
RE: Increase MYsql file size Upload - by Me.B - 10-02-2017, 06:47 PM
RE: Increase MYsql file size Upload - by testing - 10-03-2017, 01:15 AM
RE: Increase MYsql file size Upload - by testing - 10-03-2017, 06:37 AM
RE: Increase MYsql file size Upload - by TGates - 10-04-2017, 03:56 AM
RE: Increase MYsql file size Upload - by Me.B - 10-04-2017, 04:57 AM
RE: Increase MYsql file size Upload - by betatester3.0 - 10-04-2017, 05:19 AM
RE: Increase MYsql file size Upload - by testing - 11-20-2017, 05:59 PM
RE: Increase MYsql file size Upload - by TGates - 11-21-2017, 06:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Increase disk space by adding volume only, it is okay? 7rdoq 10 707 11-06-2024, 07:27 AM
Last Post: TGates
Size of DB table x_logs too big, 5.6+ M records 7rdoq 5 525 10-24-2024, 06:26 AM
Last Post: TGates
How to set up File Manger for Sentora? donaldaugust 1 3 ,862 01-11-2022, 05:01 AM
Last Post: Nigel

Forum Jump:


Users browsing this thread: 2 Guest(s)