FreeMED电子病历和实践管理系统
安装
有关说明,请访问
法文
FreeMED Electronic Medical Record and Practice Management System
Copyright (C) 1999-2012 FreeMED Software Foundation
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU
药店库存管理系统
这是我在IIT Kanpur的CS315-数据库系统入门课程的课程项目。
设置项目的说明
将sample-config.php重命名为config.php并更改其中的变量值。
准备好MySQL服务器并以root身份运行以下查询:
CREATE USER '$dbuser''$dbhost' IDENTIFIED BY '$dbpass';
CREATE DATABASE $db;
GRANT ALL ON $db.* TO '$dbuser''$dbhost';
USE $