i can enter in the mysql with password and i see all databases
the problem is that when i create a new website and database then aapanel can't associate database to user
i have old database with name sql_namedb with user sql_namedb but now when i try to do it i don't have the user associated to the related db
this is strange because the aapanel creates database and user but can't associate user to db
this is an old database

this is a new database

and directly in phpmyadmin if i try to create a user with db i get this error
CREATE USER 'db-test'@'%' IDENTIFIED WITH mysql_native_password BY '**';ALTER USER 'db-test'@'%' REQUIRE NONE;CREATE DATABASE IF NOT EXISTS db-test;GRANT ALL PRIVILEGES ON db-test. TO 'db-test'@'%';
im logged in woth root