On May 13, 11:53 am, Jian Lin <li...@ruby-forum.com> wrote:
>
> but when i use
>
> http://localhost:3000
>
> and click on the
>
>   About your application’s environment
>
> the box will say error...

What error ?

>
> right now MySQL is a command line app, does it need to be run as a
> background process?

When you installed mysql it should have installed some graphical
utilities that you can use to start up the server process (it may have
already started it for you). You'll also need to edit your
database.yml to refer to the instance of mysql on your machine (it may
not be a bad idea to look at a rails app created with -d mysql if
you're not familiar with how this looks)

Fred

>
> and i guess when i create the project, it is better to use
>
>   rails myapp -d mysql
>
> ?
>
> --
> Posted viahttp://www.ruby-forum.com/.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-t...@googlegroups.com.
> To unsubscribe from this group, send email to 
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/rubyonrails-talk?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to