Excluding commented lines and empty space, what are the contents of the older MySQL configuration file (i.e., "my.cnf" in the directory "/etc")?
Via root SSH access, here is an example command that could be used to help obtain the above information, assuming the suspect MySQL configuration is at the default path:
Code:# grep -v "^#\|^$" /etc/my.cnf



LinkBack URL
About LinkBacks





BD::mysql




