Hi,
I freshly installed ClearOS Enterprise Version 5.1.
While trying to install some more of the stuff I used to use in ClarkConnect, I failed in the MySQL admin.
Services are running but while trying to go to https://myip:81/mysql it fails
In terminal mode I get more or less the same error
Any help on a fresh system available?
/bernd
I freshly installed ClearOS Enterprise Version 5.1.
While trying to install some more of the stuff I used to use in ClarkConnect, I failed in the MySQL admin.
Services are running but while trying to go to https://myip:81/mysql it fails
phpMyAdmin - Error
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
In terminal mode I get more or less the same error
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Any help on a fresh system available?
/bernd
In Database
Share this post:
Responses (5)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
hi,
netstat gives
[root@home ~]# netstat -ltpn | grep mysql
tcp 0 0 127.0.0.1:9092 0.0.0.0:* LISTEN 4089/mysqld
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 3905/mysqld
tcp 0 0 127.0.0.1:3308 0.0.0.0:* LISTEN 3767/system-mysqld
mysql is that fresh that I assume that it should be still untouched.
BTW: what might be the initial password (in case I would like to change the password via the ClearOS webconsole)? -
Accepted Answer

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »