forked from mickelfeng/baigoSSO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb_select_err.html
39 lines (32 loc) · 1.26 KB
/
db_select_err.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
39
<!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/js/bootstrap/css/bootstrap.min.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="container global">
<p> </p>
<div class="alert alert-danger">
<h4>
<span class="glyphicon glyphicon-remove-circle"></span>
数据库名错误!
</h4>
</div>
<div class="well">
<p>
您设置的数据库名错误,可能是数据库名错误或者是设置的用户名没有该数据库的权限,详情请咨询数据库服务器提供商。在得到正确的数据库信息后,请重新安装本系统。
<h3>如需重新安装,请执行如下步骤:</h3>
<ol>
<li>删除 ./config/is_install.php 文件</li>
<li>重新运行 <a href="./install/ctl.php">./install/ctl.php</a></li>
</ol>
</p>
</div>
<p> </p>
</div>
</body>
</html>