bitsCN.com mysql数据库的密码问题 今儿在做实验用到mysql数据库时,用户密码忘记了,让我也是找了半天: 现在给大家介绍下我自己的方法:用到了mysql自身的函数来测试的。 [html]mysql> select user,password,host from user; +------+------------------+-----------+ | user | password | host | +------+------------------+-----------+ | root | 773359240eb9a1d9 | localhost | | root | | fsailing1 | | root | | 127.0.0.1 | | root | 309e1248634a4f61 | % | +------+------------------+-----------+ 4 rows in set (0.00 sec) mysql> password("root"); ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'password("root")' at line 1 mysql> select password("root"); +------------------+ | password("root") | +------------------+ | 67457e226a1a15bd | +------------------+ 1 row in set (0.00 sec) mysql> select password("chen"); +------------------+ | password("chen") | +------------------+ | 309e1248634a4f61 | +------------------+ 1 row in set (0.00 sec) 作者 chen861201 bitsCN.com
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号