reset password
Author Message
wsakura
Posts: 64
Posted 22:39 Jan 08, 2013 |

Which MYSQL program should I download? Should I download the MYSQL Installer for Windows?

http://www.mysql.com/downloads/

cysun
Posts: 2935
Posted 09:07 Jan 09, 2013 |

Yes. During installation choose:

  • Add/Modify Products and Features (assuming you don't have a MySQL server already)
  • In Feature Selection, choose MySQL 5.5 Community Edition 64-Bit (or 32-Bit if your Windows is still 32-Bit), and check MySQL Server and MySQL Workbench CE in Applications. You can add other features like Documentation if you want.
  • During Configuration you can leave everything to default.
wsakura
Posts: 64
Posted 12:13 Jan 09, 2013 |
cysun wrote:

Yes. During installation choose:

  • Add/Modify Products and Features (assuming you don't have a MySQL server already)
  • In Feature Selection, choose MySQL 5.5 Community Edition 64-Bit (or 32-Bit if your Windows is still 32-Bit), and check MySQL Server and MySQL Workbench CE in Applications. You can add other features like Documentation if you want.
  • During Configuration you can leave everything to default.


Thank you.