您的位置:首页 > 其它

进程列表

2008-03-31 23:37 281 查看


服务器: localhost




数据库




SQL




状态




变量




字符集




Engines




权限




进程




导出




Import




进程列表

您运行的 SQL 语句已经成功运行了。
SQL 查询:
SHOW PROCESSLIST

Profiling

[ 编辑 ] [ 创建 PHP 代码 ] [ 刷新 ]



ID用户主机数据库命令时间状态SQL 查询
Kill126rootlocalhost:8582mysqlQuery0---SHOW PROCESSLIST
//// updates current settings
if (window.parent.setAll) {
window.parent.setAll('zh-utf-8', 'utf8_general_ci', '1', '', '');
}
// set current db, table and sql query in the querywindow
if (window.parent.reload_querywindow) {
window.parent.reload_querywindow(
'',
'',
'');
}

if (window.parent.frame_content) {
// reset content frame name, as querywindow needs to set a unique name
// before submitting form data, and navigation frame needs the original name
if (typeof(window.parent.frame_content.name) != 'undefined'
&& window.parent.frame_content.name != 'frame_content') {
window.parent.frame_content.name = 'frame_content';
}
if (typeof(window.parent.frame_content.id) != 'undefined'
&& window.parent.frame_content.id != 'frame_content') {
window.parent.frame_content.id = 'frame_content';
}
//window.parent.frame_content.setAttribute('name', 'frame_content');
//window.parent.frame_content.setAttribute('id', 'frame_content');
}
//]]>



Open new phpMyAdmin window
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: