OpenClinic安装

Posted by Adobe on August 3, 2016 | - view

Reference:http://localhost/openclinic/install.html

create database openclinic;  
show databases;  
grant all privileges on openclinic.* to openclinic_user@localhost
identified by 'openclinic_password' with grant option;  
mysql -u openclinic_user -popenclinic_password openclinic  

  • Edit the database_constants.php file (change OPEN_USERNAME and OPEN_PWD)
  • Create the openclinic database tables.(Notices: You should modified .htaccess in ./config and create .htpasswd in ./,)

Htpasswd Generator for Windows - Htaccess Tools