In some cases we have got the following error trying to access mySQL DB:
[root@localhost]#mysql
ERROR 2026 (HY000): SSL connection error
This was caused by SeLinux which run on that machine. The simpliest receipt is to switch SeLinux off.
To do that, go to /etc/selinux/config and change the line as follow:
SELINUX=disabled
Than save the file and reboot the system.
Thursday, January 04, 2007
mySQL 2026 error (SSL connection) on Fedora Core4
Labels:
add database user,
database error,
error 2026,
fedora,
linux,
mysql,
selinux
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment