Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Mikhail
Total activity
11
Last activity
July 17, 2022 19:28
Member since
May 20, 2020 12:58
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
July 17, 2022 19:28
vasily, done: https://youtrack.jetbrains.com/issue/DBE-15954
Community
PyCharm
PyCharm: configure MySQL DB using "pipe"
1 vote
Created
May 23, 2022 12:46
mysql> SHOW GLOBAL VARIABLES LIKE 'named_pipe';+---------------+-------+| Variable_name | Value |+---------------+-------+| named_pipe | ON |+---------------+-------+1 row in set (0.00 sec)
Community
PyCharm
PyCharm: configure MySQL DB using "pipe"
1 vote
Edited
March 24, 2022 14:21
Have you set up MySQL properly to accept piped connections? Yes, I have. I connect to it via pipe with various clients: PHP, mysql command line client, MySQL Workbench. All of them work fine.
Community
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 votes
Edited
December 14, 2021 14:59
I wonder if there is anyone in JetBrains team who actually does have installation of MySQL server on Windows (standalone, not in Docker) and can reproduce steps I make.
Community
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 votes
Created
December 14, 2021 13:50
Please try to switch driver to 'MySQL for 5.1' or use any other version of 8.x. No good. Yields whether the same error or even worst ones. BTW what is the usecase for pipe connection? All d...
Community
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 votes
Created
November 30, 2021 08:33
Please set 'Connection type' to 'Unix socket' What value should I set the URL field to? It stays the same after I changed the connection type, but it apparently shouldn't be like that.
Community
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 votes
Created
November 23, 2021 15:26
Please set 'Connection type' to 'Unix socket' here Will this work on Windows 10 machine?
Community
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 votes
Edited
November 20, 2021 20:59
I've read the instruction. Eventually changes I had to make come down to these: 1. Set Host field value to (protocol=pipe)(path=\\.\pipe\MySQL) 2. Set URL field value to jdbc:mysql://(protocol=pipe...
Community
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 votes
Edited
November 19, 2021 03:19
Yuriy, I followed the instructions and now I get an error: [08S01][1043] Bad handshake. Here are the exact steps I've made: 1. Open the data source's properties (go to main menu, open View -> Too...
Community
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 votes
Edited
May 20, 2020 12:59
Same thing for PhpStorm: need named pipe connection option for MySQL on Windows 10.
Community
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 votes