How to create mysql user without any prefix ?

sstallin

Verified User
Joined
Jul 8, 2019
Messages
6
Hi All,

When i am trying to create the mysql user in the direct admin control panel , by default it is creating with prefix of control panel user. But i dont want to create like that. I want to create the mysql user with the name whatever i wish. Please suggest how this issue can be addressed ?


Please help as this create huge issue in migration from cpanel.
 
Hello,

Directadmin does not allow creating users without any prefix in MySQL besides those created by default. If you need such a username you should use MySQL CLI or phpMyAdmin.
 
Back
Top