
1st March 2009, 11:58
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,908
Thanks: 693
Thanked 4,196 Times in 3,212 Posts
|
|
You have to comment out the line as the tutorial describes, so find the line:
bind-address = 127.0.0.1
and change it to:
# bind-address = 127.0.0.1
and then restart mysql.
|