Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # SQL for setting up the test database and user. | |
| 2 CREATE DATABASE IF NOT EXISTS sk_testing; | |
| 3 GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON sk_testing.* TO 'test_user'@'lo calhost'; | |
|
tfarina
2014/12/17 18:49:31
I have something in my playground repo: https://gi
tfarina
2014/12/17 18:49:31
where is the command for creating test_user?
borenet
2014/12/17 21:02:21
It's created automatically in the GRANT command if
| |
| OLD | NEW |