Hi all,

I just tried downloading an installing the demo database provided here: https://wiki.openmrs.org/display/RES/Demo+Data, and was scratching my head for a few minutes after the table I had created to accept the demo data had no tables or data in it after I sourced the file.

Apparently the demo script contains these 2 lines at the top of it:

CREATE DATABASE IF NOT EXISTS openmrs;
USE openmrs;

Can we please change this? The demo database should not make any assumptions about the name I want to call my database, and should not create (or worse, modify) a database called openmrs automatically...

Thanks,
Mike

_________________________________________

To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to 
[email protected] with "SIGNOFF openmrs-devel-l" in the  body (not 
the subject) of your e-mail.

[mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

Reply via email to