Re[2]: Remote Access to SQL Server via Internet

2001-07-14 Thread Werner Stuerenburg
Shouldn't you say localhost instead This is what I do. If you want to connect to a server not on your machine, you must have extra right. Most ISPs won't do that for security reasons. Sie schrieben am Samstag, 14. Juli 2001, 16:10:52: > Thanks for all who responded. Here is the error message

Re[2]: Remote Access to SQL Server via Internet

2001-07-13 Thread Werner Stuerenburg
> IT is actually more of a security risk, because it is sending passwords in > the clear. You should not send a password at all. Put your password in a file at a safe location on your server (you can always protect it with .htaccess), then let your program read this password and send it to MySQL.