Oz N Tiram 9 년 전
부모
커밋
c59d0a4fb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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