未解决问题
文章平均质量分 67
小_强
10年+数据架构师。专注于数据仓库、大数据、数据分析领域。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MYSQL:如何使用MYSQL命令行的自动补全功能
使用MYSQL -I命令,查看MYSQL命令的参数,其中对--auto-rehash参数的说明如下: --auto-rehash Enable automatic rehashing. One doesn't need to use 'rehash' to get table and field completion, but startup原创 2012-12-20 00:38:31 · 1958 阅读 · 4 评论 -
MYSQL:使用UPDATE修改用户名,无法登录
1、创建一个用户test/test mysql> create user test identified by 'test'; Query OK, 0 rows affected (0.00 sec) mysql> exit Bye 2、使用test/test用户登录成功 C:\Users\qxl>mysql -utest -ptest Welcome to the MySQL mon原创 2013-01-06 00:03:29 · 1006 阅读 · 1 评论
分享