Answers for "mysql database name hyphen"

SQL
0

mysql database hyphen

Put database names with hyphen characters (-) in backticks (``) to execute querries.

Example: 
GRANT ALL PRIVILEGES ON `database-name`.* TO 'username'@'localhost';
Posted by: Guest on July-12-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language