How to Upgrade MySQL Version with DirectAdmin CustomBuild

If your server has DirectAdmin installed as the control panel with the CustomBuild plugin, MySQL can be updated with the following steps:   1. Navigate to the custombuild folder # cd /usr/local/DirectAdmin/custombuild   2. Edit the options.conf as below: # mysql=5.1 # mysql_inst=yes # mysql_backup=yes **MySQL: possible values are 5.0, 5.1, 5.3, 5.5, 5.6  

How to create MySQL database in DirectAdmin (Enhanced Skin)

Introduction This knowledge base will guide you through the steps to create a MySQL database in DirectAdmin   Prerequisites Access to DirectAdmin: Ensure you know your username and password to log in to DirectAdmin.   Steps to create MYSQL Database 1. Login into Direct Admin as user. 2. Under Your account, click MySQL Management 3.

How to repair MySQL database in DirectAdmin

When you cannot access your website and you are seeing this kind of message: SQL query: DELETE FROM sessions WHERE expiry <1349879630 MySQL said: #126 – Incorrect key file for table ‘./your_database/sessions.MYI’; try to repair it It is possible that the hosting server had crashed and rebooted. After the server has restarted, your database tables

How To Allow Access To Remote MySQL Database Using SSH

If your web server does not have phpMyAdmin installed, you may add remote host for your database by first accessing your web server via SSH. Step 1 – Login into MySQL server. Step 2 – If you wish to allow database user “ips1” to access database “myDatabase” at IP address “192.168.1.1“, execute the following command.

How to enable remote access to MySQL database?

MySQL is a popular choice of database for using in web applications and is a central component of the widely used LAMP (Linux, Apache, MySQL, Perl / PHP / Python) web application software stack. Here is a step by step guide to allow remote access to MySQL database via DirectAdmin. Step 1: Login to your