How to access MySQL on Windows
Posted
by
Dan
on Server Fault
See other posts from Server Fault
or by Dan
Published on 2012-10-21T14:44:37Z
Indexed on
2012/10/21
17:03 UTC
Read the original article
Hit count: 216
mysql
This may sound like a really dumb question, but I normally only deal with MSSQL, no LAMP stuff, so I'm struggling to figure out what's going on. I have Windows 7 and have installed MySQL 5.1 through Web Platform Installer.
I have HeidiSQL installed to manage data in MySQL, but how do I connect? In Heidi it's asking for 'Hostname / IP' which is prepopulated with 127.0.0.1. It prepopulates the user field to 'root' (which is right) and I'm entering the password I chose when MySQL was installed. However, it just errors when I connect, saying:
SQL Error (1045): Access denied for user 'root'@'localhost' (using password: YES).
Can anyone point me in the right direction here?
Many thanks...
© Server Fault or respective owner