MariaDB 使用者存取 DateBase (Table) 權限
測試環境為 CentOS 7 x86_64 使用者的權限可以區分為 登入權限,請參考 https://benjr.tw/97973 使用者存取 資料庫(DateBase)/資料表(Table) 權限,下面來討論. 使用者自訂,使用 SQL 函數的權限,請參考 https://benjr.tw/990 […]
測試環境為 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 […]
測試在 Ubuntu14.04,資料庫系統更新成 MariaDB 10.0 (移除 MySQL5.5) 建議先把舊的資料庫備份下來 其中的 database 請依你實際的 database 名稱,我的 database 名稱為 benjr 因為我會使用到 wordpress,根據 WordPress […]
作業系統平台皆為 CentOS 7.2 關於 Sysbech OLTP , MariaDB Galera Cluster , HAProxy 請參考. CentOS 7 YUM 安裝 MariaDB Galera Server – https://benjr.tw/95350 CentO […]
這邊繼續探討 MariaDB Galera Cluster + HAProxy (CentOS) https://benjr.tw/95536 balance 不同模式的運作方式. balance: Defines the destination selection policy you want […]
作業系統平台為 Ubuntu 16.04 .安裝 MariaDB 10.1 (這版本 MariaDB server 含 Galera 功能).Ubuntu 16.04 透過 apt 安裝的 MariaDB 版本為 10 ,要額外安裝 10.1 需要自行設定 apt repository . 上面為指 […]