This forum is no longer active. Please post your questions to our new community site

Forums MAMPStack

ctlscript.sh and mysql problems in Terminal

Subscribe to ctlscript.sh and mysql problems in Terminal 2 post(s), 2 voice(s)

 
Avatar pablo 3 post(s)

Hi

Bit of a newbie…

I’ve run the ctlscript.sh in my terminal window and I get this result:

Starting mysqld.bin daemon with databases from /Applications/joomla-1.0.15-3/mysql/data
/Applications/joomla-1.0.15-3/mysql/scripts/ctl.sh : mysql could not be started
Syntax OK

It seems the script is not able to start the mysql on my system why is this?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi Pablo,

Probably there are another mysql running at the same port or it is a permissions issue. Have you installed the stack with “sudo”? Have you tried to start the “ctlscript.sh” as a root with “sudo”? Can you access to the application after running the ctlscript.sh? What is the result of this command after run the ctlscript.sh:

ps aux | grep mysql

Could you post the /Applications/joomla-1.0.15-3/mysql/data/mysqld.log to try to find the exact error?

Cheers.

Forums MAMPStack