building simple CRUD

I get this error message
SQLSTATE[HY000]: General error: 1007 Can’t create database ‘test’; database exists
but I’ve made sure I have zero databases.

thank you for your help

@kyleLingus said:
I get this error message
SQLSTATE[HY000]: General error: 1007 Can’t create database ‘test’; database exists
but I’ve made sure I have zero databases.

thank you for your help

The database test exists on the server, but it is not YOUR database.

Please note that you can only create databases through the control panel, and please make sure the database name you use matches exactly what’s shown there.

do I need a paid account to be able create tables with script?

SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user ‘epiz_21309784’@‘192.168.0.%’ to database ‘test2’

@kyleLingus said:
do I need a paid account to be able create tables with script?

SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user ‘epiz_21309784’@‘192.168.0.%’ to database ‘test2’

What’s the point of a database if you can’t create tables?

Please check your database name.