query, mysql server
Try this

mysqladmin -u root -p create intranet
mysql -u root -p intranet < tables-mysql.sql

next time tell us what the error is and it is a lot easier to fix the problem :)

Quentin Bennett wrote:

> First pointer - what errors are you getting!
>
> -----Original Message-----
> From: Greg [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 2 November 2001 9:32 a.m.
> To: [EMAIL PROTECTED]
> Subject: Installing Calendar 0.9.33 on Mac OS X
>
> 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
>
> The information contained in this email is privileged and confidential
> and intended for the addressee only. If you are not the intended
> recipient, you are asked to respect that confidentiality and not
> disclose, copy or make use of its contents. If received in error
> you are asked to destroy this email and contact the sender immediately.
> Your assistance is appreciated.
>
> ---------------------------------------------------------------------
> 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


---------------------------------------------------------------------
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

Reply via email to