drizzledump dont connects to mysqld 5.5.10 on archlinux

Bug #764408 reported by Lukas Wingerberg
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Incomplete
Undecided
Unassigned

Bug Description

drizzledump command refuses to connect to my local mysqld to dump a DB and import it into drizzled. strace log in attachment.
Got error: drizzle_state_connect:could not connect when trying to connect

Command: drizzledump --host=127.0.0.1 -p 3306 -P password -u root database

Revision history for this message
Lukas Wingerberg (y-admin-crystalnet-eu) wrote :
Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

looks to me like your MySQL server isn't listening on 127.0.0.1:3306, or you have some kind of firewall?

Revision history for this message
Lukas Wingerberg (y-admin-crystalnet-eu) wrote :

i dont have any firewalling between applications that talk to each other via localhost / 127.0.0.1 and my mysqld IS listening there, i can connect fine using the mysql client binary

Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

can you please run:

1. netstat -pan | grep mysqld
2. iptables-save

This should help us determine why the strace says 127.0.0.1:3306 isn't open in your case.

Also worth noting that by default with mysql clients socket connections are used for 'localhost' and '127.0.0.1' needs to be explicitly specified as the host to use TCP. This is not true of Drizzle clients.

Changed in drizzle:
status: New → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.