java连接MySQL数据库后执行execute语句,控制台总是报错,如下:
Exception in thread
"main"
java.sql.SQLException: Could not retrieve transation read-only status server
……
Caused by: java.sql.SQLException: Unknown system variable
'tx_read_only'
我捣鼓了一整个下午,参考别人的代码,甚至完全套用别人的工程来跑一遍结果还是报这个错误。
排除语法错误后我以为是connector有问题,但重新下了一个仍无济于事,
最后我索性把MySQL卸掉,到官网重下了个最新版,以及最新版connector,结果大功告成。
所以结论是:connector和MySQLserver的版本不匹配或者其中某一个有问题