Oz N Tiram 9 жил өмнө
parent
commit
c59d0a4fb7

+ 1 - 1
tests/config_mysql.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 mysql -u root -p << END
 mysql -u root -p << END
-create database pwmantesta;
+create database pwmantest;
 create user 'pwman'@'localhost' IDENTIFIED BY '123456';
 create user 'pwman'@'localhost' IDENTIFIED BY '123456';
 grant all on pwmantest.* to 'pwman'@'localhost';
 grant all on pwmantest.* to 'pwman'@'localhost';
 END
 END