Oz N Tiram %!s(int64=9) %!d(string=hai) anos
pai
achega
c59d0a4fb7
Modificáronse 1 ficheiros con 1 adicións e 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