Latest Posts:

Connect to MySQL/PostgreSQL Database: The Correct Settings for Your Script/Software?

MySQL/PostgreSQL database connection can be established with script/software hosted only on your web hosting account (meaning no remote access is allowed...

How to Access Database via the Hosting Control Panel?

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...

How to Fix “Warning: mysql_connect(): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)”

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...

I am trying to access MySQL via the SSH command line, what is the path to MySQL command via SSH?

To connect to your database via SSH use the following command: You can find the necessary information inside the Database Manager of your hosting control...

The SQL Server is Rejecting any INSERT Queries. Why?

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...

1 2 3