
Mysql
小昌
坚强
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
C:\>mysql -u root -p Enter password: ****** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server version: 5.1.22-rc-community-log MySQL Community Serv原创 2012-04-08 14:24:19 · 4850 阅读 · 0 评论 -
修改mysql的字段类型
1.授权mysql在远程机器上以登录 GRANT ALL PRIVILEGES ON *.* TO 'root'@'host' IDENTIFIED BY 'pwd' WITH GRANT OPTION 2.修改字段名称和类型 --alter table upload change column alter table filetable change column fdata fd转载 2012-04-08 12:54:30 · 6092 阅读 · 0 评论 -
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
sql: [sql] view plaincopy C:\>mysql -u root -p Enter password: ****** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server ver原创 2012-04-09 15:02:16 · 7261 阅读 · 1 评论 -
java.lang.ClassNotFoundException: com.mysql.jdbc.driver
java.lang.ClassNotFoundException: com.mysql.jdbc.driver 这是没有细心爱出错的原因, 一、驱动:com.mysql.jdbc.Driver 二、url:jdbc:mysql://210.30.12.3:3306/myDB 三、username/password 四、加入的驱动包:mysql-connector-java-3.1.13-原创 2012-04-26 15:07:42 · 842 阅读 · 0 评论