At 9:44 PM -0400 6/18/01, [EMAIL PROTECTED] wrote:
>what's wrong with this please:
>
>mysql> -u jjames -psd342 dbtheNetee < 
>/Library/WebServer/web1/book/install/netsloth.dump;
>
>     ->

Looks like you're trying to execute a shell command from within mysql.

Run the command from your shell prompt:

% mysql -u jjames -psd342 dbtheNetee < /Library/.../netsloth.dump

>
>
>
>(as i understand it a .dump = .sql file)
>
>thanks.
>
>---------------------------------------------------------------------
>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


-- 
Paul DuBois, [EMAIL PROTECTED]

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