SQL 語法檢視資料庫內容
測試環境為 Ubuntu16.04 資料庫 (DateBase) / 資料表 (Table) / 資料欄 (Column) / 資料 (Data) 要怎麼檢視這些資料呢! 可以透過 SHOW , SHOW CREATE TABLE , DESCRIBE , SELECT 來檢視. 資料庫 (Date […]
測試環境為 Ubuntu16.04 資料庫 (DateBase) / 資料表 (Table) / 資料欄 (Column) / 資料 (Data) 要怎麼檢視這些資料呢! 可以透過 SHOW , SHOW CREATE TABLE , DESCRIBE , SELECT 來檢視. 資料庫 (Date […]
如果有部分網頁要設定給已登入的特定使用者,這時候需要額外安裝 User Access Manager plug-in- https://wordpress.org/plugins/user-access-manager/ 安裝可以透過 控制台 / 外掛 / 安裝外掛 / 搜尋 User Access […]
如果 WordPress 當初設定的 URL (設定 / 一般 / Wordpress 位址 , 網站位址) 為 IP 時,搬家的同時連 IP 也要換掉,這就有一點麻煩了. 測試環境為 CentOS 7 x86_64 + Apache (Httpd) 先來看一下 wordpress 搬家需要備份資料 […]
測試環境為 CentOS 7 x86_64 使用者的權限可以區分為 登入權限,請參考 https://benjr.tw/97973 使用者存取 資料庫(DateBase)/資料表(Table) 權限,下面來討論. 使用者自訂,使用 SQL 函數的權限,請參考 https://benjr.tw/990 […]
測試環境為 CentOS 7 x86_64 . 如果是使用 Ubuntu 需要將 /etc/mysql/my.cnf (Ubuntu 14.04) , /etc/mysql/mariadb.conf.d/50-server.cnf (Ubuntu16.04) 裡面的 bind-address = 1 […]
測試環境為 CentOS 7 / CentOS 8 x86_64 安裝完的 phpMyAdmin 在首頁都會顯示 或是 什麼是 blowfish ? Blowfish 是對稱式加密 (symmetric encryption) 的一種,所謂的對稱式加密就是加密以及解密都是使用同一支鑰匙 (singl […]
安裝完的 phpMyAdmin 在首頁都會顯示 尚未設定 phpmyadmin 資料庫 某些進階功能將無法使用. 查了一下 phpMyAdmin 的進階功能 bookmarks, comments, SQL-history, tracking mechanism, PDF-generation, c […]
關於 MariaDB 資料庫安裝與使用與 phpMyAdmin 管理,請參考 https://benjr.tw/323 測試環境為 CentOS7 x86_64 在內網使用時 phpMyAdmin 反應很慢的問題,透過 mysql 指令去做搜尋 SQL select 時卻很正常,上網查了一下.原因有 […]
測試環境為 CentOS 7 x86_64 (虛擬機) 主要想把 Microsoft Excel 轉成 MariaDB 的資料庫 ,Excel 檔案需事前先轉成 CSV 格式或是 OpenDocument .ods 檔案格式(建議),除了可以透過 Mysql 指令 外還可以透過 PHPMyAdmin […]
CentOS 7 我採用的 web server 為 Nginx , Database 是 MariaDB . 在使用 WordPress 前你必須先確定你的系統軟體符合他的需求 PHP 版本需要大於 7 ,安裝 Nginx (Web server) Nginx (Web server) ̵ […]