forked from baigoStudio/baigoSSO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
err_db_select.html
38 lines (31 loc) · 1.35 KB
/
err_db_select.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>数据库名错误</title>
<link href="./static/lib/bootstrap/css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="./static/css/common.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="bg-panel">
<div class="alert alert-danger">
<h4>
<span class="glyphicon glyphicon-remove-sign"></span>
数据库名错误!
</h4>
<p>Incorrect database name!</p>
<hr>
<p>您设置的数据库名错误,可能是数据库名错误或者是设置的用户名没有该数据库的权限,详情请咨询数据库服务器提供商。在得到正确的数据库信息后,请重新安装本系统。</p>
<h3>如需重新安装,请执行如下步骤:</h3>
<ol>
<li>删除 ./config/installed.php 文件</li>
<li>重新运行 <a href="./install/index.php">./install/index.php</a></li>
</ol>
</div>
</div>
</div>
</body>
</html>