Hi there,
I am real newbie in MySQL. I just installed My SQL workbench and created a table in workbennch. I am trying to open the MYSQL client to see if the script that I ran was successful and all I see this this command line window flash for a fraction of a second and go away. How can I make it to be available and not flash away?

Thanks

Hello,

Try opening a command line window (run CMD) to get a dos prompt then type:

mysql

You should get a mysql shell prompt that your can run queries from like

select * from mydatabase;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.