0
I want to mysql what are the main thing to start
2 odpowiedzi
+ 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/
+ 1
Ok thanks