Hi:
Newbie questions about logging in from local network.
Environment: Windows Server 2012R2, MySql 8.0, Heidi 10.3
User setup in HeidiSQL: User: AppName, From Host: 192.168.% , Password: AppPW, Global Privilages: select & insert checked [username/password worked fine when connecting from local host]
Python Connection string host: 192.168.0.65, port=3306, user=AppName, password=AppPW, db = dbName [The test script that I run connects when the user is setup to connect from the local host]
Test script fails when connection from 192.168.0.65
Is the above setup correct or am I missing something?
Will the Heidi settings persist after the MySQL service is stopped and restarted?
Cheers