From: Alex <mys...@gm...> - 2015-09-29 16:22:10
|
Hi, > Look in your database logs to see why the tables didn't > create. If there's nothing, then reconfigure the db to log > errors and try again. So I migrated my sqlgrey.conf from the working system, and it didn't have the db_dsn line uncommented: # db_dsn = DBI:mysql:database=sqlgrey;host=localhost;port=3306 That value is null by default, so perhaps there should be a separate check for that? Apparently my logging wasn't set up the way I expected, because it wasn't logging these failures to connect to the database. Thanks, Alex |