From 8384cac5e3f300c5ca13b0bf5a9c689c0b4202e9 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 20 Jan 2009 04:56:10 +0000 Subject: Deal gracefully with bad mysql connection and database information. --- installer/views/missing_db.html.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'installer/views/missing_db.html.php') diff --git a/installer/views/missing_db.html.php b/installer/views/missing_db.html.php index 1f93f08a..fa42fde5 100644 --- a/installer/views/missing_db.html.php +++ b/installer/views/missing_db.html.php @@ -1,2 +1,13 @@ + +

Can't find that database!

+

+ We were able to connect to your MySQL server, yay! But the database + name you gave us doesn't exist and we don't have permissions to + create it for you. Please create the database manually, then go + back and try again. +

+

- < \ No newline at end of file + If you're having trouble creating the database, please contact your + web host or system administrator for assistance. +

-- cgit v1.2.3