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