@@ -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