How To Install And Setup phpMyAdmin in Windows 10 / Windows 11

Поделиться
HTML-код
  • Опубликовано: 23 авг 2024
  • XAMPP is a popular software package that provides a complete web development environment for Windows users. It includes Apache, MySQL, PHP, and Perl, all in one easy-to-install package. In this tutorial, we'll guide you through the process of installing and configuring XAMPP on Windows 10 or Windows 11.
    Step 1: Download XAMPP
    The first step is to download XAMPP from the official website. Choose the version that's compatible with your operating system.
    Step 2: Install XAMPP
    Once the download is complete, run the installer and follow the on-screen instructions. Choose the components you want to install, and make sure to select "Apache" and "MySQL" during the installation process.
    Step 3: Configure Apache and MySQL
    After the installation is complete, launch XAMPP control panel and start Apache and MySQL services. Then, click on the "Config" button next to Apache and select "Apache (httpd.conf)". This will open the Apache configuration file. Search for "Listen" and change the port to 80 or any other available port. Save the changes and close the file.
    Next, click on the "Config" button next to MySQL and select "my.ini". This will open the MySQL configuration file. Look for the line "bind-address" and change it to "127.0.0.1". Save the changes and close the file.
    Step 4: Test the Installation
    Launch your web browser and go to "localhost". If everything is working correctly, you should see the XAMPP welcome page. You can also test PHP by creating a new file with ".php" extension in the "htdocs" folder, and then accessing it through "localhost/filename.php".
    Congratulations! You have successfully installed and configured XAMPP on your Windows 10 or Windows 11 computer. Now, you can start developing your web applications locally.

Комментарии • 11