
Mysql
1314hwl
知之为知之,不知为不知,是知也......
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
eclipse 中 svn 插件链接
eclipse比较好用的svn插件:http://subclipse.tigris.org/update_1.8.x原创 2014-03-25 11:27:17 · 685 阅读 · 0 评论 -
Mysql 为何不能执行
CREATE TABLE 'test'( 'id'int( 10 ) NOT NULL , 'uid'varchar( 10 ) NOT NULL default '0', 'regdate'date NOT NULL , 'remark'text NULL , PRIMARY KEY ( 'id' ) )原创 2012-10-07 21:26:07 · 498 阅读 · 0 评论 -
Access denied for user ‘root’@’localhost’ (using password:YES)
学习mysql时发现登录不上mysql,总是提示:Access denied for user ‘root’@’localhost’ (using password:YES)。 1>以管理员的身份运行cmd.exe,进入到mysql的bin目录下C:\Program Files\MySQL\mysql-5.7.10-winx64\bin>net stop mysql(停止mysql服务).#MyS原创 2016-01-12 11:53:37 · 695 阅读 · 0 评论