> Also, something else, maybe this is supposed to happen, > when I type in the address, then the port for MySQL, it > gives me this .. > > LÿjHost 'winxp.ministang.com' is not allowed to connect > to this MySQL server > > Is this supposed to happen? I think it is, because it doesn't > have a web server built in, right?
This is caused by MySQL's authentication mechanism. It will, I believe, give you the same error whether you are using perl or php or the mysql client on a remote machine. In order to log into the server from a remote client you will have to grant access to a user from the client. You can also grant access to a user from anymachine, but it would be most likely be more secure to limit access. Look at the mysql docs for the GRANT command and it will explain the process better that I ever could. Chad _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list