Still not working...
Thank you for your advice.
I'm not sure I'm on the right way...
I manually created (phisically on mitel) database ecommerce and created sqluser@192.168.1.83 as following:
grant alter, select, insert, update, delete, index, create, drop on on ecommerce.* to sqluser@192.168.1.83 identified by 'password';
The error is the same "Can't connect to MySQL server on '192.168.1.12' (111)"
I also tried from dos prompt:
telnet 192.168.1.12 3306
but...able to connect to host.
Maybe something wrong on enabling access to mysql on network? I did exactly the commands as in my previous post...
Can you help me? Thank you so much !
Davide