by Lazar | Mar 18, 2021 | Database Management
MySQL/PostgreSQL database connection can be established with script/software hosted only on your web hosting account (meaning no remote access is allowed due to security reasons). The following settings are needed: DB Host: The hostname for your database server DB...
by Lazar | Mar 18, 2021 | Database Management
To access your database follow these steps: Log in to your hosting control panel Open the Database Manager Click on the link for the phpMyAdmin for your MySQL database or the phpPgAdmin for PostgreSQL. A new page will be loaded in a new tab where you need to enter...
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...