]> andersk Git - sql-web.git/blame - tpl/index.php
git-svn-id: svn://presbrey.mit.edu/sql/web@112 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / tpl / index.php
CommitLineData
997305cf 1<?php
dc478ec8 2include 'head.php';
377015e0 3?>
1389493c
JP
4
5<p>
49ea14ad 6This service provides <a target="_blank" href="http://dev.mysql.com/doc">MySQL</a> databases to <a target="_blank" href="http://ca.mit.edu/">MIT certificate</a> holders.
79ffa771 7You must choose a MySQL password (which should be different from your Athena account password) when you <a href="do/signup">sign up</a>, and
f9f86182 8then use this interface to create and drop databases. All subsequent SQL commands can be issued from any host, client, and/or script of your choice;
690e37fb
JP
9simply connect to the MySQL server at <b>sql.mit.edu</b> using your username and your new MySQL password.
10You may find it convenient to run scripts using the <a target="_blank" href="http://scripts.mit.edu/web">web script service</a> or
49ea14ad 11<a target="_blank" href="http://scripts.mit.edu/cron">shortjobs service</a>.
f9f86182
JP
12</p>
13
14<p>
49ea14ad 15All uses of this service must comply with the <a target="_blank" href="http://web.mit.edu/olh/Welcome/rules.html">MITnet rules of use</a>.
1389493c
JP
16</p>
17
1389493c 18<p>
f9f86182 19Although this service has been designed with reliability in mind, the SIPB MySQL service should not be used to host critical applications that cannot tolerate downtime.
377015e0 20We perform no query logging, schema or data backups, or any other backups otherwise generally available. You are solely responsible for performing backups of your data.
1389493c
JP
21We maintain general usage statistics of this service by the MIT community at large.
22</p>
23
24<?php
dc478ec8 25include 'foot.php';
201253ba 26?>
This page took 0.046631 seconds and 5 git commands to generate.