phpmyadmin

  • Debian

    How to setup a LAMP server Linux, Apache, MySQL, PHP on Debian 7 wheezy Linux

    LAMP stands for Linux, Apache, MySQL, and PHP (P can be replaced with Perl Or Python). I’m going to show you how to install a standard full-featured LAMP server on Debian 7 Wheezy system. Apache is the most popular web server in the world which more than 50% of web servers in the world are running it. I will use…

  • Uncategorized

    How to fix phpMyAdmin session error

    here is what i get when i run phpMyAdmin on my newly setup server phpMyAdmin – Error Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. To test and find out where is session.save path http://wiki.phpmyadmin.net/pma/session.save_path run this script on your web server <?php // save as…

Back to top button