I want to mysql what are the main thing to start | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to mysql what are the main thing to start

22nd Dec 2019, 12:10 AM
Abdulmajid Miko Yahaya
Abdulmajid Miko Yahaya - avatar
2 Answers
+ 3
You'll want to install MySQL. It might be easier to use XAMPP if you don't know much about how to set things up. https://www.apachefriends.org/download.html XAMPP also installs a web app called phpMyAdmin for setting up databases, creating tables, running queries, etc. You can also install free desktop app like MySQL Workbench or HeidiSQL. Later, you might want to look at commercial products like DataGrip. Here's an article for getting started. Spend some time researching online as well. http://www.mysqltutorial.org/getting-started-with-mysql/connect-to-mysql-server/ https://www.mysql.com/products/workbench/ https://www.heidisql.com/
22nd Dec 2019, 2:16 AM
David Carroll
David Carroll - avatar
+ 1
Ok thanks
3rd Jan 2020, 10:32 AM
Abdulmajid Miko Yahaya
Abdulmajid Miko Yahaya - avatar