You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
693 B
20 lines
693 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="{DT_CHARSET}"/>
|
|
<title>数据库连接失败{$DT[seo_delimiter]}{$DT[sitename]}</title>
|
|
<meta name="robots" content="noindex,nofollow"/>
|
|
<style type="text/css">
|
|
*{font-size:14px;font-family:Arial,Verdana;}
|
|
body{background:#FFFFFF;}
|
|
div {width:500px;padding:50px 0 0 60px;line-height:300%;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<strong>数据库连接失败(Can not connect to MySQL server)</strong><br/>
|
|
系统无法<span style="color:red;">连接</span>到MySQL服务器。<a href="https://www.destoon.com/doc/skill/61.html" target="_blank">点此查看此问题的解决方案</a><br/>
|
|
<a href="{DT_PATH}">{$DT[sitename]}</a><br/>
|
|
</div>
|
|
</body>
|
|
</html>
|