主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Mikhail
活动总数
11
最后的活动
2022年07月17日 19:28
成员加入日期
2020年05月20日 12:58
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(0)
评论(10)
Mikhail
进行了评论,
2022年07月17日 19:28
vasily, done: https://youtrack.jetbrains.com/issue/DBE-15954
社区
PyCharm
PyCharm: configure MySQL DB using "pipe"
1 票
Mikhail
进行了评论,
2022年05月23日 12:46
mysql> SHOW GLOBAL VARIABLES LIKE 'named_pipe';+---------------+-------+| Variable_name | Value |+---------------+-------+| named_pipe | ON |+---------------+-------+1 row in set (0.00 sec)
社区
PyCharm
PyCharm: configure MySQL DB using "pipe"
1 票
Mikhail
进行了评论,
2022年03月24日 14:20
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.
社区
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 票
Mikhail
进行了评论,
2021年12月14日 13:55
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.
社区
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 票
Mikhail
进行了评论,
2021年12月14日 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...
社区
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 票
Mikhail
进行了评论,
2021年11月30日 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.
社区
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 票
Mikhail
进行了评论,
2021年11月23日 15:26
Please set 'Connection type' to 'Unix socket' here Will this work on Windows 10 machine?
社区
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 票
Mikhail
进行了评论,
2021年11月20日 20:57
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...
社区
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 票
Mikhail
进行了评论,
2021年11月19日 03:11
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...
社区
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 票
Mikhail
进行了评论,
2020年05月20日 12:58
Same thing for PhpStorm: need named pipe connection option for MySQL on Windows 10.
社区
PyCharm
PyCharm: configure MySQL DB using "pipe"
0 票