3
Unfortunately when MySQL -p voltrondb < voltrondb.sql is attempted I come accross two issues.
First, if I have walked through the XOOPS setup procedure certain tables have already been added to the database and such errors as these are returned:
# MySQL -p voltrondb < voltrondb.sql
Enter password:
ERROR 1050 at line 11: Table 'vkrew_avatar' already exists
#
Second, if I create a new database, then add the voltrondb.sql data the XOOPS system wont go through the setup process because the entries are already in the database...
Is there an appropriate next step from here, or a work around?
thanks!