Is it possible that we can use Xampp server in MySQL database?

Asked By 0 points N/A Posted on -
qa-featured

Is it possible that we can use the xampp server in MySQL database? If yes, please explain thoroughly all the methods on how to use it? Give me some advantages in using this server. Thank you so much.

SHARE
Answered By 0 points N/A #105438

Is it possible that we can use Xampp server in MySQL database?

qa-featured

Hi Babylene,
 
You can use MySQL database using XAMPP. XAMPP provides Apache Web Server, MySQL Database Server and Php modules. If you already install XAMPP, open your browser and enter http://localhost/phpmyadmin, MySQL setup page will now appear. After that enter your desired database name and click create, there will be a message saying "Database (your database name) has been created."  
 
Here are the advantages of using XAMPP as your server.

    You can start or stop the web server database with just one click command at the XAMPP dashboard.
    You can run many websites locally in your computer without paying anything, as XAMPP is also free.
    It is portable so you can bring it with your flash drive.
    Secured as you are the only who can access your web server.

There are many advantages of using XAMPP, you will find it when you use it especially with MySQL db.
 
Hope it helps you.
 

Related Questions