]> scripts.mit.edu Git - www/raw.git/blob - faq/66.mdwn
Import from TextPattern
[www/raw.git] / faq / 66.mdwn
1 [[!meta title="How can I signup my personal or group locker for the MySQL service?"]]
2 If your group does not already have a locker, start by mailing
3 [accounts@mit.edu](http://web.mit.edu/accounts) to get one.
4
5 **Please note**: MySQL has hard-coded a 16 character limit for
6 usernames into its server and client. Since all MySQL accounts are
7 linked to Athena lockers by name,
8 *your locker must be no more than 16 characters to use the sql.mit.edu service*.
9 Individuals or groups that have lockers can easily register for a
10 MySQL account at an Athena prompt:
11
12 `athena$ add scripts`  
13 `athena$ signup-sql`
14
15 Individuals wishing to register an account for themselves should
16 select **option \#1** at the first prompt. To register an account
17 for a group, select **option \#2** at the first prompt.
18
19 You can then read your password from
20 [/mit/*locker*/.sql/my.cnf](/faq/59). You can use this to log in to
21 [sql.mit.edu](http://sql.mit.edu) under the “SQL Password” option.
22 You will need to create and drop databases from sql.mit.edu, but
23 you can do all other operations from any MySQL client. We recommend
24 using [phpMyAdmin](http://sql.mit.edu/phpMyAdmin/).
25
26
27