Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 701 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 701 Bytes

rbms

一个小型商品后台管理数据库系统设计,主要展示mysql存储过程和触发器的使用

使用说明/本地部署:

  1. 把rbms文件夹复制粘贴到WampServer或其他同类型服务器的www文件夹里;
  2. conn.php里修改连接数据库密码;
  3. 利用数据库管理软件或者登录 http://localhost/phpmyadmin/ 页面,导入rbms_demo.sql文件,rbms_demo.sql文件已包含本项目所有表,表的原始数据,触发器,函数和存储过程,直接导入即可。
  4. 在浏览器输入 http://localhost/rbms/index.html 即可访问主页面。

效果图: