mirror of
https://github.com/cheat/cheat.git
synced 2025-09-03 02:28:29 +02:00
Trivial changes.
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
# 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;
|
Reference in New Issue
Block a user