Search
 
SCRIPT & CODE EXAMPLE
 

SQL

create database with hyphen sign mysql

create database `database-name`
Comment

mysql database hyphen

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

Example: 
GRANT ALL PRIVILEGES ON `database-name`.* TO 'username'@'localhost';
Comment

PREVIOUS NEXT
Code Example
Sql :: How is the default tablespace determined when creating a table? 
Sql :: dbms transaction tutorialspoint 
Sql :: opensuse stop MySQL 
Sql :: sql find record cannot cast date 
Sql :: postgres grep entire database 
Sql :: mariadb datetime change to microseconds 
Sql :: edit shchima table in sql 
Sql :: how to check table engine in mysql 
Sql :: how to fetch highest score in minimum time using mysql 
Sql :: normalization in database 2nd normal form 
Sql :: oracle factorial 
Sql :: python mysqlclient library not found for -lssl 
Sql :: systemctl mssql-server details 
Sql :: importing multiple xml files in azure sql database 
Sql :: get all tables with column name sql 
Sql :: in operator in sql 
Sql :: microsoft sql server import bak file 
Sql :: oracle temp tablespace size 
Sql :: select lowest values sql 
Sql :: pl/sql how to delete a trigger 
Sql :: how to Activate the database 
Csharp :: reload scene unity 
Csharp :: c# hello world program 
Csharp :: c# string equals ignore case 
Csharp :: how to edit postprocessing through script 
Csharp :: vue.createapp is not a function 
Csharp :: unity to integer 
Csharp :: unity enable gameobject 
Csharp :: enum loop 
Csharp :: vscode c# how to change to externial terminal 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =