Forums

Leonard
Leonard
Offline
Resolved
0 votes
I'm pulling my hair out trying to get Dreamweaver to connect to my MySQL server from my laptop over my LAN. I don't want external access just access from my LAN.
I have give access to my database ;

mysql> GRANT ALL ON DATA-BASE-NAME.* TO USER@'IP ADDRESS' IDENTIFIED BY 'PASSWORD';

Dreamweaver is reporting access denied furthermore upon issuing netstat i get;

[root@host mysql]# netstat -an | grep -i mysql
unix 2 [ ACC ] STREAM LISTENING 9946 /var/lib/system-mysql/mysql.sock
unix 2 [ ACC ] STREAM LISTENING 886621199 /var/lib/mysql/mysql.sock
Wednesday, October 13 2010, 07:43 PM
Share this post:
Responses (1)
  • Accepted Answer

    Leonard
    Leonard
    Offline
    Wednesday, October 13 2010, 09:07 PM - #Permalink
    Resolved
    0 votes
    Doesn't matter this is a Dreamweaver problem.
    The reply is currently minimized Show
Your Reply