聰明屋視角
關注互聯(lián)網(wǎng),關注技術開發(fā),透析與分享移動互聯(lián)網(wǎng)行業(yè)最新動態(tài)搭建阿里云服務器
時間:2019-02-17 13:40:26 閱讀:79704次 分類:解決方案
1.添加yum repo php5.2.x
安裝使用testing庫的許可
rpm -import http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
2.升級
yum upgrade php
3. 安裝Apahce, PHP, Mysql, 以及php連接mysql庫組件
yum -y install httpd php mysql mysql-server php-mysql
//安裝mysql擴展
yum -y install mysql-connector-odbc mysql-devel libdbi-dbd-mysql
//安裝php的擴展
yum -y install php-gd php-xml php-mbstring php-ldap php-pear php-xmlrpc
//安裝apache擴展
yum -y install httpd-manual mod_ssl mod_perl mod_auth_mysql httpd-devel
linux服務器搭建
php論壇 2013-08-30 02:55:10
http://blog.chinaunix.net/uid-17085332-id-2832243.html
http://wenku.baidu.com/view/6781e29951e79b89680226f2.html
http://51hired.com/questions/3300/yum%E5%AE%89%E8%A3%85MySQL%E5%B9%B6%E8%AE%BE%E7%BD%AE%E5%AF%86%E7%A0%81
http://zhidao.baidu.com/question/46974713.html二級域名配置
http://www.hackbase.com/tech/2011-04-21/63390.html
1.添加yum repo php5.2.x
安裝使用testing庫的許可
rpm -import http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
2.升級
yum upgrade php
3. 安裝Apahce, PHP, Mysql, 以及php連接mysql庫組件
yum -y install httpd php mysql mysql-server php-mysql
//安裝mysql擴展
yum -y install mysql-connector-odbc mysql-devel libdbi-dbd-mysql
//安裝php的擴展
yum -y install php-gd php-xml php-mbstring php-ldap php-pear php-xmlrpc
//安裝apache擴展
yum -y install httpd-manual mod_ssl mod_perl mod_auth_mysql httpd-devel
漏洞修復
yum update glibc
yum -y update bash
4. 啟動服務配置
# chkconfig httpd on [設置apache為自啟動]
# chkconfig --add mysqld [mysql服務]
# chkconfig mysqld on [mysqld服務]
# service httpd start [自啟動 httpd 服務]
# service mysqld start [自啟動mysqld服務]
5.設置mysql數(shù)據(jù)庫root帳號密碼。
mysqladmin -u root password ‘新密碼’ [引號內填密碼]
讓mysql數(shù)據(jù)庫更安全
復制內容到剪貼板
代碼:
mysql -u root -p [此時會要求你輸入剛剛設置的密碼,輸入后回車即可
mysql> DROP DATABASE test; [刪除test數(shù)據(jù)庫]
mysql> DELETE FROM mysql.user WHERE user = '; [刪除匿名帳戶]
mysql> FLUSH PRIVILEGES; [重載權限]
--------------------------------------------------------------------------------------------------
MySQL遠程訪問權限,允許遠程連接的開啟
grant all privileges on *.* to '用戶名'@'120.26.242.131' identified by '密碼' with grant option;
flush privileges;
grant all privileges on *.* to 'jbg888abc'@'localhost' identified by 'ABC9wejdsf' with grant option;
grant all privileges on *.* to 'amazonabc'@'localhost' identified by 'amazona93rfa' with grant option;
蕪湖市聰明屋智能科技有限公司(原中江網(wǎng)絡),成立于2005年,經(jīng)過10多年定制開發(fā)經(jīng)驗,積累了大量技術儲備和定制開發(fā)經(jīng)驗,率先創(chuàng)建安徽省內自主研發(fā)的云計算平臺,具有大數(shù)據(jù)、高并發(fā)等高強度計算能力,為眾多政府、學校、公安部門、中小企業(yè)解決數(shù)據(jù)計算與管理難題。2013年公司內部專門創(chuàng)建電商服務部,為企業(yè)提供全方位電商解決方案與配套服務。多次獲得國家、省市級領導接見,被國內近20家電視臺、報紙媒體爭相報道。至今,聰明屋智能科技服務過上市公司、大型國企、各類私企超800家,為多家公司提供各類政務系統(tǒng)、app開發(fā)定制、微信小程序開發(fā)定制、智能家居、電商系統(tǒng)、連鎖收銀等技術解決方案服務。同時,聰明屋智能科技在智能硬件方面、區(qū)塊鏈應用方面持續(xù)投入關注及創(chuàng)新。
基于圖像處理的道路病害檢測方法已經(jīng)成為了路面病害檢測技術的主要方法,它基本可以實...