From 49ea14ad520eb03df3df15a7fb6f04d5a3be0551 Mon Sep 17 00:00:00 2001 From: Joe Presbrey Date: Wed, 12 Apr 2006 02:48:40 +0000 Subject: [PATCH] version marker changed to 1.2 external links open in _blank git-svn-id: svn://presbrey.mit.edu/sql/mitsql@104 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- mitsql.cfg.php | 2 +- tpl/head.php | 2 +- tpl/index.php | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mitsql.cfg.php b/mitsql.cfg.php index e45c462..2869203 100755 --- a/mitsql.cfg.php +++ b/mitsql.cfg.php @@ -12,7 +12,7 @@ defined('DEBUG') || define('DEBUG', 0); defined('DEVEL') || define('DEVEL', 0); defined('OFFLINE') || define('OFFLINE', 0); -define('VER', '1.0'); +define('VER', '1.2'); if (DEVEL) { define('VERSION', VER.'-dev'); } else { diff --git a/tpl/head.php b/tpl/head.php index bf2ea39..1009ad1 100644 --- a/tpl/head.php +++ b/tpl/head.php @@ -27,7 +27,7 @@ if (isOffline()) {
-

sql.mit.edu

+

sql.mit.edu

MIT SIPB MySQL Service for Athena
email:

diff --git a/tpl/index.php b/tpl/index.php index 24ee7b8..d584d5d 100644 --- a/tpl/index.php +++ b/tpl/index.php @@ -4,17 +4,17 @@ include 'head.php';

About

-This service provides MySQL databases to MIT certificate holders. +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. +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. +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

-- 2.45.0