Jason Hsu, Mr. Swift Linux wrote in post #1024613:
> /etc/init.d/mysql doesn't exist, and 'service mysql start' gives me
> the error message "mysql: unrecognized service".
>
> I'm using Ubuntu 11.04 as my OS. What packages do I need installed?
> I already have mysql-client-core-5.1 and mysql-common.
It means that mysql server is not installed. Try to re-install it by
this command: sudo apt-get install mysql-server
And start mysql server: service mysql start
This will resolve your problem.. :)
--
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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c7cce07b268204a1e215b57039193088%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment