]> andersk Git - sql-web.git/blame - tpl/index.php
signup: now takes signups by argument
[sql-web.git] / tpl / index.php
CommitLineData
997305cf 1<?php
dc478ec8 2include 'head.php';
377015e0 3?>
690e37fb 4<?/*
aaf1710a 5<h3>About</h3>
690e37fb 6*/?>
1389493c
JP
7
8<p>
49ea14ad 9This 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.
f9f86182
JP
10You must choose a MySQL password (which should be different from your Athena account password) when you <a href="do/signup">sign up</a>, and you can
11then 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
12simply connect to the MySQL server at <b>sql.mit.edu</b> using your username and your new MySQL password.
13You may find it convenient to run scripts using the <a target="_blank" href="http://scripts.mit.edu/web">web script service</a> or
49ea14ad 14<a target="_blank" href="http://scripts.mit.edu/cron">shortjobs service</a>.
f9f86182
JP
15</p>
16
17<p>
49ea14ad 18All 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
19</p>
20
690e37fb 21<?/*
aaf1710a 22<h3>Backups</h3>
997305cf 23
1389493c 24<p>
53f8750e 25<strong>We strongly recommend you keep your own backups of your SQL schema and data.</strong> Your MySQL data is not stored in AFS.
f9f86182 26Although we use various technical means to try to ensure the availability of your data (including hardware-level redundancy and real-time replication), we can make no guarantees about the reliability of the service and access to your data.
377015e0 27</p>
997305cf 28
aaf1710a 29<h3>Quotas</h3>
997305cf 30
1389493c 31<p>
9840d102 32By default, new users can create up to <strong>5 databases</strong>, consuming a total of <strong>50 megabytes</strong> of SQL data.
1389493c
JP
33The system will periodically check your database sizes and suspend creation of new data (INSERT statements) if your total usage exceeds your allotted quota.
34</p>
35
36<p>
37This service is not designed to store gratuitous amounts of information in the BLOB or BINARY formats. Extra quota space will not be allotted to users for this type of data.
38Users should instead store these types of data in AFS and use SQL tables only to catalogue it.
39</p>
40
377015e0
JP
41<p>
42<strong>Always use this interface to create and drop databases.</strong>
43Although you can drop any of your databases outside this interface, doing so will not relinquish your rights to that database and will therefore still count against your quota.
44</p>
45
aaf1710a 46<h3>Disclaimer</h3>
690e37fb 47*/?>
1389493c
JP
48
49<p>
f9f86182 50Although 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.
377f8b98 51<? /* We may, of course, suspend or terminate your MySQL account at any time, for any or no reason. */ ?>
377015e0 52We 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
53We maintain general usage statistics of this service by the MIT community at large.
54</p>
55
56<?php
dc478ec8 57include 'foot.php';
201253ba 58?>
This page took 0.055098 seconds and 5 git commands to generate.