Prova a scrivere un comando SQL:
SELECT * FROM information_schema.SCHEMATA S
WHERE schema_name = "myDataBase";
Potresti voler controllare questa risposta e i commenti su questo ressoure ;
Prova a scrivere un comando SQL:
SELECT * FROM information_schema.SCHEMATA S
WHERE schema_name = "myDataBase";
Potresti voler controllare questa risposta e i commenti su questo ressoure ;