]> andersk Git - sql-web.git/blobdiff - tpl/index.php
change password feature
[sql-web.git] / tpl / index.php
index 85b8d4d3d9c48d6216ae5bfdacf7e114823d82f6..f434d7d8e110bd9dbce7908bfa43edc22218e9d4 100644 (file)
@@ -1,32 +1,34 @@
 <?php
 include 'head.php';
-?>
-
+/*
 <strong>Important Notice:</strong><p> This is a beta service and is not yet ready for use in data intensive applications.
 
 <hr />
 
 <br />
-
+*/
+?>
 <h2>About</h2>
 
 <p>
 This service provides <a href="http://www.mysql.com/">MySQL</a> databases to <a href="http://ca.mit.edu/">Athena account</a> holders.
-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.
+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 databases.
 All subsequent SQL commands can be issued from any host, client, and/or script of your choosing.
 </p>
 
 <h2>Backups</h2>
 
 <p>
-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.
-<strong>We strongly recommend you keep your own backups for your own independent use in all other cases.</strong>
-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>
+<strong>We strongly recommend you keep backups of your SQL schema and data.</strong>
+As 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.
+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>
 
+<?/*
 <h2>Quotas</h2>
 
 <p>
-By default, new users can create up to <strong>5 databases</strong>, consuming a total of <strong>25 megabytes</strong> of SQL data.
+By default, new users can create up to <strong>5 databases</strong>, consuming a total of <strong>50 megabytes</strong> of SQL data.
 The system will periodically check your database sizes and suspend creation of new data (INSERT statements) if your total usage exceeds your allotted quota.
 </p>
 
@@ -35,12 +37,22 @@ This service is not designed to store gratuitous amounts of information in the B
 Users should instead store these types of data in AFS and use SQL tables only to catalogue it.
 </p>
 
+<p>
+<strong>Always use this interface to create and drop databases.</strong>
+Although 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.
+</p>
+*/?>
+
 <h2>Disclaimer</h2>
 
 <p>
 We reserve the right to suspend or terminate your MySQL account at any time and for any or no reason.
 </p>
 
+<p>
+We 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.
+</p>
+
 <p>
 We maintain general usage statistics of this service by the MIT community at large.
 </p>
This page took 0.290085 seconds and 4 git commands to generate.