akash d. wrote in post #1128893: > Actually i installed mysql-workbench on ubuntu, unable to start mysql. > Whenever i type service mysql start or service mysqld start, i get " > mysql is unrecognized command".
Actually it means that mysql server is not installed try to re-install it by this command: sudo apt-get install mysql-server i did that and my problem resolved, :) Regards, -Akash -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8200cbab01ddb93cdfe6a9baa39f365d%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.

