Newbie here who has PHP and MySQL going, but can't figure out how to install calendar. I suspect this is because I don't understand UNIX and permissions and which account I'm in. Here are the instructions edited:
Unpack the calendar software in its own directory somewhere where your web server will find it. Where might this be? I'm not at all clear on where the webserver will find it. I tried putting it my Sites folder. MySQL (from command line): mysqladmin create intranet (This will create a database named "intranet".) I get an error when I try this from the command line. I went into mysql and created the database, but then the next command baffles me. Create the calendar tables using the supplied tables.sql file: MySQL (from command line): mysql intranet < tables-mysql.sql (where "intranet" is the name of your database) I get an error. thanks for any help or pointers. --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php