How to start mysql server
- by Vineeth
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