与SQL开发人员一起使用的索引不足

与SQL开发人员一起使用的索引不足

本文介绍了与SQL开发人员一起使用的索引不足的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试访问时,我收到了来自sql developer的以下消息.我没什么特别的.

我的连接信息如下

  • 连接名称:z * sch ***
  • 用户名:root
  • 密码:它只是数字和字符(英文)
  • 连接类型:基本
  • 角色:默认
  • 主机名:IP4类型地址
  • 端口:3306(MySQL)
  • SID:z * _ *

对不起,'*',但是我确定我打开了我能做的信息.没有长字符串,所以我不知道为什么该程序(SQLDeveloper)显示错误消息字符串超出范围".给我光! :D

解决方案

我确定您已经解决了此问题,但是由于遇到此问题并找到了解决方案,因此我将其发布在这里,以便对某人有所帮助. /p>

我在尝试使用 oracle db connection选项卡通过sql developer连接到mysql db时遇到此错误.解决方案-将mysql-jdbc jar加载到sql developer(工具-首选项-数据库-第三方jdbc驱动程序)中,并且在连接到sql developer数据库时,我选择了sql选项卡(出现在新连接向导窗口中的oracle选项卡旁边).sqldev版本-4.0.2.15

I got below message from sql developer when I try to access.I did just nothing special.

my connection info like below

  • Connection name : z*sch***
  • Username : root
  • Password : it just numbers and characters(en)
  • Connect Type : basic
  • Role : default
  • Host name : IP4 type address
  • Port : 3306(MySQL)
  • SID : z*_*

Sorry for '*', But I sure that I opened information that I can do. There is no long Strings, so I do not know why this program(SQLDeveloper) shows error message 'String out of range'. Give me the light! :D

解决方案

I am sure you have solved this issue, but since I faced this issue and found the solution, I am posting it here so that it might help someone.

I got this error while trying to connect to mysql db via sql developer using the oracle db connection tab.SOlution - Loaded the mysql-jdbc jar in sql developer(tools-preference-database-third party jdbc drivers) and when connecting to the sql developer database I selected the my sql tab (appears next to oracle tab in new connection wizard window).Version of sqldev - 4.0.2.15

这篇关于与SQL开发人员一起使用的索引不足的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 05:14