mysqld
-
ps top命令查看内存空间
[root@VM-4-3-centos local]# ps aux –sort -rss | head USER PID %CPU %MEM VSZ RSS TTY STAT …
-
MySQL ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
停止mysql服务的运行 /etc/init.d/mysqld stop 跳过受权表访问 mysqld_safe –user=mysql –skip-grant-tables …
-
在 Windows 10 专业版中搭建 Laravel Sail 开发环境
1、Laravel Sail 要求支持 WSL 2 的 Windows 10 系统。在 2020 年五月份发布的 2004 版本才支持 WSL 2 功能,所以我们的系统需更新到等于…
-
MySQL的安装与配置——详细教程
MySQL的安装与配置——详细教程 免安装版的Mysql MySQL关是一种关系数据库管理系统,所使用的 SQL 语言是用于访问数据库的最常用的 标准化语言,其特点为…
-
Linux7.9安装MySQL
使用yum方式安装Redhat7.9 MySQL8.0.26(参考菜鸟教程) 下载文件 下载文件 # 可以直接使用wget # 也可以用scp上传到linux scp D:/mys…
-
连接MySQL失败,errorNo=2002,Can't connect to local MySQL server through socket '/var/run/mysqld
问题: 在本地使用mysql -uroot -p可以登录mysql 代码运行mysql_real_connect函数,失败返回errorNo=2002(Can’t co…