Disabling MySQL Strict Mode: A Guide to Configuration

thumb_up 1  ·  sell Disable MySQL strict mode, Turning off MySQL strict mode, MySQL configuration without strict mode

You must disable MySQL® Strict Mode in order to run WHMCS on your server. We recommend disabling it at the time of installation to avoid later database errors.

Disabling MySQL Strict Mode requires full root permissions for your server. If you do not have root-level access, contact your hosting provider or system administrator.

Disable MySQL Strict Mode

You can use several different methods to disable MySQL Strict Mode depending on your preferences and the control panel you use.

To disable MySQL Strict Mode:

1. Log in to WHM as the root user and go to Server Configuration >> Terminal.

2. Open the MySQL configuration file using your preferred text editor (for example, nano or vi). For cPanel servers, this is the /etc/my.cnf file:

nano -w /etc/my.cnf
 

3. Edit the sql_mode setting to remove the current value:

sql_mode=
 

4. Restart the MySQL service. To do this in WHM, go to Restart Services >> SQL Server (MySQL).

 

The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

 

Was this answer helpful?

Related Articles

description

Step-by-Step Guide to Installing WHMCS

To start using WHMCS, you will need to install it on your server. You may need help from your hosting provider or system administrator…

arrow_forward
description

Configuring cPanel Site Software for WHMCS Integration: A How-To Guide

You can install WHMCS using cPanel's Site Software feature. Before you can perform the installation, a WHM user must enable WHMCS…

arrow_forward
description

Effortless WHMCS Installation Using cPanel Site Software: A Step-by-Step Tutorial

You can install WHMCS easily using cPanel's Site Software feature. To do this: 1. If you have not already done so, configure…

arrow_forward
description

Configuring WHMCS Cron Jobs: Step-by-Step Setup Guide

You will need to configure the cron job as soon as you finish installing WHMCS. The cron job executes WHMCS's automation tasks,…

arrow_forward
description

Customizing the WHMCS Cron Schedule: Configuration Guide

The WHMCS cron job performs many of the automated tasks for your WHMCS installation. You can customize when and how often it runs…

arrow_forward
arrow_back « Back