For this we will need to have a user which has the privilege to access database "unit_test_jdbc" over the network remotely as root user cannot connect to drizzle remotely.
So what do you suggest should the tester give the whole connection string in argument to maven like : -Ddrizzle.test.string=waqas@8.8.8.8:3306 OR give address and user name in separate parameters -Ddrizzle.test.address=8.8.8.8:3306 -Ddrizzle.test.user=waqas On Wed, Apr 4, 2012 at 11:01 PM, Marcus Eriksson <krum...@gmail.com> wrote: > > > On Wed, Apr 4, 2012 at 7:08 PM, Waqas Iftikhar <coldheart...@gmail.com>wrote: > >> Hello Mr. Eriksson, >> >> We've been working on the code of the JDBC testing suite to incorporate >> the changes you suggested. We've succeeded in passing the address of the >> Drizzle server to connect to the testing code from the command line. While >> running the code, we have noticed that the connection is established on 3 >> ports 3306, 3307 and 4427. The tests on port 3306 and 4427 are a success >> after amending the source code. However, the testing suite is unable to >> establish connection to the server on port 3307 since there's Drizzle >> server is not listening on that port. >> >> We have a suggestion here. Why don't we also take the port number to >> connect to as a parameter as well along with the addresses as well. >> Something like this, -Ddrizzle.test.address=8.8.8.8:3306. What are your >> thoughts on this? > > > yes, of course, include the port > > /Marcus > -- Regards Waqas
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : drizzle-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp