摘要:
ZF3R0-FHED2-M80TY-8QYGC-NPKYF 閱讀全文
摘要:
1、查看指定進程名打開的文件 lsof -c mysqld COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME mysqld_sa 1397 root cwd DIR 253,0 213 34667033 /usr/local/mysql mysql 閱讀全文
摘要:
前言:gitlab11升級到14還是有挺多需要注意的坑,也算是做一次積累吧,升級前后,gitalb的WEB界面也變化了很多,升級過程需要注意的地方我放到最后說明,挺關鍵的 一、首先需要下載好要升級的包,這里需要注意,gitlab的官網有說明如何升級,大概就是如下面所示,跨版本升級先要升級到版本最后一 閱讀全文
摘要:
解決方法: yum install libtool-ltdl-devel libtool-ltdl yum install -y libtidy-devel 閱讀全文
摘要:
解決方法: cp -frp /usr/lib64/libldap* /usr/lib/ 閱讀全文
摘要:
問題: configure: error: Please install libyaml 解決方法,安裝libyaml https://github.com/yaml/libyaml/archive/0.2.5.tar.gz tar xf 0.2.5.tar.gz cd libyaml-0.2.5. 閱讀全文
摘要:
錯誤: undefined reference to `__dn_skipname' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 解決: make clean make ZEND_EXTRA_LIBS='-lr 閱讀全文
摘要:
問題1: /usr/local/php/bin/phpize Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun t 閱讀全文
摘要:
錯誤: “ERROR 1356 (HY000): View ‘mysql.user’ references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them” 閱讀全文
摘要:
yum -y install mariadb-server mariadb mariadb-devel systemctl start mariadb 閱讀全文