> Is the mysql server process running? I assume this is a unix box of some
> sort. Try "ps -ef | grep mysqld". Get any results?
I get:
reeluniv 2221 1900 0 Jan30 ?00:00:00 ./mysqld
reeluniv 2221 0 Jan30 ?00:00:09 ./mysqld
reeluniv 2223 0 Jan30 ?00:00
> At someone's advice, I found mysqladmin w/ "whereis mysqladmin" and later
> did ./bin/mysqladmin in the mysql installation dir (which got me a
printout
> of a bunch of commands for use with mysqladmin, but none of them worked),
> but I still can't get anywhere.
Is the mysql server process runni
s.dhilton.com
> -Original Message-
> From: Angerer, Chad [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 15, 2001 4:31 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-DB] Basic MySQL question
>
>
> What code are you using to try and connect to the mySQL server?
What code are you using to try and connect to the mySQL server?
Chad
-Original Message-
From: austin govella / desire media [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 4:27 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Basic MySQL question
I'm starting a project using MyS