Displaying 1 result from an estimated 1 matches for "globalusers_develop".
2006 Jan 27
1
Multiple Database write question
...t;
end
end
end
and my model has the following connection code in it:
establish_connection(:adapter => "mysql",
:host => "localhost",
:port => 3306,
:database => "GlobalUsers_development",
:username => "root",
:password => "root")
set_table_name "users"
as you can see right now on my dev box I am connecting to my local
mysql instance as root so it shouldn''t be...