> bin/upgrading/update-db.pl --runsql --populate
> Can't connect to the database (clust#0), so I can't update it.
I can log in to the database fine in mysql using the same user specified in ljconfig.pl
Here is the db portion of the config:
%DBINFO = (
'master' => {
'host' => "localhost",
'port' => 3306,
'user' => 'lj',
'pass' => 'somepass',
'role' => { 'cluster1' => 1, }, },);
Am I missing something?
Thanks.