Mysql database setup for Horde 2.0

Chris Fischer chrisf@nwlink.com
Tue, 8 Jan 2002 19:30:01 -0800


Hi,

I was going through the README in /var/www/html/horde/scripts/db for seting
up Mysql with Horde 2.0. Everything goes OK until the last two steps:

mysql --user=horde --password=horde horde < auth.sql

returns the following error:

ERROR 1050 at line 3: Table 'horde_users' already exists

Well...yeah...because the table was created in Step 1:

mysql --user=root --password=****** < mysql_create.sql

Where did I make a wrong turn?

TIA for any advice.

Regards,

Chris Fischer