mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Updating the instructions on how to prepare the OS to run
"mtr connect.odbc_postgresql"
This commit is contained in:
parent
83ba48b7c6
commit
cb3a71d238
1 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,15 @@
|
|||
#Servername=localhost
|
||||
#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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue