[jifty-devel] Re: [Jifty-commit] r505 -

Jesse Vincent jesse at bestpractical.com
Sun Jan 15 23:23:20 EST 2006


> >+++ jifty/trunk/lib/Jifty/Script/Schema.pm	Sat Jan 14 13:25:14 2006
> >+    $connect_args{'database'} = 'mysql' if ( $driver eq 'mysql' );
> 
> This causes the connect to fail if the user/pass specified in 
> etc/config.yml doesn't have access to the 'mysql' table, which is often 
> the case.
> 
> If you remove the line above that's been added, mysql then seems to work 
> with Jifty (well, at the very least 'jifty schema --setup' works).
> 

Huh. It didn't do the right thing for the create for me. Are you
creating the DB by hand?


More information about the jifty-devel mailing list