These are the files of the database structure of sense-chess.
It is under permanent construction.
1. Set up the local server. Please visit our sense-chess server).
2. Create a new table, name it "chess" with "utf8_general_ci".
3. Import the database chess.sql to install all necessary tables.
4. Create a new user, called php bx this line of code on your local server:
grant all privileges on chess.* to 'php'@'localhost' identified by 'php2000';
flush privileges;
Or you can use the file user.sql
As an open source project, attribution is critical from a legal, practical and motivational perspective. Please give us credits! Common places for attribution are for example: to mention us in your project README, the 'About' section or the footer on a website/in mobile apps.
This work is licensed under the GNU General Public License v3.0 license. View LICENSE.txt for details.