Re: Cannot complete database transfer

2004-12-16 Thread Gleb Paharenko
Hello. Have you installed clients programs? One package can contain only server (mysqld), another only client programs (mysql). "James Sherwood" <[EMAIL PROTECTED]> wrote: > I am trying to transfer a database from one linux box to another, both using > redhat. > > On one I performed a

Re: Cannot complete database transfer

2004-12-15 Thread James Sherwood
;[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 10:47 AM Subject: Re: Cannot complete database transfer > Did you install MySQL on the other box? It sounds like you took a > snapshot of the data but have not installed the executables yet. > > James Sherwood wrote: > > &

Re: Cannot complete database transfer

2004-12-15 Thread James Sherwood
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 11:07 AM Subject: Re: Cannot complete database transfer > "I keep getting 'command not found'. " > > This error indicates that your shell cannot find the mysql file to > execut

Re: Cannot complete database transfer

2004-12-15 Thread Jason McKnight
"I keep getting 'command not found'. " This error indicates that your shell cannot find the mysql file to execute (or that it is not executable for some reason... bad permissions). This can be caused by mysql (client) not being installed or by the client not being on a path that your user can s

Re: Cannot complete database transfer

2004-12-15 Thread Victor Pendleton
t; <[EMAIL PROTECTED]> To: "James Sherwood" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 10:47 AM Subject: Re: Cannot complete database transfer Did you install MySQL on the other box? It sounds like you took a snapshot of the data but

Re: Cannot complete database transfer

2004-12-15 Thread Victor Pendleton
Did you install MySQL on the other box? It sounds like you took a snapshot of the data but have not installed the executables yet. James Sherwood wrote: I am trying to transfer a database from one linux box to another, both using redhat. On one I performed a mysqldump and it worked fine. On the o

Cannot complete database transfer

2004-12-15 Thread James Sherwood
I am trying to transfer a database from one linux box to another, both using redhat. On one I performed a mysqldump and it worked fine. On the other I created the database using a manager and tried the 'mysql username password database < filename.sql' command The problem is, I cannot seem to get