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 root@192.168.1.104'.How can i set it so that my database will allow the connection from another computer on the network?Thanks for the help. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.