How-to:Advanced:Xampp

From Project Skyfire
Jump to navigation Jump to search

WINDOWS

1.) Download Xampp From: https://www.apachefriends.org/de/index.html

2.) Download MySQL 8.0 zip file from: https://dev.mysql.com/downloads/mysql/

3.) Install Xampp.

4.) Rename mysql folder in C:/xampp/ to mariadb.

5.) Extract MySQL 8.0 zip file into C:/xampp/

6.) Copy my.ini file from C:/xampp/mariadb/bin/ into C:/xampp/mysql/bin/

7.) Open CMD and write:

cd C:/xampp/mysql/bin

mysqld --initialize --console

8.) Now you can Open your xampp-control and start your MySQL 8.