X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/377015e0d78cce3bd62af0357fcb951fe506efb4..0a73ddfb118193fc7fc6f26f6fd63074d25ea0dd:/tpl/index.php diff --git a/tpl/index.php b/tpl/index.php index 22a3aa7..ba88c0e 100644 --- a/tpl/index.php +++ b/tpl/index.php @@ -1,33 +1,34 @@ Important Notice:

This is a beta service and is not yet ready for use in data intensive applications. - -


- -
-*/ ?>

About

-This service provides MySQL databases to Athena account holders. -You must choose a MySQL password (independent of your Athena account) when you Signup 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. +This service provides MySQL databases to MIT certificate holders. +You must choose a MySQL password (which should be different from your Athena account password) when you sign up, and you can +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 choice; +simply connect to the MySQL server at sql.mit.edu using your new MySQL username and password. +You may want to consider running scripts using the web script service or +shortjobs service. +

+ +

+All uses of this service must comply with the MITnet rules of use. +The SIPB MySQL Service is part of the scripts.mit.edu project.

Backups

-We strongly recommend you keep backups of your SQL schema and data. -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. +We strongly recommend you keep your own backups of your SQL schema and data. Your MySQL data is not stored in AFS. +Although 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.

+Quotas

-By default, new users can create up to 5 databases, consuming a total of 25 megabytes of SQL data. +By default, new users can create up to 5 databases, consuming a total of 50 megabytes 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.

@@ -40,21 +41,17 @@ Users should instead store these types of data in AFS and use SQL tables only to Always use this interface to create and drop databases. 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.

+*/?>

Disclaimer

-We reserve the right to suspend or terminate your MySQL account at any time and for any or no reason. -

- -

+Although 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. + 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. -

- -

We maintain general usage statistics of this service by the MIT community at large.

\ No newline at end of file +?>