how do i get started with MySQL and get the command prompt like MySQL monitor to write the command for creating a database in MySQL?

Recommended Answers

All 2 Replies

If you checked box in installation to set path for MySQL you need to only call mysql -u USERNAME -p followed by password after system request. In case you didn't do it, you need to navigate command prompt/line down to home directory of your MysQL and from there execute the above command

thanks peter..
ur post was helpful

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.