Solved [DA 1.61.1] DB Name is too long. MySQL length checking bug

MaXi32

Verified User
Joined
Jul 25, 2016
Messages
648
Location
The Earth
You can see that I have prefix username that is 9 characters long including underscore: example abcdefghij_
then when I start typing the next character 'a', DA starts saying that "DB name is too long" and I'm not able to create that database.

bug.PNG


I also checked this article and enabled the max username length to 30 as my system meets the sql requirement: https://www.directadmin.com/features.php?id=2294

Information about server
  • Server: Localhost via UNIX socket
  • Server type: MariaDB
  • Server connection: SSL is not being used
  • Server version: 10.4.13-MariaDB - MariaDB Server
  • Protocol version: 10
  • User: dx_xxx@localhost
  • Server charset: cp1252 West European (latin1)
  • Centos 8
Is this a known bug in this DA version: DA 1.61.1. I'm not able to create DB from DA.
 
Last edited:
You can see that I have prefix username that is 9 characters long including underscore: example abcdefghij_
then when I start typing the next character 'a', DA starts saying that "DB name is too long" and I'm not able to create that database.

View attachment 3407

I also checked this article and enabled the max username length to 30 as my system meets the sql requirement: https://www.directadmin.com/features.php?id=2294

Information about server
  • Server: Localhost via UNIX socket
  • Server type: MariaDB
  • Server connection: SSL is not being used Documentation
  • Server version: 10.4.13-MariaDB - MariaDB Server
  • Protocol version: 10
  • User: dx_xxx@localhost
  • Server charset: cp1252 West European (latin1)
  • Centos 8
Is this a known bug in this DA version: DA 1.61.1. I'm not able to create DB from DA.
Just remember to take all of this into account.
 
Last edited:
Back
Top