Page 1 of 1

Cant connect to local host

Posted: Fri Feb 05, 2016 6:55 am
by blaauwkoen
Hi!

I have a problem with my server, yesterday evening. The DB part stopped working. If I try to stop a server or add one it gives me this message: Error: Connection to localhost failed
How can I fix this?

Greetings.

Re: Cant connect to local host

Posted: Fri Feb 05, 2016 8:06 am
by tjebbeke
Restart the mysql service. And check log files.

Re: Cant connect to local host

Posted: Fri Feb 05, 2016 9:48 am
by blaauwkoen
How van I reswt it? I'm a liytle bit a noob @tjebbeke

Re: Cant connect to local host

Posted: Fri Feb 05, 2016 11:27 am
by skurudo
via ssh -> connect to server and

Code: Select all

service mysql restart
or

Code: Select all

service mysqld restart
PS: Your OS?