mirror of
https://github.com/cheat/cheat.git
synced 2025-04-08 18:54:04 +02:00
Added mysql cheatsheet
This commit is contained in:
parent
24e1c2748f
commit
0c027b792d
@ -0,0 +1,5 @@
|
||||
# To create a database in utf8 charset
|
||||
CREATE DATABASE owa CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||
|
||||
# To add a user and give rights on the given database
|
||||
GRANT ALL PRIVILEGES ON database.* TO 'user'@'localhost'IDENTIFIED BY 'password' WITH GRANT OPTION;
|
Loading…
x
Reference in New Issue
Block a user