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 '
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
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
>
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
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
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
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
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
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
[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
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
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
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
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
ED]To: [EMAIL PROTECTED]
m> cc: [EMAIL PROTECTED]
Subject: Re: C
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
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
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
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
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
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
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
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
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
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
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
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
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
/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
29 matches
Mail list logo