随笔分类 -  MYSQL

摘要:问题描述: centos 安装MySQL $yum install mysql-server 安装之后执行命令mysql 报错: 查看mysql的启动日志: [ERROR] InnoDB: auto-extending data file ./ibdata1 is of a different si 阅读全文
posted @ 2016-02-22 15:32 浪荡小新 阅读(12836) 评论(0) 推荐(3)
摘要:使用?占位符写MYSQL查询语句,执行报错 1 com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresp... 阅读全文
posted @ 2015-05-07 17:25 浪荡小新 阅读(1765) 评论(0) 推荐(0)
摘要:在网上有很多关于这个的解决方案,我也采用了写的比较详细的如:1. 改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%... 阅读全文
posted @ 2015-04-21 16:13 浪荡小新 阅读(261) 评论(0) 推荐(0)