Hello !
I own a SQL private database, and I would to generate new databases with PHP code. My first step was to ensure I could send MySQL queries, but The `CREATE DATABASE` command cannot be executed 😐. In the other hand, I can create and delete new table without problem.
When I try to create a new database with MySQL workbench, the console say that I do not have the rights to do so🤔. I'm using the user from the User&Rights tab, and they only have the rights for the selected databases, so that's not really surprising at all. Thus, isn't there a kind of 'super user' or administrator user that I can use to send MySQL commands such as `CREATE DATABASE`?
Thank you for your answers😊
Create a database with MySQL Workbench
Related questions
- Every friday morning the web application i host on OVH server doesn't work.
5113
11.04.2025 11:28
- SSL on Node JS : permission denied
4698
06.06.2020 06:29
- Can Plesk Obsydian be installed on the VPS 2016 Cloud instances that offer the free Web
4476
22.03.2020 18:54
- vSphere from Linux
4447
13.02.2018 08:34
- Vps on Plex how to load it
4315
30.07.2018 09:07
- Move a VM between data centres
3652
24.03.2020 07:57
- Instance Stuck in "Backup instance creation" status
3552
17.02.2022 03:44
- Using vRack DHCP in Private Cloud
3486
29.08.2020 21:12
- Problem activate dkim
3168
20.09.2023 07:11