> it does not matter which module I try to add into the mysql, I get the > same error. I can log into mysql, see the Horde database and and the > tables, but I must be missing a step telling it what database to use >
You need to specify which DB to use on the command line. mysql -u root -p horde < horde/kronolith/sql/kronolith.mysql.sql The first sql script executes fine because it creates a database called "horde". You need to specify the database to exec the other scripts on. Andy _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

