Hi, Try commenting out the bind address in my.cnf and granting all access to the user you are trying to connect with as follows,
GRANT ALL PRIVILEGES ON *.* TO <USER_NAME>@'%' IDENTIFIED BY '<PASS_WORD>' WITH GRANT OPTION; Make sure you restart mysql With Regards, On Wed, Oct 15, 2014 at 10:01 AM, Supun Muthutantrige <[email protected]> wrote: > Hi Rajeevan, > > Yes, I tried by adding *mysql-connector-Java-5.1.33. tar.gz*, and then > with only having *mysql-connector-Java-5.1.33-bin.jar* in that folder. > But neither worked. > > Regards > *Supun Rasitha Muthutantrige* > *supunr* > > > *Intern WSO2 Inc: http://wso2.com > <http://wso2.com/>lean.enterprise.middleware* > > *Mobile: 0758374608* > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Yasassri Ratnayake Software Engineer - QA WSO2 Inc ; http://wso2.com lean.enterprise.middleware *Mobile : +94715933168* *Blog : http://yasassriratnayake.blogspot.com/ <http://yasassriratnayake.blogspot.com/>*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
