随笔分类 -  Ubuntu

linux-Server-ubuntu
摘要:由于前面遇到的坑决定在Ubuntu20.4安装mysql与本地一致的mysql版本步骤如下~~ 1.下载安装包 wget https://downloads.mysql.com/archives/get/p/23/file/mysql-server_8.0.27-1ubuntu20.04_amd64 阅读全文
posted @ 2023-01-18 16:36 Raywang80s 阅读(1171) 评论(0) 推荐(0)
摘要:sudo apt-get updatesudo apt-get upgradesudo apt-get install --reinstall ubuntu-kylin-software-center sudo apt-get install python-apt 阅读全文
posted @ 2022-11-11 19:56 Raywang80s 阅读(464) 评论(0) 推荐(0)
摘要:zz 先说说这个错误,其实就是我们的MySQL不允许远程登录,所以远程登录失败了,解决方法如下: 在装有MySQL的机器上登录MySQL mysql -u root -p密码 执行use mysql; 执行update user set host = '%' where user = 'root'; 阅读全文
posted @ 2022-03-05 14:40 Raywang80s 阅读(272) 评论(0) 推荐(0)
摘要:今天安装网上说明配置Phpmyadmin 老是403 。。。卸载重复安装几遍都是这样。。 后来发现403 面业有个nginx 思考是不是nginx 与phpmyadmin 的 apache2 打架了。。 ~# sudo systemctl stop nginx ~# sudo systemctl r 阅读全文
posted @ 2022-03-05 14:20 Raywang80s 阅读(151) 评论(0) 推荐(0)