Anoop Pete
Anoop Pete

Reputation: 493

Connect MySQL 3.23 hosted on Linux Server via MySQL Workbench 5.2 on Windows

I've a mysql database with version 3.23 installed on linux server.

When i try to use the database using sql yog, it will connect.But when i try to connect to the database using mysql work bench installed on windows xp, i will get an error. Screen shots are below :

  1. When i tried to connect mysql with the help of SQL YOG, SQL Yog Connectivity- Status SUCCESS

  2. When i try to connect mysql with MySQL workbench mysql work bench error

I used Putty to check whether SSH port 22 is listening or not, it is listening.. I can see the terminal.. an i checked host of root login... root login previligers

I tried connecting with the help of SSH, i didnt get the solution... I am not able to track where i am getting wrong...

Can any one help me out???

Thanks in advance...

Regards, Anoop Pete

Upvotes: 1

Views: 1186

Answers (1)

Álvaro González
Álvaro González

Reputation: 146420

Your server version is just not supported:

MySQL Workbench fully supports MySQL Server versions 5.1 and above. It is also compatible with MySQL Server 5.0, but not every feature of 5.0 may be supported. It does not support MySQL Server versions 4.x.

Sadly, MySQL 3.23 is almost 12 years old.

Upvotes: 2

Related Questions