View Single Post
  #15  
Old 15th June 2021, 00:29
MicroMonkey's Avatar
MicroMonkey MicroMonkey is offline
Senior Member
 
Join Date: Jun 2016
P2P
Posts: 52
Default
Making that change in phpmyadmin wont stay after a reboot. If you add the line as SUDO to your my.cnf, you should only ever have to restart it once, aside from regular server reboots, but it will always stay
add to the bottom of my.cnf by editing it using sudo nano /etc/mysql/my.cnf
Code:
[mysqld]
sql_mode=NO_ENGINE_SUBSTITUTION
restart mysql server
Code:
sudo service mysql restart
__________________
More torrenttrader stuff at https://torrenttrader.uk
Reply With Quote