]> andersk Git - sql-web.git/blame - tpl/index.php
new templates
[sql-web.git] / tpl / index.php
CommitLineData
997305cf 1<?php
dc478ec8 2include 'head.php';
377015e0 3/*
1389493c
JP
4<strong>Important Notice:</strong><p> This is a beta service and is not yet ready for use in data intensive applications.
5
6<hr />
7
8<br />
377015e0
JP
9*/
10?>
1389493c
JP
11<h2>About</h2>
12
13<p>
14This service provides <a href="http://www.mysql.com/">MySQL</a> databases to <a href="http://ca.mit.edu/">Athena account</a> holders.
377015e0 15You must choose a MySQL password (independent of your Athena account) when you <a href="signup">Signup</a> and then use this interface to create and drop databases.
1389493c
JP
16All subsequent SQL commands can be issued from any host, client, and/or script of your choosing.
17</p>
18
19<h2>Backups</h2>
997305cf 20
1389493c 21<p>
377015e0
JP
22<strong>We strongly recommend you keep backups of your SQL schema and data.</strong>
23As you work with your SQL data, it is automatically saved on an additional secondary SQL server for restoration in the event of a server failure.
24Although we continually put forth our best efforts, we can make no guarantees on the reliability of the service and access to the data.
25</p>
997305cf 26
1389493c 27<h2>Quotas</h2>
997305cf 28
1389493c
JP
29<p>
30By default, new users can create up to <strong>5 databases</strong>, consuming a total of <strong>25 megabytes</strong> of SQL data.
31The system will periodically check your database sizes and suspend creation of new data (INSERT statements) if your total usage exceeds your allotted quota.
32</p>
33
34<p>
35This 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.
36Users should instead store these types of data in AFS and use SQL tables only to catalogue it.
37</p>
38
377015e0
JP
39<p>
40<strong>Always use this interface to create and drop databases.</strong>
41Although 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.
42</p>
43
1389493c
JP
44<h2>Disclaimer</h2>
45
46<p>
47We reserve the right to suspend or terminate your MySQL account at any time and for any or no reason.
48</p>
49
377015e0
JP
50<p>
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.
52</p>
53
1389493c
JP
54<p>
55We maintain general usage statistics of this service by the MIT community at large.
56</p>
57
58<?php
dc478ec8 59include 'foot.php';
377015e0 60?>
This page took 0.065162 seconds and 5 git commands to generate.