我有一个应用程序,这是.NET连接到MYSQL后端。在开发机器和服务器上,我都安装了MySQL连接器6.5.5,我使用的是实体框架。当我在本地机器上查询数据库并查看生成的SQL时-查询由Select X,Y,Z inner join A inner join B Where C in (1,2,3)组成。
当我试图用java / android连接到mysql时出错。com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to错误:无法创建到数据库服务器的连接.10-28 18:25:05.626: E/MY
在mysql交互终端中,当我想创建一个新的数据库时ERROR 1064 (42000): You have an error inyour SQL syntax; check the manual that corresponds to your MySQL server version for the right syntaxto use near '-new' at line 1
我不确定mysql是否允