msyql php 安裝備忘

2021-05-01 02:14:23 字數 801 閱讀 2390

1、安裝mysql

啟動 mysqld_safe ,如果報錯,檢視/etc/my.cnf檢視mysql配置,找到log檔案,檢視出錯日誌。

如果錯誤為:[error] fatal error: can't open and lock privilege tables: table 'mysql.host' doesn't exist,則是因為沒有建立起最初的資料庫,執行命令:

mysql_install_db --user=mysql

預設mysql是沒用密碼的,所以直接 mysql -u mysql連線就可以了。

這時,如果建立資料庫報許可權問題,則先stop mysql, 然後

mysqld_safe --skip-grant-table --socket=/tmp/mysql.sock &

2、安裝php的mysql擴充套件:

使用的configure為:

configure command =>  './configure'  '--prefix=/usr/local/php' '--with-config-file-path=/etc' '--with-apxs2=/usr/local/apache2/bin/a

pxs' '--enable-dba' '--with-db4' '--enable-sockets' '--with-curl' '--enable-soap' '--enable-ftp' '--enable-libxml' '--with-libxml-di

r' '--with-zlib' '--with-openssl' '--with-mysql' '--with-pdo-mysql'

vss 安裝備忘

安裝6.0時,必須轉換um.dat格式 to build a new um.dat file,follow these steps 1.create a temporary folder named c sstemp.2.clickstart,clickrun,type cmd,and then c...

CocoaPods安裝備忘

網上說cocoapods.org被禁用了 得 牆才行 第一步前得加幾步才行,不過我直接從第一步開始是沒問題的,可能已經放開能用了,不過還是把操作說一下吧 步驟如下 用 的ruby映象來訪問cocoapods gem sources remove 等有反應之後再敲入以下命令 gem sources a...

debian安裝備忘

感謝同事alex的指點,隨寫一下備忘。1 etc apt sources.list 增加 deb testing main contrib non free deb src testing main contrib non free deb sid main contrib non free deb...