Localhost PhpMyAdmin | localhost/phpmyadmin/

Access your localhost/PHPMyAdmin/ from the below link. localhost/PHPMyAdmin/ On clicking the above link you will find your localhost as below. In your XAMPP or WAMP server is not started then you will get the following screen. how to open pHPMyAdmin in xampp Localhost PhpMyAdmin | localhost/PHPMyAdmin/ After starting apache and MySQL just type the below … Read more

XAMPP export database: Export & Import MySql Database in phpMyAdmin

XAMPP export database: Export and Import MySql Database is very easy anyone can easily import and export it. First, let us see how to export the database from phpMyAdmin XAMPP export database from phpMyAdmin Follow these steps to export Mysql Database How to import the database in PHPMyAdmin XAMPP is the same as below how … Read more

How to deploy and run a war file in XAMPP tomcat

What is XAMPP? XAMPP full form is Cross Platform(X), Apache (A), MySQL (M), PHP (P) and Perl (P). XAMPP Control Panel allows use to Start and Stop Module services XAMPP has following modules Apache MySql FileZilla Mercury Tomcat To run PHP files we have to start Apache server. To access MySql Database we start MySql … Read more