cuog Posted November 8, 2006 Share Posted November 8, 2006 I have a set of programs that need to access my MySQL database, the Programs are written in php and C# my php programs have no trouble connecting to the database and loging in(they are on the same server as the MYSQL) but when I run my C# program from another computer on the network, i get an error stating something like: 'access denied for [email protected]'.How can i set it so that my database will allow the connection from another computer on the network?Thanks for the help. Link to comment https://forums.phpfreaks.com/topic/26526-acess-denied-to-server/ Share on other sites More sharing options...
fenway Posted November 8, 2006 Share Posted November 8, 2006 You should check the GRANTs for this user. Link to comment https://forums.phpfreaks.com/topic/26526-acess-denied-to-server/#findComment-121811 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.