ignore where the actual rpm files are located. they can be anywhere.
mysql rpm seem to install the databases into /var/lib/mysql. check to be sure the databases are there, the permissions are correct on the database files, and nothing obvious is in the log/err files. restart mysql after you're finished to be sure the changes go into effect.
are you trying to start mysql client using:
mysql -u root
?