Importing Bugzilla data when it uses a Unix socket rather than a TCP Port

Paul Hands May 24, 2013

Subject says most of it...

It looks like our Bugzilla set up uses a Unix socket (/var/run/mysqld/mysqld.sock) rather than a tcp port, so the importer doesn't even start. Is there a workaround?

2 answers

1 accepted

0 votes
Answer accepted
Yilin
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 26, 2013

You can probably temporary switch the mode to the TCP connection during the importing procedure :

http://www.chriswpage.com/2010/04/mysql-force-localhost-to-use-tcp-instead-of-unix-socket-file

as importer plugin currently not supported for the Unix socket connection.

0 votes
Paul Hands June 1, 2013

Yilin,

I switched it as suggested, and the import worked just fine!

Thank you.

Paul

Suggest an answer

Log in or Sign up to answer