摘要: 默认端口为3306,也可以执行以下命令查询: show global variables like 'port'; 阅读全文
posted @ 2019-02-16 00:23 epiphanyy 阅读(11) 评论(0) 推荐(0)
摘要: sqlplus -v 阅读全文
posted @ 2019-02-16 00:18 epiphanyy 阅读(6) 评论(0) 推荐(0)
摘要: postgresql有三个配置文件,分别为: (1)postgresql.conf 此配置位置在$PGDATA目录下,也可以通过以下命令查找: select name,setting from pg_settings where category='File Locations'; 此配置文件有两份 阅读全文
posted @ 2019-02-16 00:15 epiphanyy 阅读(96) 评论(0) 推荐(0)