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