]> andersk Git - sql-web.git/blame - tpl/index.php
jbarnold: contact.php
[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
201253ba 27<?/*
1389493c 28<h2>Quotas</h2>
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
1389493c
JP
46<h2>Disclaimer</h2>
47
48<p>
49We reserve the right to suspend or terminate your MySQL account at any time and for any or no reason.
50</p>
51
377015e0
JP
52<p>
53We 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.
54</p>
55
1389493c
JP
56<p>
57We maintain general usage statistics of this service by the MIT community at large.
58</p>
59
60<?php
dc478ec8 61include 'foot.php';
201253ba 62?>
This page took 3.172157 seconds and 5 git commands to generate.