PDA

Click to See Complete Forum and Search --> : Connect to a MySQL Database on another machine


xxarmoxx
Sep 21st, 2007, 01:32 PM
How can I connect to a machine, for example, admin.testMachineMySQL.com and then connect to a MySql Database on it and then run stored procedures on that database?

Help would be greatly appreciated

ComputerJy
Sep 23rd, 2007, 12:22 AM
First of all, you'd need the J-Connector (http://dev.mysql.com/downloads/connector/j/5.0.html). Then you need to take a look at the documentation (http://dev.mysql.com/doc/refman/5.0/en/connector-j.html)