Do not set database name as 'database', mysql does not like it.

parent 2b6e54bb
......@@ -233,7 +233,7 @@ class Recipe(BaseSlapRecipe):
return stunnel_conf
def installMysqlServer(self, ip, port, database='database', user='user',
def installMysqlServer(self, ip, port, database='db', user='user',
template_filename=None, mysql_conf=None):
if mysql_conf is None:
mysql_conf = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment