mysql - xampp could not be started in ubuntu 12.04? -
i installed xampp linux couple of days ago , working fine. today wrongly
chmod 777 /opt/lampp then mysql won't started. uninstall xampp again install xampp following message come ::
starting xampp linux 1.8.1... xampp: web server daemon running. xampp: mysql daemon running. xampp: ftp daemon running. xampp linux started. then tried stop mysql typing::
sudo service mysql stop then shows :: mysql: unrecognized service
then tried stop apache server typing::
sudo service apach2 stop then shows ::
apache2: unrecognized service any suggestion ??
try:
sudo /etc/init.d mysql restart
Comments
Post a Comment