- This topic has 1 reply, 2 voices, and was last updated 4 years ago by
John Pierce.
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Kloxo Next Generation Community
I just installed Kloxo-ng for the first time and I am getting various database related errors. Centos 7.
For example:
sh /script/upcp
Create database interface template (Forced)
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2 “No such file or directory”)
Update Kloxo database
– Update process
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2 “No such file or directory”)
– Fix web services
– Fix mail-all services
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2 “No such file or directory”)
Enter password:
when i try to change the password or reboot
sh /script/reset-mysql-root-password 1234
Stop MySQL service…
MySQL ROOT password reset…
Start MySQL service…
Connect failed: Access denied for user ‘root’@’localhost’ (using password: YES)
[root@skobox ~]# mysqld restart
210313 18:10:03 [Note] mysqld (mysqld 10.0.38-MariaDB) starting as process 30732 …
mysqld: Please consult the Knowledge Base to find out how to run mysqld as root!
210313 18:10:03 [ERROR] Aborting
210313 18:10:03 [Note] mysqld: Shutdown complete
Seems MariaDB-server was missing. Not sure why. I will need to do a test install and try to replicate the problem.