Hi all,
How do I access a mysql database on another server?
Thanks,
Kevin.
the same way you access a mysql database on any server: [man]mysql_connect[/man]
You need to use the GRANT acccess on the remote server in order to process the information to the user that needs to access it from elsewhere.