Re: Command not found

2003-09-07 Thread Victoria Reznichenko
[EMAIL PROTECTED] wrote: > Here is another strange question: > > When I use "show databases", it shows me that I only have one database > called "test", and no database called "mysql" show up. > > However, I go back to the shell, under the "/usr/local/mysql/data/", it shows > me that I Do have

Re: Command not found

2003-09-05 Thread hliu
Here is another strange question: When I use "show databases", it shows me that I only have one database called "test", and no database called "mysql" show up. However, I go back to the shell, under the "/usr/local/mysql/data/", it shows me that I Do have a database called "mysql" including h

Re: Command not found

2003-09-05 Thread Parker Morse
On Friday, Sep 5, 2003, at 15:02 US/Eastern, hongbin liu wrote: Thank you so much. I changed the profile according to what you guys told me, and add "/usr/local/mysql/bin" to the profile. Guess what? It works great! But I am not sure if I did the right thing: my computer uses bash, I could not

RE: Command not found

2003-09-05 Thread hongbin liu
ocal/mysql/bin/mysql. It might be that simple. pjm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 10:30 AM To: Parker Morse Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Command not found Also make sure you installed both the serve

Re: Command not found

2003-09-05 Thread Parker Morse
On Friday, Sep 5, 2003, at 10:24 US/Eastern, Parker Morse wrote: You'll need to edit the .bashrc file in your home directory to add the /usr/local/mysql/bin directory to the search path if you want to avoid typing the full path. Another alternative is to place links to the binaries in one of the

Re: Command not found

2003-09-05 Thread Mike . Kent
ED]To: [EMAIL PROTECTED] m> cc: [EMAIL PROTECTED] Subject: Re: C

Re: Command not found

2003-09-05 Thread Parker Morse
On Friday, Sep 5, 2003, at 00:51 US/Eastern, [EMAIL PROTECTED] wrote: I installed the MySQL 4.0 on my Linxus machine (red hat 7.3). The installation shows no problem, and I can see that the 'mysqld' server is actually runing through a command like "./bin/mysqladmin version". However, it just doe