===Using an Alternate MySQL Database name=== Occasionally the default database name of 'vufind' is not appropriate for your environment. Changing the database name used by vufind is not overly difficult. In this example we will use the database name of 'LibVufind' instead of the default of 'vufind'. * In the 'Database' section of your ''config.ini'' file change the table name provided on the end of the 'database' string. database = mysql://vufind:mypassword@mysql.example.com/LibVufind * In the /vufind/web/conf/ directory rename the file ''vufind.ini'' to match your new Database name, in our example ''LibVufind.ini'' * Not renaming the vufind.ini will result in the following error: //DB_DataObject Error: Unable to load schema for database and table (turn debugging up to 5 for full error message)// * Changing the following line in the configuration file vufind/web/conf/config.ini under the Database section will give you more details. debug = 5