Re: ./mysql_install_db: line 86: my_print_defaults: command not found

2005-03-14 Thread Gleb Paharenko
Hello. > [EMAIL PROTECTED] scripts]# mysql_install_db --user=mysql > -bash: mysql_install_db: command not found > [EMAIL PROTECTED] scripts]# ./mysql_install_db --user=mysql > ./mysql_install_db: line 86: my_print_defaults: command not found > Could not find help file '

./mysql_install_db: line 86: my_print_defaults: command not found

2005-03-11 Thread Mark Sargent
ysql_install_db* is located in the |bin| or |scripts| directory: shell> bin/mysql_install_db --user=mysql shell> scripts/mysql_install_db --user=mysql Below is what I did, [EMAIL PROTECTED] scripts]# mysql_install_db --user=mysql -bash: mysql_install_db: command not found

Re: AW: command not found: trying to start mysql

2004-04-16 Thread Don Dachner
Thanks for the help! Worked perfectly. Don Paul DuBois <[EMAIL PROTECTED]> wrote: At 10:01 -0700 4/16/04, Don Dachner wrote: >Ok, that worked. Thanks. > >I guess now my only question is is there something wrong with my >environment since I have to type: > >"./bin/mysql -u root" > >instead of >

Re: AW: command not found: trying to start mysql

2004-04-16 Thread Paul DuBois
At 10:01 -0700 4/16/04, Don Dachner wrote: Ok, that worked. Thanks. I guess now my only question is is there something wrong with my environment since I have to type: "./bin/mysql -u root" instead of "mysql -u root"? I don't know about "wrong", but that's certainly less convenient than it need

Re: AW: command not found: trying to start mysql

2004-04-16 Thread Don Dachner
Ok, that worked. Thanks. I guess now my only question is is there something wrong with my environment since I have to type: "./bin/mysql -u root" instead of "mysql -u root"? Thanks, Don At 9:30 -0700 4/16/04, Don Dachner wrote: >I ran ./bin/safe_mysqld & > >and got: > >[1] 3328 > >ro

Re: AW: command not found: trying to start mysql

2004-04-16 Thread Paul DuBois
At 9:30 -0700 4/16/04, Don Dachner wrote: I ran ./bin/safe_mysqld & and got: [1] 3328 root # Starting mysqld daemon with databases from /usr/local/mysql/data and the cursor hangs on the next line down ... Your shell printed "root #". safe_mysqld (running in the background) printed the Starti

Re: AW: command not found: trying to start mysql

2004-04-16 Thread Don Dachner
I ran ./bin/safe_mysqld & and got: [1] 3328 root # Starting mysqld daemon with databases from /usr/local/mysql/data and the cursor hangs on the next line down ... thanks, don Try ls to see whether safe_mysqld is in the directory and the run: Safe_mysqld & Note! You have to be root to

AW: command not found: trying to start mysql

2004-04-15 Thread B. Fongo
reff: command not found: trying to start mysql binary 4.1 on Linux. to start mysql, i have to be in: /usr/local/mysql and execute: ./bin/mysql -u root mysql If i'm in another directory, I get "command not found: trying to start mysql". Seems to me this is a PATH issue. I had

command not found: trying to start mysql

2004-04-15 Thread Don Dachner
binary 4.1 on Linux. to start mysql, i have to be in: /usr/local/mysql and execute: ./bin/mysql -u root mysql If i'm in another directory, I get "command not found: trying to start mysql". Seems to me this is a PATH issue. I had binary 4.0 working here at one time, but I&#

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
t;. However, it just does not allow me to switch to the mysql client program from my login shell. Whenever I try to do so, it also says that "bash: mysql: command not found". I don't know how to deal with it. Could some MySQL experts please kindly help me with this? It's not a

Command not found

2003-09-04 Thread hliu
uot;./bin/mysqladmin version". However, it just does not allow me to switch to the mysql client program from my login shell. Whenever I try to do so, it also says that "bash: mysql: command not found". I don't know how to deal with it. Could some MySQL experts please ki

Re: Mysql command not found

2002-12-17 Thread Gary Hostetler
Success. Thanks. I could have sworn I installed the package before but I was filing to give the whole path to mysql in the command line. So I deinstalled it and installed the one off of the Golive CD. I'm glad you were familiar with mac os x. I'm running this on the dual 1.25 G4. On 12/18/02 12:4

Re: Mysql command not found

2002-12-17 Thread Paul DuBois
At 0:35 -0500 12/18/02, Gary Hostetler wrote: You're good. It is mac osx, which I was afraid would get me more errors than straight linux. I had this problem running a version of MySQL compiled for Mac OS X 10.1.5 after I upgraded to Jaguar (10.2), so perhaps you've simply installed a distributi

Re: Mysql command not found

2002-12-17 Thread Gary Hostetler
gt;> >> >> On 12/18/02 12:03 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote: >> >>> At 23:33 -0500 12/17/02, Gary Hostetler wrote: >>>> I just installed mysql but I get the command not found when I type mysql. >>>> I >>&g

Re: Mysql command not found

2002-12-17 Thread Paul DuBois
Paul DuBois" <[EMAIL PROTECTED]> wrote: At 23:33 -0500 12/17/02, Gary Hostetler wrote: I just installed mysql but I get the command not found when I type mysql. I am in the bin directory. Anyone know what is going on here? Does it work in that directory if you type: ./mysql If

Re: Mysql command not found

2002-12-17 Thread Gary Hostetler
just installed mysql but I get the command not found when I type mysql. I >> am in the bin directory. Anyone know what is going on here? > > Does it work in that directory if you type: > >./mysql > > If i

Re: Mysql command not found

2002-12-17 Thread Paul DuBois
At 23:33 -0500 12/17/02, Gary Hostetler wrote: I just installed mysql but I get the command not found when I type mysql. I am in the bin directory. Anyone know what is going on here? Does it work in that directory if you type: ./mysql If it does, then that's your clue. :-) Thanks

RE: Mysql command not found

2002-12-17 Thread JamesD
PROTECTED] Subject: Mysql command not found I just installed mysql but I get the command not found when I type mysql. I am in the bin directory. Anyone know what is going on here? Thanks Gary - Before posting, please check

Mysql command not found

2002-12-17 Thread Gary Hostetler
I just installed mysql but I get the command not found when I type mysql. I am in the bin directory. Anyone know what is going on here? Thanks Gary - Before posting, please check: http://www.mysql.com/manual.php (the

/usr/bin/safe_mysqld: 5: command not found (WAS: Re: 3.23.54 compile error)

2002-12-14 Thread Joshua J . Kugler
16, Gabriele Carioli wrote: > When I start mysql with > > service mysql start > > I get this error: > > /usr/bin/safe_mysqld: 5: command not found > What's that? -- Joshua Kugler, Information Services Director Associated Students of the University of

Re: Problem installing 3.23.43 (@HOSTNAME@ command not found)

2001-10-29 Thread Stephen Brownlow
lse case "$pid_file" in ... I see no release notes to indicate that the problem is fixed. Thanks, Stephen > > I then got this error message: > /etc/init.d/mysqld: @HOSTNAME@: command not found > Starting mysqld daemon with databases from /usr/local/mysql/data > 011029 12:23

RE: Problem installing 3.23.43 (@HOSTNAME@ command not found)

2001-10-29 Thread Williams, Vincent
1 10:29 AM To: Mysql list Subject: Problem installing 3.23.43 (@HOSTNAME@ command not found) Hello: I tried to set-up mysql 3.23.43 on my RedHat 7.1 server, following the binary installation instructions. Here is what I did: lynx ftp://mirror.sit.wisc.edu/mirrors/mysql/Downloads/MySQL-3.23/mysql-3

Problem installing 3.23.43 (@HOSTNAME@ command not found)

2001-10-29 Thread Neil Aggarwal
/etc/rc.d/init.d/mysqld /etc/rc.d/rc6.d/K01mysqld /etc/init.d/mysqld start I then got this error message: /etc/init.d/mysqld: @HOSTNAME@: command not found Starting mysqld daemon with databases from /usr/local/mysql/data 011029 12:23:02 mysqld ended Any ideas why this error is occurring? Thanks