Browse Source

Fixed MySQL installation

bugfixes
gau1991 10 years ago
parent
commit
c2cab4f643
  1. 2
      ee/cli/plugins/stack.py

2
ee/cli/plugins/stack.py

@ -93,7 +93,7 @@ class EEStackController(CementBaseController):
"password {chars}\" | "
"debconf-set-selections".format(chars=chars))
mysql_config = """
[mysqld]
[client]
user = root
password = {chars}
""".format(chars=chars)

Loading…
Cancel
Save