a skynet implementation of MMO, server side of UnityMMO
- git clone https://github.com/liuhaopen/SkynetMMO.git --recurse
- compile skynet :
cd SkynetMMO/skynet
make linux - import database, assume the password is 123456, if not, you need to change password in main.lua:
mysql -uroot -p
create database UnityMMOAccount;
use UnityMMOAccount;
source data/UnityMMOAccount.sql;
create database UnityMMOGame;
use UnityMMOGame;
source data/UnityMMOGame.sql; - ./run.sh