how do I create databases in phpmyadmin using SQL query/queries?
When I run the CREATE DATABASE command in the sql window, the db is not created and I get an error:
- 1044 - Access denied for user 'xyz'@'localhost' to database 'xyz_global'
MySQL/MariaDB version: 10.6.16-MariaDB phpmyadmin version: 5.2.1
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.