Getting connection failed: php_network_getaddresses: getaddrinfo failed: Name or service not known

后端 未结 3 1235
日久生厌
日久生厌 2020-12-20 16:36

Im using POST method to insert some data to db on my server.This is my connection.php file that is stored in my http://www.url.com/public_html.

    

        
3条回答
  •  心在旅途
    2020-12-20 17:08

    Make changes in bellow file config-db.php

    nano  /etc/phpmyadmin/config-db.php 
    

    change db server as localhost

    $dbserver='localhost';
    

    Its works for me.

提交回复
热议问题