Oz N Tiram hace 9 años
padre
commit
c59d0a4fb7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/config_mysql.sh

+ 1 - 1
tests/config_mysql.sh

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