pt-variable-advisor - Analyze MySQL variables and advise on possible problems

pt-variable-advisor 是 Percona Toolkit 內的工具之一,能調用 MySQL/MariaDB 的 SHOW VARIABLES 命令偵測參數值,並根據 Rule 分析給予修正的建議。 ...

March 11, 2020 · 1 min · 57 words · Larry Nung

mysqlslap - Load emulation client

mysqlslap 是 MariaDB 自帶的壓力測試工具。 使用方式可調閱命令。 ...

July 20, 2019 · 1 min · 428 words · Larry Nung

MariaDB - Enable performance schema

透過 MySQL CLI 查閱 Performance schema 的啟用狀態。 show variables like ‘performance_schema’; ...

July 18, 2019 · 1 min · 82 words · Larry Nung

MariaDB - Secure MariaDB server with mysql_secure_installation command

MariaDB 安裝完後可調用 mysql_secure_installation 命令進行一連串的安全性設定。 ...

June 24, 2019 · 1 min · 88 words · Larry Nung

MariaDB - Install on Termux

在 Termux 安裝 MariaDB,可透過 pkg 或是 apt 安裝。 ...

June 24, 2019 · 1 min · 74 words · Larry Nung

Rider - Connect to MariaDB

要透過 Rider 連線 MariaDB 做些操作,可以點選 [ View | Tool Windows | Database ] 主選單選項,開啟 Database 視窗。 ...

June 1, 2019 · 1 min · 171 words · Larry Nung

MariaDB - List table constraints

要查詢資料庫的 Constraints 可查閱 information_schema schema 的 table_constraints table。 ...

May 22, 2019 · 1 min · 41 words · Larry Nung