Yes, gem install mysql is needed.
But, I'm not sure what do you mean lots of errors.
Maybe you should post your errors here.
sure, a sample run is:
C:\Software Projects\ror\shov6>gem install mysql
Successfully installed mysql-2.8.1-x86-mingw32
1 gem installed
Installing ri documentation for mysql-2.8.1-x86-mingw32...
OK. Now I know…
I thought t you can see “1 gem installed”
So, it means you’ve already finished install mysql gem now.
And the following errors come from when installation the documentation.
OK. Now I know...
I thought t you can see "1 gem installed"
So, it means you've already finished install mysql gem now.
And the following errors come from when installation the documentation.
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)