chuleta_mysql
This is an old revision of the document!
mysql> create database gdpr; Query OK, 1 row affected (0.08 sec) mysql> CREATE USER 'user_gdpr'@'localhost' IDENTIFIED BY 'gdpr_user_password'; Query OK, 0 rows affected (0.00 sec) mysql> GRANT ALL PRIVILEGES ON gdpr . * TO 'user_gdpr'@'localhost'; Query OK, 0 rows affected (0.00 sec)
chuleta_mysql.1528099751.txt.gz · Last modified: by etfiat
