My ./config/database.yml is here
http://www.student.cs.uwaterloo.ca/~jouellet/ruby/database.yml

I'm not sure exactly what a schema is. My mySql database has a db called
lifmod. There are two tables in that database that look like this
http://www.student.cs.uwaterloo.ca/~jouellet/ruby/tableDefinitions.sql

i think this is the command i used to create the user 'jay' in mySql
GRANT ALL PRIVILEGES ON *.* TO 'jay'@'%';


On Tue, 25 Oct 2005, Caleb Phillips wrote:

> > Rails is not selecting the database before it issues sql commands. I get a
> > "No database selected: ..." error when trying to do anything.
> >
> > Does anyone know how to fix this?
> >
> > i got rails on os 10.4.2 with mysql
>
> Can you please re-post with the content in your ./config/database.yml
> and your database schema (in SQL).
>
> --
> Caleb Phillips
> IT SPecialist
> Small White Cube
> _______________________________________________
> PDXRuby mailing list
> [email protected]
> IRC: #pdx.rb on irc.freenode.net
> http://lists.pdxruby.org/mailman/listinfo/pdxruby
>
_______________________________________________
PDXRuby mailing list
[email protected]
IRC: #pdx.rb on irc.freenode.net
http://lists.pdxruby.org/mailman/listinfo/pdxruby

Reply via email to