Data Sources and Drivers [8.0]
I'm trying to setup a connection to a MySQL data base that is locally hosted on a server named IIS1. I am unable to connect getting a message saying: Message from server: "Host '10.10.10.50' is not allowed to connct to this MySQL server.
请先登录再写评论。
Answered my own question: On the mysql server in PHPAdmin for the data base I selected privileges and 'add user'. I selected all privileges and i'm able to see and work with the data bases for the probject. This will save a lot of time.
Answered myself.
Hi there,
Check your MySQL user permissions -- sounds like it was setup in such way that allows to connect from ceratin IPs only.