Service won't restart
Posted by:
JK Heydt
Date: June 10, 2021 04:20PM
Every time I modify the my.ini file in any way, I cannot restart the service. I've reinstalled MySQL server 3 times. As long as I don't touch the file, I can restart the service.
I need to make the following changes:
Under [mysqld]
max_allowed_packet = 1048576
wait_timeout = 6000
Under [mysqldump]
max_allowed_packet = 1048576
Add to the end of the file and save:
# Added after server installation
local_infile = 1
interactive_timeout = 28800
1. Why can't I change the INI file?
2. Where else can I make these changes?
Desperate!
Subject
Written By
Posted
Service won't restart
June 10, 2021 04:20PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.