Database problem: ( 2006 ) mysqli error: [2006: MySQL server has gone away] in EXECUTE("SELECT "value" FROM preferences WHERE "option" = 'urdd_startup' AND "userID" = 0 LIMIT 1")
I can log into mySql just fine as root and as the admin account I created for setting up the urd_user account...
So, anyway, here is the complete set of error messages when I click on the Start URDD button:
Feb 08 2012 02:58:13 INFO Database problem: 2013 - mysqli error: [2013: Lost connection to MySQL server during query] in EXECUTE("SELECT "value" FROM preferences WHERE "option" = 'urdd_startup' AND "userID" = 0 LIMIT 1")
Feb 08 2012 02:58:13 DEBUG fn:set_group() pid:7055 (18612224 18612224)
Feb 08 2012 02:58:13 WARNING Warning on line 122 in file /usr/share/urd/urdd/urdd_config.php: mkdir(): No such file or directory (2)
Feb 08 2012 02:58:13 INFO
Feb 08 2012 02:58:13 NOTICE Notice on line 123 in file /usr/share/urd/urdd/urdd_config.php: Undefined variable: db (

Feb 08 2012 02:58:13 DEBUG Connecting to mysqli @ localhost
Feb 08 2012 02:58:13 WARNING
Feb 08 2012 02:58:13 WARNING Database problem: ( 2013 ) mysqli error: [2013: Lost connection to MySQL server during query] in EXECUTE("SELECT "value" FROM preferences WHERE "option" = 'urdd_startup' AND "userID" = 0 LIMIT 1")
Feb 08 2012 02:58:10 INFO Opening log file: /tmp/urdd.log
Feb 08 2012 02:58:10 NOTICE Starting urdd
Feb 08 2012 02:58:10 WARNING Warning on line 212 in file /usr/share/urd/urdd/urdd_config.php: pcntl_getpriority(): Error 3: No process was located using the given parameters (2)
Seems that the first entry is a warning of a pcntl_getpriority() function not being located followed by a lost connection error to MySQL. I ran a MySQLAdmin command to see timeout settings and they're :
connect_timeout 43200
shutdown_timeout 3600
Where should I look to dig into this further?
-- da Lizard