No.Normally Mysql is working fine.I have installed bugzilla and try to fine the apiUrl of bugzilla for connector review.When I have configured the mysql for the bugzilla. I got this error. Now I resolved that the issue just now. In local config file I have commented *$db_pass = 'root';* because of this error occurred.
On Wed, May 20, 2015 at 1:47 PM, Abimaran Kugathasan <[email protected]> wrote: > Have you tried to login to MySQL with hostname flag? Like mysql -u > wso2carbon -pwso2carbon -hlocalhost > > On Wed, May 20, 2015 at 12:17 PM, Vanii Thiyagarajah <[email protected]> > wrote: > >> Hi, >> >> I'm trying to get url of Bugzilla. I've installed all necessary and most >> optional Perl modules.When I run the checksetup.pl, I get the [1] >> following error >> >> [1]Errorlog >> >> Reading ./localconfig... >> >> Checking for DBD-mysql (v4.001) ok: found v4.025 >> >> There was an error connecting to MySQL: >> >> Access denied for user 'bugzilla'@'localhost' (using password: YES) >> >> This might have several reasons: >> >> * MySQL is not running. >> >> * MySQL is running, but there is a problem either in the >> >> server configuration or the database access rights. Read the Bugzilla >> >> Guide in the doc directory. The section about database configuration >> >> should help. >> >> * Your password for the 'bugzilla' user, specified in $db_pass, is >> >> incorrect, in './localconfig'. >> >> * There is a subtle problem with Perl, DBI, or MySQL. Make >> >> sure all settings in './localconfig' are correct. If all else fails, set >> >> '$db_check' to 0. >> >> >> I've followed the installation instructions for Bugzilla in the doc[1].I >> can log >> >> into MySQL with the username and password I've set in localconfig, and >> >> I've set up the bugzilla user as defined in the Bugzilla installation >> >> instructions >> >> [2]http://askubuntu.com/questions/61935/how-do-i-install-bugzilla >> >> Has anyone seen this error and know what it means and how to resolve >> >> it? >> >> Thanks, >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > Thanks > Abimaran Kugathasan > > Software Engineer | WSO2 Inc > Data & APIs Technologies Team > Mobile : +94 773922820 > > <http://stackoverflow.com/users/515034> > <http://lk.linkedin.com/in/abimaran> > <http://www.lkabimaran.blogspot.com/> <https://github.com/abimarank> > <https://twitter.com/abimaran> > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
