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] >...
by Lazar | Mar 18, 2021 | Database Management
Log into phpMyAdmin from your Control Panel -> Website Manager section using your Database Username and Database Password. Once you are inside the phpMyAdmin click the import button and select the database which you would like to import. Note: You might have to...
by Lazar | Mar 18, 2021 | Database Management
You need to create an SSH account from your Control Panel > Hosting Tools > SSH Manager section. Your database backup/dump can be imported using your configured SSH account by executing the following command through SSH: mysql -h [DB HOSTNAME] -u [DB USERNAME]...