码迷,mamicode.com
首页 > 数据库 > 详细

Mysql--error:no query specified

时间:2014-08-16 09:49:31      阅读:302      评论:0      收藏:0      [点我收藏+]

标签:mysql--error:no query specified   mysql   webseven   

Mysql--error:no query specified

mysql下抛出No query specified错误:


mysql> show master status\G;

*************************** 1. row ***************************

File: mysql-bin.000003

Position: 215

Binlog_Do_DB: 

Binlog_Ignore_DB: 

1 row in set (0.00 sec)


ERROR: 

No query specified



原因为\G后面多加了分号,如下:


mysql> show master status\G

*************************** 1. row ***************************

File: mysql-bin.000003

Position: 215

Binlog_Do_DB: 

Binlog_Ignore_DB: 

1 row in set (0.00 sec)


本文出自 “webseven” 博客,请务必保留此出处http://webseven.blog.51cto.com/4388012/1540879

Mysql--error:no query specified,布布扣,bubuko.com

Mysql--error:no query specified

标签:mysql--error:no query specified   mysql   webseven   

原文地址:http://webseven.blog.51cto.com/4388012/1540879

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!