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 :: sql insert 
Sql :: fatal error uncaught mysqli_sql_exception 
Sql :: last mysql 
Sql :: Write an SQL query to print details of the Workers whose FIRST_NAME ends with ‘h’ and contains six alphabets. 
Sql :: mysql order by list 
Sql :: sql online compiler 
Sql :: select in select sql 
Sql :: joining tables in sql 
Sql :: sql procedure 
Sql :: mysql dump database tables only 
Sql :: connect mysql 
Sql :: Sql Text or Varchar 
Sql :: year format in date mysql 
Sql :: online sql compiler 
Sql :: C# mysql update statement set value to null 
Sql :: sql server in python 
Sql :: left join 
Sql :: oracle sysdba connect as another user 
Sql :: TITLE: SQL Server principal "dbo" does not exist 
Sql :: 10000000000000000000 am to meters 
Sql :: mysql coonect sample code 
Sql :: Column count of mysql.user is wrong. Expected 42, found 44. The table is probably corrupted 
Sql :: consulta alias con inner join 
Sql :: oracle create package specification 
Sql :: Test SQL snippets 
Sql :: mysql replication change database name 
Sql :: add plugins to mysql workbench 
Sql :: mysql drop vs delete 
Sql :: IS THEre any difference between using default and := in plsql 
Sql :: SQL INNER JOIN With AS Alias 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =