View Single Post
11-09-2007   #3 (permalink)
studioprisoner
Mac Specialist
 
studioprisoner's Avatar
 
Join Date: Dec 2006
Location: Melbourne, Australia
Posts: 383
studioprisoner has disabled reputation
Send a message via AIM to studioprisoner Send a message via MSN to studioprisoner Send a message via Yahoo to studioprisoner Send a message via Skype™ to studioprisoner
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
studioprisoner is offline   Reply With Quote