Bug #111130 | Root user could not acquire management access for administration. | ||
---|---|---|---|
Submitted: | 24 May 7:25 | Modified: | 1 Jun 19:21 |
Reporter: | Miklós Csuvár | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 8.0.33 | OS: | Windows |
Assigned to: | MySQL Verification Team | CPU Architecture: | x86 (AMD Ryzen 7 5700G with Radeon Graphics 3.80 GHz) |
[24 May 7:25]
Miklós Csuvár
[24 May 11:04]
MySQL Verification Team
Hello Miklós Csuvár, Thank you for the bug report. Does this issue occurs on non-English windows installs? Regards, Ashwini Patil
[31 May 8:56]
Miklós Csuvár
Hello Ashwini Patil, The Windows 10 is English install, the system language is English. The Office is Hungarian, if it matters. Miklós Csuvár
[31 May 10:59]
MySQL Verification Team
Duplicate of https://bugs.mysql.com/bug.php?id=103339. Thanks.
[1 Jun 4:09]
Miklós Csuvár
Hello, Bug #103339 referred to #102300. Bug #103339 https://bugs.mysql.com/bug.php?id=103339. It was solved with changing the system locale to English. Bug #111130 has not been solved this way. Though bug #111130 occured first with setting Hungarian, I tested it, before reporting #111130, with locale English-US (beta: UTF-8). Today I tested it with locale English-US setting (without any beta) plus restart. Bug #111130 persist. Bug #102300 It suggested a patch to c:\Program Files\MySQL\MySQL Workbench 8.0\workbench\os_utils.py In the file above, I replaced line "process = subprocess.Popen(command, stdin = subprocess.PIPE, encoding="utf-8", stdout = subprocess.PIPE, stderr = subprocess.STDOUT, shell=True)" with line "process = subprocess.Popen(command, stdin = subprocess.PIPE, text=True, stdout = subprocess.PIPE, stderr = subprocess.STDOUT, shell=True) ". I restarted my PC. Bug #111130 persist. Best wishes, Miklós Csuvár
[1 Jun 19:21]
Miklós Csuvár
Hello, At Bug #102300 there was a second fix. I followed the instruction. I replaced line "f = open(path, 'r')" with line "f = open(path, 'r', encoding='utf-8')" in "c:\Program Files\MySQL\MySQL Workbench 8.0\workbench\os_utils.py". Concurrently I set back the former patch to "process = subprocess.Popen(command, stdin = subprocess.PIPE, encoding="utf-8", stdout = subprocess.PIPE, stderr = subprocess.STDOUT, shell=True)". The bug persist. I set back the Regional settings to English-US (Beta: UTF-8). The bug persist.