yeh it does, you have to run 2 commands form terminal to start and stop the mySQL
Code:
#starting SQL:
sudo /usr/local/mysql/support-files/mysql.server start
Stoping SQL:
sudo /usr/local/mysql/support-files/mysql.server stop
i dont know if it's my ruby skills, but i'm in the midst of learning RoR, like in terminal i can add data using ruby code, but when calling it in a .rhtml file it doesn't display the data
