--
That sounds very simple...
Issue the following command "ps -gax |grep mysqld"
you should see the following
347 p0 S+ 0:00.02 grep mysqld
229 con- I+ 0:00.03 /bin/sh /usr/local/bin/safe_mysqld
249 con- S+ 0:00.16 /usr/local//libexec/mysqld --basedir=/usr/local/ --da
$
And during the installation of mysql it allows you to specify a "password" so
in that case make sure you atype in the following:-
mysql -u root -p somedatabase (this will prompt you for a password)
Hope that helps..
[EMAIL PROTECTED]
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.