From 4396d61b7dcd8b2c8d6e68ea36b6730d63aba76b Mon Sep 17 00:00:00 2001 From: Joe Presbrey Date: Sat, 10 Sep 2005 18:40:33 +0000 Subject: [PATCH] release v1.0 git-svn-id: svn://presbrey.mit.edu/sql/mitsql@67 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- defaults.cfg.php | 4 ++-- mitsql.cfg.php | 2 +- tpl/index.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/defaults.cfg.php b/defaults.cfg.php index b8b68ad..ae2efcb 100644 --- a/defaults.cfg.php +++ b/defaults.cfg.php @@ -16,8 +16,8 @@ $_NEW_USER['dCreated'] = 'NOW()'; $_NEW_USER['bEnabled'] = 0; $_NEW_USERQUOTA['nDatabasesHard'] = 5; -$_NEW_USERQUOTA['nBytesSoft'] = 49807360; -$_NEW_USERQUOTA['nBytesHard'] = 52428800; +$_NEW_USERQUOTA['nBytesSoft'] = 94371840; +$_NEW_USERQUOTA['nBytesHard'] 104857600; $_NEW_USERQUOTA['dCreated'] = 'NOW()'; $_NEW_USERSTAT['nDatabases'] = 0; diff --git a/mitsql.cfg.php b/mitsql.cfg.php index 5b69b66..e2f44a5 100755 --- a/mitsql.cfg.php +++ b/mitsql.cfg.php @@ -11,7 +11,7 @@ file_exists('server.cfg.php') && require('server.cfg.php'); defined('DEBUG') || define('DEBUG', 0); defined('DEVEL') || define('DEVEL', 0); -define('VER', '0.3'); +define('VER', '1.0'); if (DEVEL) { define('VERSION', VER.'-dev'); } else { diff --git a/tpl/index.php b/tpl/index.php index 456d6e7..8199e93 100644 --- a/tpl/index.php +++ b/tpl/index.php @@ -21,13 +21,13 @@ You may want to consider running scripts using the MITnet rules of use. -The SIPB MySQL Service is part of the scripts.mit.edu service. +The SIPB MySQL Service is part of the scripts.mit.edu project.

Backups

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