DevOps
Linux Systems Engineer
- Joined
- Oct 18, 2019
- Messages
- 192
- Reaction score
- 17
- Points
- 18
- Location
- Novosibirsk, Russia
- Website
- addons.vevioz.com
Offline
Edit MySql conf on
Paste this conf
Restart MySql
Code:
/etc/my.cnf
Code:
/etc/mysql/my.cnf
Paste this conf
Code:
#
# This group is read both by the client and the server
# use it for options that affect everything
#
[client-server]
sql-mode=""
#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d
Restart MySql
Code:
service mysqld restart
Last edited: