
Originally Posted by
Laghaim
Tutorial to start game and make account.
Tutorial to start the game.
First, you need to configure your database.
install the following programs.
Xampp
Navicat Premium 12
Mysql MySQL 5.5.38
1 - Follow the steps below.
0 - Turn on the Xampp program option "MySQL - START"
1 - Open the Navicat Premium 12 program.dont need premium for that
2 - Create a new database on the MySQL connection
3 - Import the Kor_ndev_neogeo_data, char, event, user and web database
4 - Create an ID and password for your MySQL
2 - Follow the steps below.
1- Open the Xampp program
2 - Open the "Shell" option
3 - Enter the commands below to create ID, Password and add permission
CREATE USER 'yourIDhere' @ '%' IDENTIFIED BY 'youpasswordhere';
PRESS ENTER
GRANT ALL PRIVILEGES ON *. * TO 'yourIDhere' @ 'localhost';
PRESS ENTER
FLUSH PRIVILEGES;
PRESS ENTER
3 - Follow the steps below.
1 - Open the Laghaim start folder
2 - open the Config folder
3 - add your password, id and database name in the files
\ Laghaim Start \ config \ config
\ Laghaim Start \ config \ messenger_config
Once this is done you can run your game.