Dear All
I have done Full installation of Redhat Enterprise, still i am not able to work on mysql. I am not able to find mysqld file.
Can any one pls. help.
Regards
________________________________________________________________________ Yahoo! India Matrimony: Find your partner online. http://yahoo.shaadi.com/india-matrimony/
I have done Full installation of Redhat Enterprise, still i am not able to work on mysql. I am not able to find mysqld file.
Can any one pls. help.
First off, check if mysql is installed. You may have to do a: rpm -qa | grep mysql
Seconds, if mysql is installed, you can get the rpm information for it. I don't remember the exact command as of now, but you can look for it. OR
You could do a: find /usr -iname mysqld
To see where your mysqld binary is. Also remember, running mysqld direct is dangerous. Always use the mysqld_safe script.
Regards,
ah