How-to:Advanced:Xampp: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
(Created page with "{| align="right" | __TOC__ |} ==WINDOWS== ===1.) Download Xampp From: https://www.apachefriends.org/de/index.html=== ===2.) Download MySQL 8.0 zip file from: https://dev.mysq...")
 
(No difference)

Latest revision as of 21:34, 6 November 2020

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.