How do I use MySQL through XAMPP?

前端 未结 4 965
北海茫月
北海茫月 2020-12-07 22:34

I installed XAMPP v3.2.1 because I wanted to learn how to create database in MySQL and learn more about TOMCAT. However, I am a little confused about what to do now. I have

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 23:14

    XAMPP Apache + MariaDB + PHP + Perl (X -any OS)

    • After successful installation execute xampp-control.exe in XAMPP folder
    • Start Apache and MySQL

    • Open browser and in url type localhost or 127.0.0.1

    • then you are welcomed with dashboard

    By default your port is listing with 80.If you want you can change it to your desired port number in httpd.conf file.(If port 80 is already using with other app then you have to change it).

    For example you changed port number 80 to 8090 then you can run as 'localhost:8090' or '127.0.0.1:8090'

提交回复
热议问题