學習筆記
(移至...)
首頁
▼
2019年12月11日 星期三
【MYSQL】MYSQL的SYS表說明(版本8.0)
›
mysql> use sys Reading table information for completion of table and column names You can turn off this feature to get a quicker s...
2019年10月31日 星期四
【PostgreSQL】記錄一次psql: FATAL: Ident authentication failed for user "XXX" 錯誤訊息
›
角色已創好,卻無法登入 -bash-4.1$ psql -h localhost -U aaa mydb psql: FATAL: Ident authentication failed for user "aaa" 修改pg_hb...
2019年10月30日 星期三
【PostgreSQL】PostgreSQL10.10主從復制步驟
›
測試用機器資訊如下 主192.168.1.1 CentOS release 6.9 (Final) 從192.168.1.2 CentOS release 6.10 (Final) 紅色是指令 主服務器先創一個資料夾 [root@rosalie-mys...
2019年10月29日 星期二
【PostgreSQL】一般常用指令
›
切換使用者 su - postgres [root@rosalie-mysql02 ~]# su - postgres -bash-4.1$ 連線至資料庫 psql -bash-4.1$ psql psql (10.10) Type "...
2019年10月28日 星期一
【PostgreSQL】Linux 上安装 PostgreSQL步驟
›
至官網https://www.postgresql.org/ 點選 Downloads 選擇自己適合的作業系統版本 Red Hat family Linux (including CentOS / Fedora / Scientific/Oracle var...
2019年10月22日 星期二
【MYSQL】記錄一次Table 'performance_schema.session_variables' doesn't exist錯誤訊息
›
mysql> show variables like "%plugin%"; ERROR 1146 (42S02): Table 'performance_schema.session_variables' doesn't...
2019年10月21日 星期一
【MYSQL】記錄一次DBI connect(';;mysql_read_default_group=client','root',...) failed: Can't connect to local MySQL server through socket...報錯-版本5.7
›
[root@rosalie-mysql01 ~]# pt-duplicate-key-checker -u root -p1234 --database=tttt DBI connect(';;mysql_read_default_group=client...
›
首頁
查看網路版