Re: [PHP] MySQL and RH 7.2

2002-05-12 Thread Jason Morehouse

Check to see that you have the mysql client package installed:

`rpm -q MySQL-client`

If not, grab it!
-J

On Sun, 12 May 2002, Chris Hewitt wrote:

> Todd,
> 
> /usr/bin/mysqladmin
> 
> HTH
> Chris
> 
> Todd Cary wrote:
> 
> >I tried "locate" and "find" and both come up empty for mysqladmin.
> >
> >Am I missing something stupid here?
> >
> >Todd
> >
> >--
> >Todd Cary
> >Ariste Software
> >2200 D Street Extension
> >Petaluma, CA 94952
> >707-773-4523
> >[EMAIL PROTECTED]
> >
> >
> >
> 
> 
> 
> 

-- 

.--- .- ... --- -. /  -- --- .-. .  --- ..- ... .

 Jason Morehouse
 [EMAIL PROTECTED]
 
 Netconcepts LTD
 Auckland, New Zealand

 - Linux: free your mind and your OS will follow


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] MySQL and RH 7.2

2002-05-12 Thread Miguel Cruz

Also, try locate again now that it's been a day. The locate database 
usually gets updated overnight, so it doesn't immediately reflect new 
additions.

miguel

On Sun, 12 May 2002, Chris Hewitt wrote:
> Todd,
> 
> /usr/bin/mysqladmin
> 
> HTH
> Chris
> 
> Todd Cary wrote:
> 
> >I tried "locate" and "find" and both come up empty for mysqladmin.
> >
> >Am I missing something stupid here?
> >
> >Todd
> >
> >--
> >Todd Cary
> >Ariste Software
> >2200 D Street Extension
> >Petaluma, CA 94952
> >707-773-4523
> >[EMAIL PROTECTED]
> >
> >
> >
> 
> 
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] MySQL and RH 7.2

2002-05-12 Thread Chris Hewitt

Todd,

/usr/bin/mysqladmin

HTH
Chris

Todd Cary wrote:

>I tried "locate" and "find" and both come up empty for mysqladmin.
>
>Am I missing something stupid here?
>
>Todd
>
>--
>Todd Cary
>Ariste Software
>2200 D Street Extension
>Petaluma, CA 94952
>707-773-4523
>[EMAIL PROTECTED]
>
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] MySQL and RH 7.2

2002-05-11 Thread David Freeman


 > I tried "locate" and "find" and both come up empty for mysqladmin.
 > Am I missing something stupid here?

How did you install it?  Did you build from source or use rpm's?  If you
installed from rpm's which ones did you install?  From memory there's
about four rpm's that you'll need to have everything.  Mysqladmin, again
from memory, is in one of the '-client' rpm's.

CYA, Dave



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] MySQL and RH 7.2

2002-05-11 Thread Mark Charette

"find" is your friend ...

Go to the install directory and type

find mysqladmin


-Original Message-
From: Todd Cary [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 11, 2002 2:44 PM
To: [EMAIL PROTECTED]
Subject: [PHP] MySQL and RH 7.2


I am completely new to MySQL and I just installed it on my RH 7.2 server and
I
cannot determine where the MySQL admin program is located so that I can set
my
password.

Sorry for the basic question...

Todd

--
Todd Cary
Ariste Software
2200 D Street Extension
Petaluma, CA 94952
707-773-4523
[EMAIL PROTECTED]



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] MySQL and RH 7.2

2002-05-11 Thread Todd Cary

I tried "locate" and "find" and both come up empty for mysqladmin.

Am I missing something stupid here?

Todd

--
Todd Cary
Ariste Software
2200 D Street Extension
Petaluma, CA 94952
707-773-4523
[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] MySQL and RH 7.2

2002-05-11 Thread Jason Wong

On Sunday 12 May 2002 02:44, Todd Cary wrote:
> I am completely new to MySQL and I just installed it on my RH 7.2 server
> and I cannot determine where the MySQL admin program is located so that I
> can set my password.
>
> Sorry for the basic question...

mysqladmin

For further help please goto www.mysql.com or ask on the mysql mailing list.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
If ignorance is bliss, why aren't there more happy people?
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php