Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have installed mysql and start winMysqladmin.But where to write queries?I can not find any editor like sql server.
Posted

editor like sql server??????
No, you won't find any editor like sql server since sql server is no editor.
What you have started is a management software for the mysql server service, not a database manager.
Look here: http://dev.mysql.com/downloads/tools/workbench/[^]
 
Share this answer
 
For a lightweight approach, you might use mysql client[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900