Error creating Database user and Granting privileges

Do you get the following error when trying to create user and grant privileges ? The database error when creating : ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use...

Connecting to Mariadb/MySQL RDS from phpMyAdmin

The Amazon RDS ( AWS RDS ) – Managed relational database service from aws is a real blessing these days. Since its managed by aws, you don’t have to worry about the patching / administration / backups / restore aspects of it. All you need to do is...

Installing MySQLnd in your cPanel server !

You might want to install the the MySQL native driver for PHP (MySQLnd) over the custom MySQL driver provided with the default EasyApache. To enable this manually, you will need to edit the file : /var/cpanel/easy/apache/rawopts/all_php5 and make sure the following...

MySQL databases not showing up space in cPanel

When trying to view the databases from the cPanel interface of an account, you might end up with no values at all. However, if you check the backend, you can find that these database folders consumes space. To fix this issue, SSH to the server and open the file :...

MySQL server not starting – Part 4 !

When trying to restart the MySQL service, do you happen to find the following error in the logs ? /usr/sbin/mysqld: Can’t create/write to file ‘/tmp/xx’ (Errcode: 122) date InnoDB: Error: unable to create temporary file; errno: 122 date [ERROR]...