easyapi

create database easyrec;

#为easyrec初始化用户名跟密码
grant index, create, select, insert, update, drop, delete, alter, lock tables on easyrec.* to 'jinxudong'@'localhost' identified by 'jinxudong';

http://easyrec.sourceforge.net/wiki/index.php?title=JavaScript_API_v0.98

原文地址:https://www.cnblogs.com/coderdxj/p/7255968.html