Elmar Athmer

Results 9 comments of Elmar Athmer

Hey, I tried to cross-compile for a raspberry pi zero (same architecture as the pi 1)… After a lot of attempts and failures the final solution is pretty easy, thanks...

It should work with ``` - src: zauberpony.mysql-query ``` I lost a little bit track of the most recent changes in ansible, so I don't know if this module should...

Hm, good question. That's a tough one. My idea would be to tell MySQL on insert/update, that the given string is UTF-8 encoded, which seems to be possible with [SELECT...

Ah, now I get your idea (concerning `output_encoding`, related to the linked issues). I'll look into it in the next days; feel free to ping/remind me if there's no progress...

Use MySQLdb.connect parameter as done in the fork: https://github.com/ulrikkold/ansible-mysql-query/commit/46f6c11723277187abc02e8b018ba2920d95a22f Or, even better, use the ansible util-function [mysql_connect](https://github.com/ansible/ansible/blob/312abf877b5a5ca2941c6b607fd2286531c06e7e/lib/ansible/module_utils/mysql.py#L38) like the [core mysql_db](https://github.com/ansible/ansible-modules-core/blob/810b40aee9da88e00d189d1acf1835182d8991ee/database/mysql/mysql_db.py#L290) does after [importing](https://github.com/ansible/ansible-modules-core/blob/810b40aee9da88e00d189d1acf1835182d8991ee/database/mysql/mysql_db.py#L350).

Hey scuben, thanks for your interest and your input. I will try to allocate some time to implement this feature.

Hey Ben, Thanks for your question. Sorry, the notification slipped through my attention. Yeah, it sounds useful (and doable). I will look into it this weekend. Please feel free to...

Sorry, I didn't see the issue until today. I'll try to look into the issue as soon as possible. Is it still relevant?

Did you set `DISPLAY_HOSTNAME=true`? As found here: https://github.com/bloomberg/goldpinger/pull/118#issuecomment-1262383990