Fatal error: not used for host & quot; 192.168.1.112 & quot;, user & quot; pos

Source: Internet
Author: User
Fatal error: it is not used for host 192.168.1.112. After postgres solves the problem of installing postgresql9.2, QT connects to the database: Cpp Code www.2cto. comQSqlDatabasedbQSqlDatabase: addDatabase (QPSQL, test); db. setDatabaseName (sqlscada); db. setHostName (127.0.0.1); db. setHostName (1

Fatal error: it is not used for host 192.168.1.112. After postgres solves the problem of installing postgresql9.2, QT connects to the database: Cpp Code www.2cto.com QSqlDatabase db = QSqlDatabase: addDatabase (QPSQL, test); db. setDatabaseName (sqlscada); // db. setHostName (127.0.0.1); db. setHostName (1


Fatal error: not used for host "192.168.1.112", user "s" solved

After sql9.2 is installed, QT connects to the database:

Cpp Code www.2cto.com

QSqlDatabase db = QSqlDatabase: addDatabase ("QPSQL", "test ");

Db. setDatabaseName ("sqlscada ");

// Db. setHostName ("127.0.0.1 ");

Db. setHostName ("192.168.1.112 ");

Db. setPort (5432 );

Db. setUserName ("s ");

Db. setPassword ("scada ");

Connect to the Local Machine with 127.0.0.1 OK. If the IP address is specified for connection, an error is returned: Fatal error: not used for host "192.168.1.112", user "postgres ";

Open $ POSTSQL/data/pg_hdb.conf and find

# IPv4 local connections:

Host all 127.0.0.1/32 md5

Add a line of code below:

Host all 192.168.1.112/32 md5

Reconnect. Everything is normal.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.