MySQL Problem... on port 3306

[expired user #7419]'s profile image [expired user #7419] posted 10 years ago in Running SQL scripts Permalink
Hi,
i am facing problem on my linux redhat server.
i have started mysql service successfully on port 3306. but after some time when i check pocessess on port 3306 it shows..

tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 2545/sshd
tcp 0 0 127.0.0.1:39890 127.0.0.1:3306 ESTABLISHED 2007/java
tcp 0 0 127.0.0.1:3306 127.0.0.1:39890 ESTABLISHED 2545/sshd
tcp 0 0 127.0.0.1:3306 127.0.0.1:47659 ESTABLISHED 2545/sshd
tcp 0 0 127.0.0.1:39896 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 ::1:3306 :::* LISTEN 2545/sshd

when i run command to check mysql status it shows

[root@proxy ~]# service mysqld status
mysqld is stopped


bu it can log in to mysql server successfull.. and can connect other devices with mysql..

please help me in this..

Regards:
Rao Qasim
[expired user #7459]'s profile image [expired user #7459] posted 10 years ago Permalink
Sounds like this is more a Fedora/Redhat problem than HeidiSQL, but try this:

systemctl enable mysqld.service
systemctl start mysqld.service


Source: http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-18-lamp

Please login to leave a reply, or register at first.