Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 210 Bytes

config-and-restart.md

File metadata and controls

8 lines (7 loc) · 210 Bytes

Config and Restart

# change config in /etc/mysql/50-server.cnf 
# After that restart server - so that it takes your new config 
systemctl restart mariadb 
echo $? # Was call restart succesful -> 0