Hi
How to configure host argument correctly when I have SQL DB on server instance?
I have configured user only for this instance.
When im trying put:
host='server_name\instance_name'
I have an error:
2005 (HY000): Unknown MySQL server host 'server_name\instance_name' (11001)
When im trying put only:
host='server_name'
I have only the information:
2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0
Regards
Mariusz
How to configure host argument correctly when I have SQL DB on server instance?
I have configured user only for this instance.
When im trying put:
host='server_name\instance_name'
I have an error:
2005 (HY000): Unknown MySQL server host 'server_name\instance_name' (11001)
When im trying put only:
host='server_name'
I have only the information:
2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0
Regards
Mariusz