MySQL Windows Client

wxdqz

New Member
Hello,
I have MySQL setup on my Slackware Linux server, and it's running beautifully with php on my home page <!-- m --><a class="postlink" href="http://www.xadowland.com/~Xatter">http://www.xadowland.com/~Xatter</a><!-- m -->.
However, although I am well versed in linux, I prefer to design and program in windows. I have found many wonderful utilities for connecting to a MySQL database from windows (datamodeler, server manager, and ODBC) everything I need to create programs. However, none of them work... I keep getting error 10060, can not connect.

I have run the command
GRANT ALL PRIVILEGES on *.* to UserName@'%' IDENTIFIED BY 'password';

However, I still can not connec to my MySQL datasource (MySQL 3.23.32). If someone has gotten this to work, please drop me some hints. Thank you.
 
Back
Top