# SkynetMMO **Repository Path**: M2M2M/SkynetMMO ## Basic Information - **Project Name**: SkynetMMO - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-11 - **Last Updated**: 2021-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SkynetMMO a skynet implementation of MMO, server side of [UnityMMO](https://github.com/liuhaopen/UnityMMO "UnityMMO") # Usage 1. git clone https://github.com/liuhaopen/SkynetMMO.git --recurse 2. compile skynet : cd SkynetMMO/skynet make linux 3. 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; 4. ./run.sh