############################################################################ SQL [OPTIONAL]# Your SQL configuration for use with Denora.## To make use of SQL use these tokens and change their setting to the# appropriate values.# # Please read docs/MYSQL file for more info and details.## Required tokens:# type - SQL server type.# Available options:# mysql# NOTE: Denora supports MySQL. Future versions may support# other SQL technologies.# host - SQL server hostname.# user - SQL user to log in with.# passwd - SQL pass required for the specified user to log in.# name - SQL database name Denora uses## Optional tokens:# sock - MySQL UNIX socket# port - MySQL TCP port# retryonlost - Attempt to reconnect sql even if we lost the server# retries - Number of retry attempts# retrygap - Time gap between each retry attempt# The product of these values must be between 1 and 60.# disableopt - Use with caution, only enable this if you are having# problems with mysql and zlib functions# keepusers - Do not truncate the users table on startup# Use this only in combination with the "usercache" setting!# Only enable this if you really need it.# keepservers - Do not truncate the server table on startup# Use this only in combination with the "servercache"# setting! Only enable this if you really need it.sql { // required tokens type mysql; host localhost; user anonymous; passwd password; name denora; // optional tokens #sock /tmp/mysql.sock; #port 3306; #retryonlost 0; #retries 6; #retrygap 10; #disableopt; #keepusers; #keepservers;};
[Jul 18 21:50:24.550000 2010] Denora is missing 23 required sql tables, disabling sql. Run ./mydbgen to update your sql db.