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...
by Lazar | Mar 18, 2021 | Database Management
Access to the MySQL and PostgreSQL servers has been restricted on all shared hosting plans. If you want to manage your MySQL or PostgreSQL databases, please do so from the phpMyAdmin and phpPgAdmin sections from your Hosting Control Panel -> Database Manager.
by Lazar | Mar 18, 2021 | Database Management
Log into phpMyAdmin from your Control Panel->Database Manager section using your Database Username and Database Password. Once you are inside the phpMyAdmin application click on the Export link and choose to export the database in SQL file. Last you should click...
by Lazar | Mar 18, 2021 | Database Management
You need to create an SSH account from your Control Panel > Hosting Tools > SSH Manager section. To export a database use your configured SSH account by executing the following command through SSH: mysqldump -h [DB HOST] -u [DB USER] -p[DB PASS] [DB NAME] >...