Files
sweetgum-server/sql
ronancpl fd03471ec0 DB Tables Optimization
Reconsidered the use of MyISAM. Due to the old nature of the version of MySQL being used (5.1), the use of MyISAM on ROM-like tables makes it optimal since the table locks occurs only upon write.
Added indexes on several tables, thus improving data reading by queries.
2017-11-11 11:46:45 -02:00
..
2017-11-11 11:46:45 -02:00
2017-11-11 11:46:45 -02:00
2015-11-02 23:17:21 -02:00

---- MapleSolaxiaV2 MySQL Database ----

These SQL files must be executed IN ORDER to set up the database:
	- db_database.sql
	- db_drops.sql
	- db_shopupdate.sql (optional & require provided WZs)