'OPTION SQL_SELECT_LIMIT=DEFAULT'

后端 未结 5 602
被撕碎了的回忆
被撕碎了的回忆 2021-01-01 12:12

I have a mysql database on Netbeans and I want to see that view data but I have a error 1064 \'OPTION SQL_SELECT_LIMIT=DEFAULT\'

5条回答
  •  灰色年华
    2021-01-01 12:30

    Found the answer from another question... The steps are quite straightforward.

    1. Download latest jar file from here: http://dev.mysql.com/downloads/mirror.php?id=412737. Unzip it Copy jar file "mysql-connector-java-5.1.25-bin.jar" to this folder: C:\Program Files\NetBeans 7.3\ide\modules\ext

    2. In Netbeans IDE: Disconnect from database. Click Services. Expand Drivers. Right-click on MySQL and press Customize. Add latest driver Remove previous driver.

    Re-connect to dabatase within IDE.

提交回复
热议问题