How to start mysql server

Posted by Vineeth on Stack Overflow See other posts from Stack Overflow or by Vineeth
Published on 2010-05-28T09:54:56Z Indexed on 2010/05/28 10:02 UTC
Read the original article Hit count: 360

Filed under:

I installed mysql using yum install mysql on fedora 12. Now how do I start the mysql server?

[root@localhost init.d]# which mysql
/usr/bin/mysql

[root@localhost init.d]# mysql --version
mysql  Ver 14.14 Distrib 5.1.46, for redhat-linux-gnu (x86_64) using readline 5.1

Please, help

© Stack Overflow or respective owner

How to start mysql server

Posted by Vineeth on Super User See other posts from Super User or by Vineeth
Published on 2010-05-28T09:54:56Z Indexed on 2010/05/28 10:53 UTC
Read the original article Hit count: 360

Filed under:

I installed mysql using yum install mysql on fedora 12. Now how do I start the mysql server?

[root@localhost init.d]# which mysql
/usr/bin/mysql

[root@localhost init.d]# mysql --version
mysql  Ver 14.14 Distrib 5.1.46, for redhat-linux-gnu (x86_64) using readline 5.1

Please, help

© Super User or respective owner

Related posts about mysql