AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 探针上 点击mysql检查 空帐号空密码出现...... |
|
---|---|
ballpen |
ballpen 发表于 2013-10-22 14:32:21
http://192.210.216.6/
http://hebei.ellll.com/p.php http://1.los.ant5.com/ http://hksite.160.hk/ 以上的探针 为何 探针中mysql测试, 不用帐号密码(帐号密码 为空) 都提示 :连接到MySql数据库正常 不知道是怎么回事? 这样的数据库影响安全吗
点赞,加油! (0分)
2013-10-22 14:32:21 1
|
amysql |
可以看看看探针程序检测MySQL链接是怎么写的。
回复
2013-10-22 17:51:07 2
AMH面板 - 好用高效低占用、安全可靠极稳定 |
ballpen |
<!--MySQL数据库连接检测--> 雅黑探针 <table> <tr><th colspan="3">MySQL数据库连接检测</th></tr> <tr> <td width="15%"></td> <td width="60%"> 地址:<input type="text" name="host" value="localhost" size="10" /> 端口:<input type="text" name="port" value="3306" size="10" /> 用户名:<input type="text" name="login" size="10" /> 密码:<input type="password" name="password" size="10" /> </td> <td width="25%"> <input class="btn" type="submit" name="act" value="MySQL检测" /> </td> </tr> </table> <?php if ($_POST['act'] == 'MySQL检测') { if(function_exists("mysql_close")==1) { $link = @mysql_connect($host.":".$port,$login,$password); if ($link){ echo "<script>alert('连接到MySql数据库正常')</script>"; } else { echo "<script>alert('无法连接到MySql数据库!')</script>"; } } else { echo "<script>alert('服务器不支持MySQL数据库!')</script>"; } } ?> <a name="w_function"></a>
回复
2013-10-22 18:06:44 3
|
ali |
这个是雅黑探针? 面板上好像不是这个
回复
2013-10-22 19:16:18 4
|
amysql |
回复
2013-10-22 19:22:50 5
|