Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename db_schema in application.properties to db_name or db_database_name #19

Closed
sheridancbio opened this issue Jul 29, 2016 · 2 comments
Assignees

Comments

@sheridancbio
Copy link
Collaborator

This property is to hold the name of the database which is being used to store data.

schema is a more general concept, as multiple databases can have identical schema.

In the mysql documentation, they use the pattern "db_name" to represent this string, for examples see:
https://dev.mysql.com/doc/refman/5.7/en/mysql.html
https://dev.mysql.com/doc/refman/5.7/en/alter-database.html

@juexinwang
Copy link
Collaborator

I changed

@juexinwang
Copy link
Collaborator

Done

@sheridancbio sheridancbio changed the title rename db_schema in application.properties to db_name or db_database_name Rev4 : rename db_schema in application.properties to db_name or db_database_name Aug 4, 2016
@sheridancbio sheridancbio self-assigned this Aug 4, 2016
@sheridancbio sheridancbio changed the title Rev4 : rename db_schema in application.properties to db_name or db_database_name rename db_schema in application.properties to db_name or db_database_name Aug 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants