I don't know if this is the right place to put this question. I installed Lampp and followed this instructions http://www.apachefriends.org/en/xampp-linux.html#377 and everything worked fine until i rebooted the computer and this happened

It can be because of i rebooted the computer while lampp was on.
Anyone that can help?
EDIT:
I can run php files. It's just phpmyadmin that doesn't work
And i get this in http://localhost/xampp/

Maybe this has something to do with it.
jeggy@jeggy-XPS:~$ sudo /opt/lampp/lampp start
Starting XAMPP for Linux 1.7.7...
XAMPP: Another web server daemon is already running.
XAMPP: Another MySQL daemon is already running.
XAMPP: Another FTP daemon is already running.
XAMPP for Linux started.
jeggy@jeggy-XPS:~$ sudo /opt/lampp/lampp stop
Stopping XAMPP for Linux 1.7.7...
XAMPP: XAMPP-Apache is not running.
XAMPP: XAMPP-MySQL is not running.
XAMPP: XAMPP-ProFTPD is not running.
XAMPP stopped.
sudo /etc/init.d/mysql startat the command line and retry? – jippie Apr 20 '12 at 7:18/opt/lampp/lamppexist? Can you enter/opt/lampp/lampp startand retry? – jippie Apr 20 '12 at 7:25/opt/lampp/lampp startmysqlfrom the command line, but you should be able to configure it as a defualt. You can also choose to add a second line to the rc.local script as below, but I think that looks messy. – jippie Apr 20 '12 at 7:41