docker env is working
This commit is contained in:
4
Docker/mysql/bashrc
Normal file
4
Docker/mysql/bashrc
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
PS1='\e[36m\e[1mMYSQL\e[0m:\e[90m\w\e[0m\n$ '
|
||||
bind '"\e[A": history-search-backward'
|
||||
bind '"\e[B": history-search-forward'
|
12
Docker/mysql/mysql.cnf
Normal file
12
Docker/mysql/mysql.cnf
Normal file
@@ -0,0 +1,12 @@
|
||||
[client]
|
||||
default-character-set=utf8
|
||||
|
||||
[mysqld]
|
||||
max_allowed_packet=500M
|
||||
|
||||
collation-server = utf8_unicode_ci
|
||||
init-connect='SET NAMES utf8'
|
||||
character-set-server = utf8
|
||||
|
||||
[mysql]
|
||||
default-character-set=utf8
|
Reference in New Issue
Block a user