Fixing Mysql boot
This commit is contained in:
parent
85f1d26468
commit
0e912a84bc
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
#
|
#
|
||||||
# * Basic Settings
|
# * Basic Settings
|
||||||
#
|
#
|
||||||
user = vagrant
|
user = root
|
||||||
pid-file = /var/run/mysqld/mysqld.pid
|
pid-file = /var/run/mysqld/mysqld.pid
|
||||||
socket = /var/run/mysqld/mysqld.sock
|
socket = /var/run/mysqld/mysqld.sock
|
||||||
port = 3306
|
port = 3306
|
||||||
|
@ -126,4 +126,4 @@ collation-server = utf8mb4_general_ci
|
||||||
# This group is only read by MariaDB-10.0 servers.
|
# This group is only read by MariaDB-10.0 servers.
|
||||||
# If you use the same .cnf file for MariaDB of different versions,
|
# If you use the same .cnf file for MariaDB of different versions,
|
||||||
# use this group for options that older servers don't understand
|
# use this group for options that older servers don't understand
|
||||||
[mariadb-10.0]
|
[mariadb-10.0]
|
||||||
|
|
Reference in a new issue