Answers for "how to install mysql community server on windows 10"

SQL
14

mysql install windows 10

Just go to 
https://dev.mysql.com/downloads/installer/
Choose your os and version

Follow the  instaler steps and install.

Its actually easy if you install Xamp or Wamp.
I don't know if this helped.

Good Luck :)
Posted by: Guest on May-12-2021
0

how to use mysql in windows offline

UPDATE mysql.user SET password=PASSWORD("my-new-password") WHERE User='root';
FLUSH PRIVILEGES;
Posted by: Guest on June-05-2020

Code answers related to "how to install mysql community server on windows 10"

Code answers related to "SQL"

Browse Popular Code Answers by Language