Quote:
Originally posted by daddio
Not really sure what you're trying to do..
But try to see if mysqld daemon is running
ps -augx | egrep -v egrep | egrep 'mysqld'
Try to su to mysql (or another username besides root with proper group settings) - not secure to access mysql with root (but possible)
If that doesnt work: http://www.mysql.com/doc/en/
|
wouldnt "ps -ax | grep "mysqld"" do the same?
and there is a really easy way to reset your mysql password if your root.
