pabloapico
New member
- Joined
- Mar 12, 2024
- Messages
- 3
When a new account is created directadmin is supposed to create a database user in MariaDB/mysql (in my case MariaDB).
You can log in phpmyadmin as an administrator and find a user account per directadmin user with the same name.
Note that database users created manually always use the account name as prefix (ie. accountname_mydatabase) while this "primary" user for the account is just the name of the account.
This change of behaviour is unexpected and it is also not mentioned in the changelogs.
I could not find any related errors.
I am trying to figure out how to create the corresponding database user automatically like it always was. In the meantime we have to create the desired database user manually so that new accounts will work in the same way as the old ones.
You can log in phpmyadmin as an administrator and find a user account per directadmin user with the same name.
Note that database users created manually always use the account name as prefix (ie. accountname_mydatabase) while this "primary" user for the account is just the name of the account.
This change of behaviour is unexpected and it is also not mentioned in the changelogs.
I could not find any related errors.
I am trying to figure out how to create the corresponding database user automatically like it always was. In the meantime we have to create the desired database user manually so that new accounts will work in the same way as the old ones.