What is MySQL Admin Client?

Recently I started work with MySql. Now i face lot of problem. Urgently i wanted to know about Admin client on MySql. Plz help me.
Thank you.

Hi AqibNami welcome to the forum

Try

user: “root”
password: “” (an empty string)

well, there’s one called mysql workbench

the one i use is heidisql

Thanks Rudy.

I’ve been working straight from the CLI so often lately I didn’t even think that was what was meant

I use both MySQL Work Bench and JetBrains Database IDE built into all their products. The nice thing about JetBrains is the wide array of support for different databases all in the same GUI. At work I use it for connecting to SQL Server on mac.

SQLyog is quite good when it comes to managing, also i would recommend MySQL Workbench, probably the best admin tool that I used. But it’s heavily depends on what exactly you want from your client.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.