摘要:
使用 Connector/C++ 查询 Mysql , 连续调用存储过程时会出现如下:Commands out of sync; you can't run this command now,state:HY000出现原因可以看这里:http://stackoverflow.com/question... 阅读全文
摘要:
使用 Connector/C++ 查询 Mysql 时,出现错误,提示如下:can't fetch because not on result set,出现原因可以看这里:http://stackoverflow.com/questions/17294611/sqlinvalidargumentex... 阅读全文
摘要:
1、添加用户 1.1 添加一个新用户: mysql>grant usage on *.* to 'sealy'@'localhost' IDENTIFIED by "123456" with grant option; 上面这种只支持mysql服务器本地登录。 1.2 添加一个任意Ip登录的... 阅读全文