Running MyPhpAdmin on Linux

 

  1. sudo /opt/lampp/lampp start
  2. // if this error appears on the prompt
  3. // XAMPP: Starting Apache...fail.
  4.  
  5.  
  6. // run this command
  7. sudo /etc/init.d/apache2 stop
  8.  
  9. sudo /opt/lampp/lampp start
  10.  
  11. // run this
  12. xhost si:localuser:root
  13.  
  14. sudo /opt/lampp$ ls -l manager*
  15. // check the link  http://localhost:8080/dashboard/
  16.  
  17. // get access xampp.config
  18. cd ../../opt/lampp/etc/extra
  19.  
  20. // retriction access to htdocs
  21. sudo chmod -R 777 /opt/lampp/htdocs
  22.  
  23. // moving wordprss folder from linux folder to wordpress folder in htdocs
  24. mv ./wordpess ../../opt/lampp/htdocs/wordpress
  25.  
  26. // access to wordpress directory
  27. cd  ../../opt/lampp/htdocs/wordpress
  28.  
  29. //open directory
  30. code .
  31.  

Comments

Popular posts from this blog

Laravel Working with Dates and Time