Friday 2 June 2017

Cant find phpmyadmin.conf for Allow IP to access

Im using Server version: 5.7.18-0ubuntu0.16.04.1 - (Ubuntu) Apache/2.4.18 (Ubuntu)

I try to connect db with

var mysql_crawl = mysql.createConnection({
    host: 'xx.xx.xx.xx',
    user: 'root',
    password: 'xxxx',
    database: 'db_xx'
});

Im goint to allow ip to access but i cant find

/etc/apache2/conf.d/phpmyadmin.conf

Its no conf.d folder



via Moomoo Soso

No comments:

Post a Comment