Klemen Tusar

Results 87 comments of Klemen Tusar

Hey 👋 I'm not entirely certain how to implement this as it doesn't seem to be consuming any Algolia index or other external source so not sure where it's taking...

The thought of supporting views never crossed my mind. It will sure be good addition. Please make sure to add unit [tests](https://github.com/techouse/mysql-to-sqlite3/blob/master/CONTRIBUTING.md#running-the-test-suite) for this.

> In the end I'm not 100% sure that the current code (after several revisions) is the best it could be. That's why I made the PR into a draft...

@CWBudde I closed this PR because it hasn't seen any activity in over 6 months. Please feel free to reopen if needed.

The answer here is obvious: Don't use curves.

@G33kFreak holy cow, this is awesome 🚀

Hey, How did you mount/expose your database to the docker image? Have you followed the instructions here https://github.com/techouse/sqlite3-to-mysql?tab=readme-ov-file#docker ?

Hmm, looks like this is a [known issue](https://stackoverflow.com/questions/70653019/mysql-error2003-cant-connect-to-mysql-server-on-100su-docker) and has to do with the fact that the hostname has the port in it. Could you try passing the port separately?

Try using this switch `-P, --mysql-port INTEGER MySQL port. Defaults to 3306.` Also, what's the host OS you're running this on? I've only ever tested this Docker command on macOS.