Hi There,
I'm trying to get XAMPP http://www.apachefriends.org/en/xampp.html installed and up and running to get a local development version of Joomla http://www.joomla.org/ going but i'm facing issues with MySql, Apache is no problem but XAMPP wouldn't start mysql because there's already an instance running on my system:
Now, how can I configure XAMPP to use this certain instance and also how do I find out the login information (to configure phpmyadmin and joomla)?
Any help is appreciated!
Thank you!
Ron
I'm trying to get XAMPP http://www.apachefriends.org/en/xampp.html installed and up and running to get a local development version of Joomla http://www.joomla.org/ going but i'm facing issues with MySql, Apache is no problem but XAMPP wouldn't start mysql because there's already an instance running on my system:
Code:
reg@reg-desktop:~$ ps ax | grep mysqld 1304 ? Ssl 0:00 /usr/sbin/mysqld 2642 ? Sl 0:00 /usr/sbin/mysqld --defaults-file=/home/reg/.local/share/akonadi//mysql.conf --datadir=/home/reg/.local/share/akonadi/db_data/ --socket=/home/reg/.local/share/akonadi/socket-reg-desktop/mysql.socket 3805 pts/3 S+ 0:00 grep mysqld
Any help is appreciated!
Thank you!
Ron
Comment