Simple Linux Panel
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.
mdserver-web/plugins/mysql/index.html

23 lines
725 B

7 years ago
<div class="bt-form">
<div class="bt-w-main">
<div class="bt-w-menu">
7 years ago
<p class="bgw" onclick="pluginService('mysql');">服务</p>
6 years ago
<p onclick="pluginInitD('mysql');">自启动</p>
<p onclick="pluginConfig('mysql');">配置文件</p>
6 years ago
<p onclick="myPort();">端口</p>
<p onclick="runInfo();">当前状态</p>
6 years ago
<p onclick="myPerfOpt();">性能优化</p>
6 years ago
<p onclick="pluginLogs('mysql','','show_log');">慢日志</p>
6 years ago
<p onclick="dbList()">管理列表</p>
7 years ago
</div>
<div class="bt-w-con pd15">
6 years ago
<div class="soft-man-con"></div>
7 years ago
</div>
</div>
7 years ago
7 years ago
</div>
7 years ago
<script type="text/javascript">
6 years ago
resetPluginWinWidth(750);
6 years ago
pluginService('mysql');
$.getScript( "/plugins/file?name=mysql&f=js/mysql.js");
7 years ago
</script>