08-12-周三_14-20-35

This commit is contained in:
AaronXu
2026-08-12 14:20:36 +08:00
parent 977f7eec96
commit 56dd5b5adf
16 changed files with 1867 additions and 4 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ useradd mysql -s /sbin/nologin -M
-DWITH_DEBUG=0
[root@localhost mysql-5.6.40]# c #查看上条命令是否运行正确,0表示正确
[root@localhost mysql-5.6.40]# echo $? #查看上条命令是否运行正确,0表示正确
[root@localhost mysql-5.6.40]# make -j 2
[root@localhost mysql-5.6.40]# make install
```