crupest
crupest
Sorry, I'm not quite familiar with shell script so I can't edit the script. But I do can help update the `README.md` to help more people if you want.
``` ubuntu@VM-0-7-ubuntu:~/mysql2sqlite/mysql2sqlite-master$ ./mysql2sqlite timeline_mysql2.sql | sqlite3 temp.db memory 90: WARN Hex number trimmed (length longer than 16 chars). 91: WARN Hex number trimmed (length longer than 16 chars). ``` Sorry...
Yes. I only provide what I think is valuable. If you need any other info, please tell me. ``` INSERT INTO `user_avatars` VALUES (1,0x89504E470D0A1A0A000...E44AE426082,'image/png','KeYEM97d7nWjNC5aRndxoGimlvQ=','2019-12-04 22:06:27.885391',2); ``` This is the insert...
I think one of the key points is whether the mysql dump will present values of other type in the form of hex number, aka `0xaaaa`. If it doesn't, then...
I've sent a post about this problem at MySQL forum [here](https://forums.mysql.com/read.php?28,684877) waiting for reply.
@dumblob In fact, I was talking about the **mysqldump** code and whether it will generate hex in other situations.😅 But I was just afraid my opinion was kind of immature...
I read the codes between line 4062 and 4113 and here is my conclusion about how mysqldump columns: - For non-number, if `is_blob` is true and `hex-blob` is specified, hex...
有人已经在翻译了吗?我也想添砖加瓦!😋
@fredizzimo Would you mind have a look at the tracy log on my machine? Conditions: - MacBook Pro with CPU: Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz - A 4K screen....
http://www.broadview.com.cn/article/144 这个链接里面的很多内容好像都失效了,可以把它从书中附录E中移除吗? Most contents in this link seem invalid. So can you remove it from appendix E? 另外,同上一个评论,有人在翻译2018版的项目吗?我有点想试一试。 By the way, the same as last comment, anyone translating on 2018...