Thread: MySQL Problem
View Single Post
  #7 (permalink)  
Old 03-Jul-2009, 04:53
ken_yap ken_yap is online now
Flux Capacitor Penguin
 
Join Date: Jun 2008
Location: GMT+10
Posts: 5,220
ken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud of
Default 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.
Reply With Quote