How to install XAMPP on Linux (Ubuntu 11.04) Part #2
Ok this is the second part of the previous post.If you haven't read the first part " How to install XAMPP on Linux (Ubuntu 11.04) " please read it before come to this :D . Today I'll tell you how to configure MySQL databases (phpMyAdmin). Because config.inc.php is not set to your Linux username so,you are not still allowed to goto the phpMyadmin page. First you should get open the terminal and login as root user. Now press (Clrt+Alt+T) to open Terminal window then type sudo -s -H command: cd /opt/lampp/phpmyadmin Now you are in the phpmyadmin directory, you need to change the ownership of the file config.inc.php to your own Linux username. command:chown your_user_name : your_user_name config.inc.php Ok now there is one thing to do.That's Configure Linux XAMPP Security In this case too you need to login as root user(only if already logout).Now lets set up the security. command: /opt/lampp/lampp security Then the terminal will be ask some questions , type " ...

Comments
Post a Comment