]> andersk Git - sql-web.git/blame_incremental - tpl/index.php
some wording changes all over the place
[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://dev.mysql.com/doc">MySQL</a> databases to <a href="http://ca.mit.edu/">MIT certificate</a> holders.
15You 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
16then 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;
17simply connect to the MySQL server at <b>sql.mit.edu</b> using your new MySQL username and password.
18You may want to consider running scripts using the <a href="http://scripts.mit.edu/web">web script service</a> or
19<a href="http://scripts.mit.edu/shortjobs">shortjobs service</a>.
20</p>
21
22<p>
23All uses of this service must comply with the <a href="http://web.mit.edu/olh/Welcome/rules.html">MITnet rules of use</a>.
24The SIPB MySQL Service is part of the <a href="http://scripts.mit.edu/">scripts.mit.edu</a> service.
25</p>
26
27<h2>Backups</h2>
28
29<p>
30<strong>We strongly recommend you keep your own backups of your SQL schema and data. MySQL data is not stored in the AFS.</strong>
31Although 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.
32<?/*
33As 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.
34Although we continually put forth our best efforts, we can make no guarantees about the reliability of the service and access to the data.
35*/?>
36</p>
37
38<?/*
39<h2>Quotas</h2>
40
41<p>
42By default, new users can create up to <strong>5 databases</strong>, consuming a total of <strong>50 megabytes</strong> of SQL data.
43The system will periodically check your database sizes and suspend creation of new data (INSERT statements) if your total usage exceeds your allotted quota.
44</p>
45
46<p>
47This 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.
48Users should instead store these types of data in AFS and use SQL tables only to catalogue it.
49</p>
50
51<p>
52<strong>Always use this interface to create and drop databases.</strong>
53Although 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.
54</p>
55*/?>
56
57<h2>Disclaimer</h2>
58
59<p>
60Although 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.
61We may, of course, suspend or terminate your MySQL account at any time, for any or no reason.
62We 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.
63We maintain general usage statistics of this service by the MIT community at large.
64</p>
65
66<?php
67include 'foot.php';
68?>
This page took 0.025954 seconds and 5 git commands to generate.