This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| KB:MySQL Workbench 8.0.42 does not support non-utf-8 encoding Windows systems | |
| When you see the following pop-up window | |
| Could not acquire management access for administration | |
| RuntimeError: Target host is configured as Windows, but seems to be a different OS. Please review the connection settings. | |
| or there is an error message in the log about os_utils.py indicating that the utf-8 encoding conversion failed, apply the following patch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name ColaManga Debug | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-07-15 | |
| // @description try to take over the world! | |
| // @author Howard Wu | |
| // @match *://www.colamanga.com/manga-*/*/*.html | |
| // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
| // @grant GM_log | |
| // ==/UserScript== |
OlderNewer