mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
fixed sql script testing setup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CREATE DATABASE romm_test;
|
||||
CREATE USER 'romm_test'@'%' IDENTIFIED BY 'passwd';
|
||||
CREATE DATABASE IF NOT EXISTS romm_test;
|
||||
CREATE USER IF NOT EXISTS 'romm_test'@'%' IDENTIFIED BY 'passwd';
|
||||
GRANT ALL PRIVILEGES ON romm_test.* TO 'romm_test'@'%' WITH GRANT OPTION;
|
||||
FLUSH PRIVILEGES;
|
||||
|
||||
Reference in New Issue
Block a user