Updating the instructions on how to prepare the OS to run
"mtr connect.odbc_postgresql"
This commit is contained in:
parent
83ba48b7c6
commit
cb3a71d238
@ -27,6 +27,15 @@
|
|||||||
#Servername=localhost
|
#Servername=localhost
|
||||||
#Port=5432
|
#Port=5432
|
||||||
#
|
#
|
||||||
|
# 5. Allow user "mtr" to connect to the database "mtr"
|
||||||
|
# Add this line into the begginning of pg_hba.conf
|
||||||
|
# (usually /var/lib/pgsql/data/pg_hba.conf on Linux):
|
||||||
|
#host mtr mtr 127.0.0.1/32 password
|
||||||
|
#
|
||||||
|
# 6. Restart the server:
|
||||||
|
# sudo service postgresql restart
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
SET NAMES utf8;
|
SET NAMES utf8;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user