Translations:Database servers/68/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
== Graham MySQL server == | == Graham MySQL server == | ||
The Graham MySQL server, | The steps for obtaining and using an account on the Graham MySQL server are similar to those described above for Cedar, with the following changes: | ||
* A database will be created for you, with your username as the database name. | |||
* You do not need to <code>USE db_name</code>. Since you only have one database, it is automatically selected for you when you start <code>mysql</code>. |
Revision as of 17:38, 24 July 2018
Graham MySQL server
The steps for obtaining and using an account on the Graham MySQL server are similar to those described above for Cedar, with the following changes:
- A database will be created for you, with your username as the database name.
- You do not need to
USE db_name
. Since you only have one database, it is automatically selected for you when you startmysql
.