${c.project.name} project: Admin: Editing Database Info

MySQL Service

Service details:

Access this project's databases over the internet
Documentation: Guide to MySQL Database Services
Hostname: $value.hostname (exactly as shown, with no domain suffix)
Database name prefix: ${value.prefix}_ — i.e. "CREATE DATABASE ${value.prefix}_myapp" as your ADMIN user.
RO User: ${value.prefix}ro (SELECT)
RW User: ${value.prefix}rw (SELECT, INSERT , DELETE, UPDATE)
ADMIN User: ${value.prefix}admin (has RW account privileges, and CREATE, DROP, ALTER, INDEX, LOCK TABLES))
web-access URL: $value.url

Please note that your MySQL passwords are displayed here as plaintext for your convenience. These passwords are readily available on the project shell and web servers. Their display here allows for easy lookup by project administrators.

MySQL service will be available when you have set passwords on the provided accounts.

Passwords

${c.form.display(value=value, action='save')}

Password data last set ${h.ago_ts(value.row_modtime)} ago by $value.modified_user