拥有Linux标签的文章

MYSQL设置密码时显示Failed! Error: SET PASSWORD has no significance for user ‘root‘@‘localhost‘ as the authe

用这个命令进入mysqlsudo mysql在sql命令行输入以下命令回车,你就可以把密码改成mynewpasswordALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password by 'mynewpassword';exit回到终端命令行,输入:sudo mysql_sec
阅读全文

Ubuntu系统下查看IP地址

可以通过 ifconfig 命令来查看本地IP地址,正常的结果如下:ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500         inet 192.168.89.129&n
阅读全文
首页 123 末页 共 22 条记录