When I try to create a database in the database, the error occurs: #1044 User ‘if0_37828213’@‘192.168.%’ has no access permission for database ‘users_db’
Your database name should be “if0_xxxxxx_somebame”. Make sure you are connecting with the correct credentials shown in the client area.
I pressed on Create database entered a name there then I went to phpmyadmin then I tried to create this where can I find the right data now?
I’m also a bit confused because you can’t create a database within a database. Can you walk me through what you did and where you seeing this error in a bit more detail?
I went to the database page (pressed on SQL) there is my SQL I wanted to enter and then the error came.
You can’t create databases from within your own SQL code. Any databases must be created through our panel, because that’s the only way they can be setup correctly.
And you can’t create a database with the name usersdb
, because all database names are always prefixed with your account username.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.