]> scripts.mit.edu Git - www/raw.git/blob - faq/11.mdwn
Import from TextPattern
[www/raw.git] / faq / 11.mdwn
1 [[!meta title="How can I access my MySQL databases?"]]
2 First you’ll need to [sign up for sql.mit.edu](/faq/66).
3
4 After that, you must use the
5 [sql.mit.edu web interface](http://sql.mit.edu/) to
6 **create and drop databases**. A regular MySQL client, such as
7 [phpMyAdmin](http://scripts.mit.edu/~sql/phpMyAdmin/) (described
8 below), cannot be used for these operations.
9
10 **All other SQL commands** can be issued from any host, client,
11 and/or script of your choice; simply connect to the MySQL server at
12 `sql.mit.edu` using your new MySQL username and password. You can
13 also access your databases using an online web interface called
14 [phpMyAdmin](http://scripts.mit.edu/~sql/phpMyAdmin/).
15
16
17