by Lazar | Mar 18, 2021 | Database Management
The reason for this warning is due to the fact that you are using localhost as the hostname for your database in your script. Please note that localhost is used only when your web and database are located on the same server. On our hosting platform, the database is...
by Lazar | Mar 18, 2021 | Database Management
To connect to your database via SSH using the following command: mysql -h db_host_name -D db_name -u db_username -psomepass You can find the necessary information inside the Database Manager of your hosting control panel.
by Lazar | Mar 18, 2021 | Database Management
Please note that some of our hosting packages have a set limit for maximum database size. If you have reached the limit, the SQL server will reject any inserts. You can check the current disk usage from the Database Manager inside your Hosting Control Panel. For more...
by Lazar | Mar 18, 2021 | Database Management
The only privileges that your database does not have are CREATE DATABASE. If you wish to add new databases, please use the Database Manager.
by Lazar | Mar 18, 2021 | Database Management
The InnoDB storage engine is supported on our hosting plans. You can change the storage engine for your table via phpMyAdmin. You can access the phpMyAdmin from the Hosting Control Panel > Database Manager. Once you are in the Database Manager click the phpMyAdmin...