MySQL has limited usernames to 16 characters for many years.
In versions of MySQL prior to 5.1, when a login username longer than 16 characters was sent to the server it was silently truncated to the 16 characters limit.
In MySQL 5.1, all characters submitted for the username are checked during authentication. This change means that any user submitting more than 16 characters as their login username will fail to authenticate once the server is upgraded from MySQL 5.0.x To correct this problem, only send the first 16 characters of the login username.
Most Popular Articles
How to upload a file using File Manager in cPanel
Sometimes it's necessary to upload files to your cPanel account. This can be easily accomplished...
How to configure custom name servers
If you have a reseller, you can set up and use custom name servers. For example, if your domain...
How to Create WHM Accounts/Master/Alpha in Zamfoo ??
1. Login to your WHM 2. Click on Add Package 3. Create a Package for Reseller/MasterReseller...
How to add a package in WHM?
How do I add, edit and delete packages in WHM? The following article explains how to add, edit...
How to Configure PayPal in WHMCS
Part 1: Initial Setup in WHMCS Begin by going to Setup > Payment Gateways in WHMCS....