- Install XAMPP using this link: https://www.apachefriends.org/index.html
- Navigate to /xampp/htdocs/ through your pc and move the "Gomoku-Game-Project" folder into htdocs
- Run APACHE and MySQL on the XAMPP Control Panel
- Once Apache and MySQL are running in the XAMPP Control Panel. Click on "admin" for MySQL
- Once on the MySQL page (http://localhost/phpmyadmin/). Click on the "User Accounts" tab
- Click on "Add user account" then create the following account with Global Privileges
Host name: Select "local"
Password: 4VPnroTOC6wOU3mn
(From here if you haven't done so already, click "Check all" for global privileges)
- Go to: http://localhost/Gomoku-Game-Project/index.php
- Click on the "Create DB" button" and you're set to go!