Re: simple commands, no joy

2001-06-19 Thread Pat Sherrill

Assuming you are trying to execute MySQL(SQL) commands from 'netsloth.dump',
remove the 'redirect to' after the mysql command.  This also assumes you are
logged into the localhost using the command line interface.

Your command would appear similar to the following:
mysql -u jjames -psd342 dbtheNetee 
/Library/WebServer/web1/book/install/netsloth.dump

Remove the trailing semi-colon from the command line.

I hope this helps...

Pat...
[EMAIL PROTECTED]



- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 18, 2001 9:44 PM
Subject: simple commands, no joy


 what's wrong with this please:

 mysql -u jjames -psd342 dbtheNetee 
 /Library/WebServer/web1/book/install/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



-
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




simple commands, no joy

2001-06-18 Thread trogers

what's wrong with this please:

mysql -u jjames -psd342 dbtheNetee  
/Library/WebServer/web1/book/install/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




Re: simple commands, no joy

2001-06-18 Thread Paul DuBois

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