Cant find mysql database

Hi all!

I cannot get past this step, openfire is failing

http://i.imgur.com/0Y2jI.png

however with the same credintals i can console into mysql

http://i.imgur.com/upPBB.png

I found the log file it referenced, but i dont understand it

http://privatepaste.com/dc0e034758

Any ideas??

There is a difference between MySQL authentication when you connect via a socket, versus connecting via TCP even if it’s over the loopback interface.

Try doing

mysql -h localhost -u username -p

And seeing if it works.