Skip to content
#

idea

Here are 418 public repositories matching this topic...

deep-clean
rock3r
rock3r commented Jul 26, 2018

Describe the bug
The script has only been tested on macOS and I suspect on Windows/Linux the -p and -n options are removing the whole "home" IDE folder for the user. I don't have either system to test on, so this requires someone to help out.

To Reproduce
[unknown] needs triaging

Expected behavior
-p and -n should only remove the IDE preferences subfolder, and the ca

nord-jetbrains
adampatterson
adampatterson commented Nov 3, 2019

This might be more me than the theme, but I can not see the .env file at all in the tab. If there is a setting or an option to enable/disable that would be great. I was not able to find anything obvious.

I have File Colors disabled, and the related issues showed a fix when updated to 2019.1.3

![image](https://user-images.githubusercontent.com/31537/68088469-d7870400-fe1c-11e9-85dc-ca251b7

sunmaobin
sunmaobin commented Nov 28, 2018

一、修改MySQL的配置文件

MySQL的配置文件 my.cnf ,所在位置一般在:/etc/my.cnf,如果不在这个目录下,可以搜索下:whereis my.cnf

修改每个对应项为 utf8mb4 编码:

[client]
default-character-set=utf8mb4
 
[mysql]
default-character-set=utf8mb4
 
[mysqld]
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
init_connect = 'SET NAMES utf8mb4'
character-set-client-handshake = false

修改完成后,重启MySQL,然后查看配置

Improve this page

Add a description, image, and links to the idea topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the idea topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.