Oz N Tiram il y a 9 ans
Parent
commit
c59d0a4fb7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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