]> andersk Git - sql-web.git/blame - tpl/index.php
new style: conform to new <scripts.mit.edu> textpattern template
[sql-web.git] / tpl / index.php
CommitLineData
997305cf 1<?php
dc478ec8 2include 'head.php';
377015e0 3?>
aaf1710a 4<h3>About</h3>
1389493c
JP
5
6<p>
f9f86182
JP
7This service provides <a href="http://dev.mysql.com/doc">MySQL</a> databases to <a href="http://ca.mit.edu/">MIT certificate</a> holders.
8You 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
9then 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;
10simply connect to the MySQL server at <b>sql.mit.edu</b> using your new MySQL username and password.
11You may want to consider running scripts using the <a href="http://scripts.mit.edu/web">web script service</a> or
12<a href="http://scripts.mit.edu/shortjobs">shortjobs service</a>.
13</p>
14
15<p>
16All uses of this service must comply with the <a href="http://web.mit.edu/olh/Welcome/rules.html">MITnet rules of use</a>.
4396d61b 17The SIPB MySQL Service is part of the <a href="http://scripts.mit.edu/">scripts.mit.edu</a> project.
1389493c
JP
18</p>
19
aaf1710a 20<h3>Backups</h3>
997305cf 21
1389493c 22<p>
53f8750e 23<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 24Although 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 25</p>
997305cf 26
201253ba 27<?/*
aaf1710a 28<h3>Quotas</h3>
997305cf 29
1389493c 30<p>
9840d102 31By default, new users can create up to <strong>5 databases</strong>, consuming a total of <strong>50 megabytes</strong> of SQL data.
1389493c
JP
32The system will periodically check your database sizes and suspend creation of new data (INSERT statements) if your total usage exceeds your allotted quota.
33</p>
34
35<p>
36This 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.
37Users should instead store these types of data in AFS and use SQL tables only to catalogue it.
38</p>
39
377015e0
JP
40<p>
41<strong>Always use this interface to create and drop databases.</strong>
42Although 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.
43</p>
201253ba 44*/?>
377015e0 45
aaf1710a 46<h3>Disclaimer</h3>
1389493c
JP
47
48<p>
f9f86182 49Although 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 50<? /* We may, of course, suspend or terminate your MySQL account at any time, for any or no reason. */ ?>
377015e0 51We 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
52We maintain general usage statistics of this service by the MIT community at large.
53</p>
54
55<?php
dc478ec8 56include 'foot.php';
201253ba 57?>
This page took 0.050339 seconds and 5 git commands to generate.