Reputation: 5920
I have two versions of MySql in my database server. One of them is under 5.0 and the other one is 5.2. Older one looks 3306 port and the new one looks 3307 port. I want to use new one on my .net project. When I try to give my server's IP address to Add Connection window, it looks 3306 port and says, "Connector/Net no longer supports server version prior to 5.0". I think it will be solved when I can give the port number.
Upvotes: 1
Views: 2785
Reputation: 697
Open Advanced settings by clicking "Advance" button and inside you'll find the port parameter and then change it, I've practiced it many times.
Upvotes: 0