[eluser]chris...[/eluser]
I have a strange problem
I have 2 machines A and B
A has the only mysql server
I can write a simple script that can serve a web page on both A or B and connect to and select data from the mysql server on A
I have a program in codeigniter that works on B and talks to the mysql db on A
If I copy it all too A it cant connect to mysql on A
Yet I can still connect to mysql on A from A using other grograms
How can I debug this further to see whats going on?