not_embedded_server.result
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:
MySQL数据库
开发平台:
Visual C++
- prepare stmt1 from ' show full processlist ';
- execute stmt1;
- Id User Host db Command Time State Info
- number root localhost test Execute time NULL show full processlist
- deallocate prepare stmt1;