Re: MySQL Problem
"service" is a Redhat-ism. The standard way which works with all distros is actually
/etc/init.d/mysql start
Remember this if you ever have to take any Linux exams. "rcmysql start" is a SUSE-ism. However as a shortcut it's more useful than "service mysql start" because you can use TAB completion after the rc.
|