設定XAMPP開機自動啟動
ln -s /opt/lampp/lampp /etc/init.d/lampp sudo update-rc.d -f lampp defaults
ln -s /opt/lampp/lampp /etc/init.d/lampp sudo update-rc.d -f lampp defaults
一、打開檔案總管 二、在網址的地方輸入 「C:\Users\%UserName%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets」 三、進到連結後 就會看到一推不…
當我們安裝好 XAMPP 以後,我們還需要針對 MySQL 跟 phpMyAdmin 進行一些修改,首先我們點擊控制台的 admin 開啟 phpMyAdmin 點擊後你會發現會直接進入 phpMyAdmin 並不需要輸入帳號密碼這是相當危險的,如果你只是要本機進行練習的話並沒有什麼關係,但是如果有要對外那…
} catch (DoesNotExist $e) { $this->data = new SessionData([‘session_id‘ => $id]); $this->data->session_data = ““; http…
You need to put code in your config-> my.ini file in case you use xampp server. If you use Apache server than open my.cnf file copy below code …
Remove mysql in this line: php.extensions PDO, mbstring, zip, zlib, ftp, json, dom, gd, mysql; in the file ow_install/files/requirements.txt and as long a…
網站載入速度是決定 Google 搜尋排名的一項重要因素。 Google 提供的Page Speed Online (https://developers.google.com/pagespeed/) 網站可分析網頁內容並提供建議,協助改善網頁速度。輸入網址即可測試: 例如以「http://isvincen…
網域名稱伺服器(Domain Name Servers,簡稱 DNS)是運作一個網站相當重要的環節,對於有架站經驗的朋友來說一定能夠理解。通常會有幾種選擇:使用虛擬主機或網域名稱註冊商提供的 DNS(但前者很多時候是和你的主機一起運作),或是付費租用第三方服務,在網站規模不大時可直接使用註冊商的 DNS,假…
Okay so the problem is that my config.php file needed to be changed to reflect the change from MySQL to MariaDB. In config.php I changed this: $CFG->db…