共计 2317 个字符,预计需要花费 6 分钟才能阅读完成。
自动写代码机器人,免费开通
这篇文章主要介绍了 mysql 出现 1044 错误的解决方法,具有一定借鉴价值,需要的朋友可以参考下。希望大家阅读完这篇文章后大有收获。下面让丸趣 TV 小编带着大家一起了解一下。
mysql 出现 1044 错误的解决办法:首先 cmd 模式进入 mysql 的 bin 目录,并输入相关代码回车;然后再打开一个 dos 窗口,同样切到 mysql bin 目录下,输入相关代码;最后设置密码即可。
mysql 出现 1044 错误的解决办法:
这个错误一般是这个文件 my-default.ini 或者这个文件 my.ini(对应你自己的版本)中 sql_mode 的配置可能有问题,你可以把它删除掉,然后按照下面的步骤做
1、cmd 模式进入 mysql 的 bin 目录,输入 D:\Program Files\MySQL\MySQL Server 5.6\bin mysqld –defaults-file= D:\Program Files\MySQL\MySQL Server 5.6\my-default.ini –console –skip-grant-tables,回车
2014-08-29 10:40:48 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use
2014-08-29 10:40:48 8108 [Note] Plugin FEDERATED is disabled.
2014-08-29 10:40:48 8108 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-08-29 10:40:48 8108 [Note] InnoDB: The InnoDB memory heap is disabled
2014-08-29 10:40:48 8108 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-08-29 10:40:48 8108 [Note] InnoDB: Memory barrier is not used
2014-08-29 10:40:48 8108 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-08-29 10:40:48 8108 [Note] InnoDB: Not using CPU crc32 instructions
2014-08-29 10:40:48 8108 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2014-08-29 10:40:48 8108 [Note] InnoDB: Completed initialization of buffer pool
2014-08-29 10:40:48 8108 [Note] InnoDB: Highest supported file format is Barracuda.
2014-08-29 10:40:57 8108 [Note] InnoDB: 128 rollback segment(s) are active.
2014-08-29 10:40:57 8108 [Note] InnoDB: Waiting for purge to start
2014-08-29 10:40:57 8108 [Note] InnoDB: 5.6.20 started; log sequence number 1625997
2014-08-29 10:40:57 8108 [Note] Server hostname (bind-address): * port: 3306
2014-08-29 10:40:57 8108 [Note] IPv6 is available.
2014-08-29 10:40:57 8108 [Note] – :: resolves to ::
2014-08-29 10:40:57 8108 [Note] Server socket created on IP: :: .
2014-08-29 10:40:58 8108 [Note] mysqld: ready for connections.
Version: 5.6.20 socket: port: 3306 MySQL Community Server (GPL)
看到这个结果就说明 MySQL 已经起来了。
2、再开一个 dos 窗口,同样切到 mysql bin 目录下,输入 D:\Program Files\MySQL\MySQL Server 5.6\bin mysql -u root mysql,回车
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.6.20 MySQL Community Server (GPL)
mysql
已连接上 mysql 数据库,可以输入 mysql 命令了。
3、设置密码
mysql update user set password=PASSWORD(password) where user= root
Query OK, 2 rows affected (0.02 sec)
Rows matched: 3 Changed: 2 Warnings: 0
mysql FLUSH PRIVILEGES;
mysql quit
之后按正常方法连接 mysql 就可以了。如果不能连接,查看下 mysql 服务是否启动。
感谢你能够认真阅读完这篇文章,希望丸趣 TV 小编分享 mysql 出现 1044 错误的解决方法内容对大家有帮助,同时也希望大家多多支持丸趣 TV,关注丸趣 TV 行业资讯频道,遇到问题就找丸趣 TV,详细的解决方法等着你来学习!
向 AI 问一下细节
丸趣 TV 网 – 提供最优质的资源集合!