MySQL数据库字典
文件列表(压缩包大小 1016.75K)
免费
概述
使用 复制dist目录到开发环境中点击下载 请留意,生成数据库字典文件需要php环境 修改dist/data/initdata.php中的mysql数据库配置信息 访问dist中的index.html点击右侧生成数据即可
基本用法 将dist目录复制到你的开发环境。 Edit dist/data/initdata.php
$this->database_type = 'mysql';
$this->database_name = 'your database_name';
$this->host = 'localhost';
$this->username = 'your username';
$this->pwd = 'your pwd';
$this->charset = 'your charset';
访问dist / index.html 在索引页面上生成数据
如果遇到文件不能下载或其他产品问题,请添加管理员微信:ligongku001,并备注:产品反馈
评论(0)