Running MyPhpAdmin on Linux
- sudo /opt/lampp/lampp start
- // if this error appears on the prompt
- // XAMPP: Starting Apache...fail.
- // run this command
- sudo /etc/init.d/apache2 stop
- sudo /opt/lampp/lampp start
- // run this
- xhost si:localuser:root
- sudo /opt/lampp$ ls -l manager*
- // check the link http://localhost:8080/dashboard/
- // get access xampp.config
- cd ../../opt/lampp/etc/extra
- // retriction access to htdocs
- sudo chmod -R 777 /opt/lampp/htdocs
- // moving wordprss folder from linux folder to wordpress folder in htdocs
- mv ./wordpess ../../opt/lampp/htdocs/wordpress
- // access to wordpress directory
- cd ../../opt/lampp/htdocs/wordpress
- //open directory
- code .
Comments
Post a Comment