Hide Forgot
Description of problem: When adding a mysql database to a project, if you name the database mysql, the deployment fails. This is because the 'mysql' term is reserved. We should check for this error on the web console and not let users do this. Version-Release number of selected component (if applicable): All versions How reproducible: every time Steps to Reproduce: 1. Click add to project 2. Select mysql 3. name the database mysql 4. deploy fails with no error message Actual results: deploy fails Expected results: A popup in the web console should alert me that I am trying to name my initial database 'mysql' and alert me that it is a reserved db in mysql. Additional info: