]> andersk Git - sql-web.git/blame_incremental - tpl/index.php
login page links fixed
[sql-web.git] / tpl / index.php
... / ...
CommitLineData
1<?php
2include 'head.php';
3/*
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 />
9*/
10?>
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.
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.
16All 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<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>
26
27<?/*
28<h2>Quotas</h2>
29
30<p>
31By default, new users can create up to <strong>5 databases</strong>, consuming a total of <strong>50 megabytes</strong> of SQL data.
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
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>
44*/?>
45
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
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
56<p>
57We maintain general usage statistics of this service by the MIT community at large.
58</p>
59
60<?php
61include 'foot.php';
62?>
This page took 0.04263 seconds and 5 git commands to generate.