Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to import data from Bugzilla 4.0.2

Rob Butlin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 18, 2012

I'm trying to use the Jira External Import tool to import data from Bugzilla 4.0.2 and can't seem to connect the Bugzilla MySQL instance. The bugzilla database I'm connecting to is hosted on the same server as the Jira installation, and is running a MySQL 5.0.67 database.

The steps taken to reproduce the issues are;

Jira Administration -> Import & Export -> External System Import -> Bugzilla

I enter the following information into the form; (NOTE: The MySQL database for bugzilla has the schema name 'bugs')

Bugzilla database URL: jdbc:mysql://localhost/bugs?autoReconnect=true&useUnicode=true

Database login name: root

Database login password: <root password="">

Driver name: com.mysql.jdbc.Driver

After clicking 'Next >>', the following error is displayed;

Errors

Could not connect to 'jdbc:mysql://localhost/bugs?autoReconnect=true&useUnicode=true&user=root&password=xxxxxx'

----------------

I'm able to connect to the MySQL database using the same credentials within MySQL Workbench.

Rob

1 answer

0 votes
Bruna Griebeler
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 29, 2013

In cases like this, we need to double check the credentials, but also if the server where Jira is installed is the same as the server where MySQL is installed since you're using localhost as URL.

Also, check if mysql is running on the default port.

Hope it helps for future cases!

Suggest an answer

Log in or Sign up to answer