Merge pull request #647 from jmrenouard/examples-mysql-5.6-2023-03-23T16-39-25Z

Examples mysql 5.6 2023 03 23 t16 39 25 z
This commit is contained in:
Jean-Marie Renouard 2023-03-23 17:50:34 +01:00 committed by GitHub
commit 9dafbb86f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 457 additions and 0 deletions

View file

@ -0,0 +1 @@
"big5","big5_chinese_ci","Big5 Traditional Chinese","2""dec8","dec8_swedish_ci","DEC West European","1""cp850","cp850_general_ci","DOS West European","1""hp8","hp8_english_ci","HP West European","1""koi8r","koi8r_general_ci","KOI8-R Relcom Russian","1""latin1","latin1_swedish_ci","cp1252 West European","1""latin2","latin2_general_ci","ISO 8859-2 Central European","1""swe7","swe7_swedish_ci","7bit Swedish","1""ascii","ascii_general_ci","US ASCII","1""ujis","ujis_japanese_ci","EUC-JP Japanese","3""sjis","sjis_japanese_ci","Shift-JIS Japanese","2""hebrew","hebrew_general_ci","ISO 8859-8 Hebrew","1""tis620","tis620_thai_ci","TIS620 Thai","1""euckr","euckr_korean_ci","EUC-KR Korean","2""koi8u","koi8u_general_ci","KOI8-U Ukrainian","1""gb2312","gb2312_chinese_ci","GB2312 Simplified Chinese","2""greek","greek_general_ci","ISO 8859-7 Greek","1""cp1250","cp1250_general_ci","Windows Central European","1""gbk","gbk_chinese_ci","GBK Simplified Chinese","2""latin5","latin5_turkish_ci","ISO 8859-9 Turkish","1""armscii8","armscii8_general_ci","ARMSCII-8 Armenian","1""utf8","utf8_general_ci","UTF-8 Unicode","3""ucs2","ucs2_general_ci","UCS-2 Unicode","2""cp866","cp866_general_ci","DOS Russian","1""keybcs2","keybcs2_general_ci","DOS Kamenicky Czech-Slovak","1""macce","macce_general_ci","Mac Central European","1""macroman","macroman_general_ci","Mac West European","1""cp852","cp852_general_ci","DOS Central European","1""latin7","latin7_general_ci","ISO 8859-13 Baltic","1""utf8mb4","utf8mb4_general_ci","UTF-8 Unicode","4""cp1251","cp1251_general_ci","Windows Cyrillic","1""utf16","utf16_general_ci","UTF-16 Unicode","4""utf16le","utf16le_general_ci","UTF-16LE Unicode","4""cp1256","cp1256_general_ci","Windows Arabic","1""cp1257","cp1257_general_ci","Windows Baltic","1""utf32","utf32_general_ci","UTF-32 Unicode","4""binary","binary","Binary pseudo charset","1""geostd8","geostd8_general_ci","GEOSTD8 Georgian","1""cp932","cp932_japanese_ci","SJIS for Windows Japanese","2""eucjpms","eucjpms_japanese_ci","UJIS for Windows Japanese","3"
1 big5 big5_chinese_ci Big5 Traditional Chinese 2"dec8 dec8_swedish_ci DEC West European 1"cp850 cp850_general_ci DOS West European 1"hp8 hp8_english_ci HP West European 1"koi8r koi8r_general_ci KOI8-R Relcom Russian 1"latin1 latin1_swedish_ci cp1252 West European 1"latin2 latin2_general_ci ISO 8859-2 Central European 1"swe7 swe7_swedish_ci 7bit Swedish 1"ascii ascii_general_ci US ASCII 1"ujis ujis_japanese_ci EUC-JP Japanese 3"sjis sjis_japanese_ci Shift-JIS Japanese 2"hebrew hebrew_general_ci ISO 8859-8 Hebrew 1"tis620 tis620_thai_ci TIS620 Thai 1"euckr euckr_korean_ci EUC-KR Korean 2"koi8u koi8u_general_ci KOI8-U Ukrainian 1"gb2312 gb2312_chinese_ci GB2312 Simplified Chinese 2"greek greek_general_ci ISO 8859-7 Greek 1"cp1250 cp1250_general_ci Windows Central European 1"gbk gbk_chinese_ci GBK Simplified Chinese 2"latin5 latin5_turkish_ci ISO 8859-9 Turkish 1"armscii8 armscii8_general_ci ARMSCII-8 Armenian 1"utf8 utf8_general_ci UTF-8 Unicode 3"ucs2 ucs2_general_ci UCS-2 Unicode 2"cp866 cp866_general_ci DOS Russian 1"keybcs2 keybcs2_general_ci DOS Kamenicky Czech-Slovak 1"macce macce_general_ci Mac Central European 1"macroman macroman_general_ci Mac West European 1"cp852 cp852_general_ci DOS Central European 1"latin7 latin7_general_ci ISO 8859-13 Baltic 1"utf8mb4 utf8mb4_general_ci UTF-8 Unicode 4"cp1251 cp1251_general_ci Windows Cyrillic 1"utf16 utf16_general_ci UTF-16 Unicode 4"utf16le utf16le_general_ci UTF-16LE Unicode 4"cp1256 cp1256_general_ci Windows Arabic 1"cp1257 cp1257_general_ci Windows Baltic 1"utf32 utf32_general_ci UTF-32 Unicode 4"binary binary Binary pseudo charset 1"geostd8 geostd8_general_ci GEOSTD8 Georgian 1"cp932 cp932_japanese_ci SJIS for Windows Japanese 2"eucjpms eucjpms_japanese_ci UJIS for Windows Japanese 3

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"FEDERATED","NO","Federated MySQL storage engine","NULL","NULL","NULL""MRG_MYISAM","YES","Collection of identical MyISAM tables","NO","NO","NO""MyISAM","YES","MyISAM storage engine","NO","NO","NO""BLACKHOLE","YES","/dev/null storage engine (anything you write to it disappears)","NO","NO","NO""CSV","YES","CSV storage engine","NO","NO","NO""MEMORY","YES","Hash based, stored in memory, useful for temporary tables","NO","NO","NO""ARCHIVE","YES","Archive storage engine","NO","NO","NO""InnoDB","DEFAULT","Supports transactions, row-level locking, and foreign keys","YES","YES","YES""PERFORMANCE_SCHEMA","YES","Performance Schema","NO","NO","NO"
1 FEDERATED NO Federated MySQL storage engine NULL NULL NULL"MRG_MYISAM YES Collection of identical MyISAM tables NO NO NO"MyISAM YES MyISAM storage engine NO NO NO"BLACKHOLE YES /dev/null storage engine (anything you write to it disappears) NO NO NO"CSV YES CSV storage engine NO NO NO"MEMORY YES Hash based, stored in memory, useful for temporary tables NO NO NO"ARCHIVE YES Archive storage engine NO NO NO"InnoDB DEFAULT Supports transactions, row-level locking, and foreign keys YES YES YES"PERFORMANCE_SCHEMA YES Performance Schema NO NO NO

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"0","8192","993","7018","2584","0","0","0","0","0","202","1471827","4.488789138019156","32706.539854669896","569","9262","9647","9.46645630097109","205.8176484967001","214.3730139330237","20537236","1000","0","71","255","0","5.6665407435390325","0","5263","2","0","0"
1 0 8192 993 7018 2584 0 0 0 0 0 202 1471827 4.488789138019156 32706.539854669896 569 9262 9647 9.46645630097109 205.8176484967001 214.3730139330237 20537236 1000 0 71 255 0 5.6665407435390325 0 5263 2 0 0

View file

@ -0,0 +1 @@
"1024","0","0","0","0","0""2048","0","0","0","0","0""4096","0","0","0","0","0""8192","0","0","0","0","0""16384","0","0","0","0","0"
1 1024 0 0 0 0 0"2048 0 0 0 0 0"4096 0 0 0 0 0"8192 0 0 0 0 0"16384 0 0 0 0 0

View file

@ -0,0 +1 @@
"1024","0","0","0","0","0""2048","0","0","0","0","0""4096","0","0","0","0","0""8192","0","0","0","0","0""16384","0","0","0","0","0"
1 1024 0 0 0 0 0"2048 0 0 0 0 0"4096 0 0 0 0 0"8192 0 0 0 0 0"16384 0 0 0 0 0

View file

@ -0,0 +1 @@
"1024","0","0","0","0","0""2048","0","0","0","0","0""4096","0","0","0","0","0""8192","0","0","0","0","0""16384","0","0","0","0","0"
1 1024 0 0 0 0 0"2048 0 0 0 0 0"4096 0 0 0 0 0"8192 0 0 0 0 0"16384 0 0 0 0 0

View file

@ -0,0 +1 @@
"1024","0","0","0","0","0""2048","0","0","0","0","0""4096","0","0","0","0","0""8192","0","0","0","0","0""16384","0","0","0","0","0"
1 1024 0 0 0 0 0"2048 0 0 0 0 0"4096 0 0 0 0 0"8192 0 0 0 0 0"16384 0 0 0 0 0

View file

@ -0,0 +1 @@
"a""about""an""are""as""at""be""by""com""de""en""for""from""how""i""in""is""it""la""of""on""or""that""the""this""to""was""what""when""where""who""will""with""und""the""www"
1 a"about"an"are"as"at"be"by"com"de"en"for"from"how"i"in"is"it"la"of"on"or"that"the"this"to"was"what"when"where"who"will"with"und"the"www

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"11","ID","0","1","524292","0""11","FOR_NAME","1","1","524292","0""11","REF_NAME","2","1","524292","0""11","N_COLS","3","6","0","4""12","ID","0","1","524292","0""12","POS","1","6","0","4""12","FOR_COL_NAME","2","1","524292","0""12","REF_COL_NAME","3","1","524292","0""13","SPACE","0","6","0","4""13","NAME","1","1","524292","0""13","FLAGS","2","6","0","4""14","SPACE","0","6","0","4""14","PATH","1","1","524292","0""15","database_name","0","12","5439759","192""15","table_name","1","12","5439759","192""15","last_update","2","3","525575","4""15","n_rows","3","6","1800","8""15","clustered_index_size","4","6","1800","8""15","sum_of_other_index_sizes","5","6","1800","8""16","database_name","0","12","5439759","192""16","table_name","1","12","5439759","192""16","index_name","2","12","5439759","192""16","last_update","3","3","525575","4""16","stat_name","4","12","5439759","192""16","stat_value","5","6","1800","8""16","sample_size","6","6","1544","8""16","stat_description","7","12","5443855","3072""17","Number_of_lines","0","6","1795","4""17","Relay_log_name","1","5","5439996","10""17","Relay_log_pos","2","6","1800","8""17","Master_log_name","3","5","5439996","10""17","Master_log_pos","4","6","1800","8""17","Sql_delay","5","6","1283","4""17","Number_of_workers","6","6","1795","4""17","Id","7","6","1795","4""18","Number_of_lines","0","6","1795","4""18","Master_log_name","1","5","5439996","10""18","Master_log_pos","2","6","1800","8""18","Host","3","13","5439998","192""18","User_name","4","5","5439740","10""18","User_password","5","5","5439740","10""18","Port","6","6","1795","4""18","Connect_retry","7","6","1795","4""18","Enabled_ssl","8","6","1281","1""18","Ssl_ca","9","5","5439740","10""18","Ssl_capath","10","5","5439740","10""18","Ssl_cert","11","5","5439740","10""18","Ssl_cipher","12","5","5439740","10""18","Ssl_key","13","5","5439740","10""18","Ssl_verify_server_cert","14","6","1281","1""18","Heartbeat","15","9","1284","4""18","Bind","16","5","5439740","10""18","Ignored_server_ids","17","5","5439740","10""18","Uuid","18","5","5439740","10""18","Retry_count","19","6","1800","8""18","Ssl_crl","20","5","5439740","10""18","Ssl_crlpath","21","5","5439740","10""18","Enabled_auto_position","22","6","1281","1""19","Id","0","6","1795","4""19","Relay_log_name","1","5","5439996","10""19","Relay_log_pos","2","6","1800","8""19","Master_log_name","3","5","5439996","10""19","Master_log_pos","4","6","1800","8""19","Checkpoint_relay_log_name","5","5","5439996","10""19","Checkpoint_relay_log_pos","6","6","1800","8""19","Checkpoint_master_log_name","7","5","5439996","10""19","Checkpoint_master_log_pos","8","6","1800","8""19","Checkpoint_seqno","9","6","1795","4""19","Checkpoint_group_size","10","6","1795","4""19","Checkpoint_group_bitmap","11","5","4130300","10""20","emp_no","0","6","1283","4""20","birth_date","1","6","1290","3""20","first_name","2","1","524559","14""20","last_name","3","1","524559","16""20","gender","4","6","1022","1""20","hire_date","5","6","1290","3""21","dept_no","0","2","524798","4""21","dept_name","1","1","524559","40""22","emp_no","0","6","1283","4""22","dept_no","1","2","524798","4""22","from_date","2","6","1290","3""22","to_date","3","6","1290","3""23","emp_no","0","6","1283","4""23","dept_no","1","2","524798","4""23","from_date","2","6","1290","3""23","to_date","3","6","1290","3""24","emp_no","0","6","1283","4""24","title","1","1","524559","50""24","from_date","2","6","1290","3""24","to_date","3","6","1034","3""25","emp_no","0","6","1283","4""25","salary","1","6","1283","4""25","from_date","2","6","1290","3""25","to_date","3","6","1290","3"
1 11 ID 0 1 524292 0"11 FOR_NAME 1 1 524292 0"11 REF_NAME 2 1 524292 0"11 N_COLS 3 6 0 4"12 ID 0 1 524292 0"12 POS 1 6 0 4"12 FOR_COL_NAME 2 1 524292 0"12 REF_COL_NAME 3 1 524292 0"13 SPACE 0 6 0 4"13 NAME 1 1 524292 0"13 FLAGS 2 6 0 4"14 SPACE 0 6 0 4"14 PATH 1 1 524292 0"15 database_name 0 12 5439759 192"15 table_name 1 12 5439759 192"15 last_update 2 3 525575 4"15 n_rows 3 6 1800 8"15 clustered_index_size 4 6 1800 8"15 sum_of_other_index_sizes 5 6 1800 8"16 database_name 0 12 5439759 192"16 table_name 1 12 5439759 192"16 index_name 2 12 5439759 192"16 last_update 3 3 525575 4"16 stat_name 4 12 5439759 192"16 stat_value 5 6 1800 8"16 sample_size 6 6 1544 8"16 stat_description 7 12 5443855 3072"17 Number_of_lines 0 6 1795 4"17 Relay_log_name 1 5 5439996 10"17 Relay_log_pos 2 6 1800 8"17 Master_log_name 3 5 5439996 10"17 Master_log_pos 4 6 1800 8"17 Sql_delay 5 6 1283 4"17 Number_of_workers 6 6 1795 4"17 Id 7 6 1795 4"18 Number_of_lines 0 6 1795 4"18 Master_log_name 1 5 5439996 10"18 Master_log_pos 2 6 1800 8"18 Host 3 13 5439998 192"18 User_name 4 5 5439740 10"18 User_password 5 5 5439740 10"18 Port 6 6 1795 4"18 Connect_retry 7 6 1795 4"18 Enabled_ssl 8 6 1281 1"18 Ssl_ca 9 5 5439740 10"18 Ssl_capath 10 5 5439740 10"18 Ssl_cert 11 5 5439740 10"18 Ssl_cipher 12 5 5439740 10"18 Ssl_key 13 5 5439740 10"18 Ssl_verify_server_cert 14 6 1281 1"18 Heartbeat 15 9 1284 4"18 Bind 16 5 5439740 10"18 Ignored_server_ids 17 5 5439740 10"18 Uuid 18 5 5439740 10"18 Retry_count 19 6 1800 8"18 Ssl_crl 20 5 5439740 10"18 Ssl_crlpath 21 5 5439740 10"18 Enabled_auto_position 22 6 1281 1"19 Id 0 6 1795 4"19 Relay_log_name 1 5 5439996 10"19 Relay_log_pos 2 6 1800 8"19 Master_log_name 3 5 5439996 10"19 Master_log_pos 4 6 1800 8"19 Checkpoint_relay_log_name 5 5 5439996 10"19 Checkpoint_relay_log_pos 6 6 1800 8"19 Checkpoint_master_log_name 7 5 5439996 10"19 Checkpoint_master_log_pos 8 6 1800 8"19 Checkpoint_seqno 9 6 1795 4"19 Checkpoint_group_size 10 6 1795 4"19 Checkpoint_group_bitmap 11 5 4130300 10"20 emp_no 0 6 1283 4"20 birth_date 1 6 1290 3"20 first_name 2 1 524559 14"20 last_name 3 1 524559 16"20 gender 4 6 1022 1"20 hire_date 5 6 1290 3"21 dept_no 0 2 524798 4"21 dept_name 1 1 524559 40"22 emp_no 0 6 1283 4"22 dept_no 1 2 524798 4"22 from_date 2 6 1290 3"22 to_date 3 6 1290 3"23 emp_no 0 6 1283 4"23 dept_no 1 2 524798 4"23 from_date 2 6 1290 3"23 to_date 3 6 1290 3"24 emp_no 0 6 1283 4"24 title 1 1 524559 50"24 from_date 2 6 1290 3"24 to_date 3 6 1034 3"25 emp_no 0 6 1283 4"25 salary 1 6 1283 4"25 from_date 2 6 1290 3"25 to_date 3 6 1290 3

View file

@ -0,0 +1 @@
"1","./mysql/innodb_table_stats.ibd""2","./mysql/innodb_index_stats.ibd""3","./mysql/slave_relay_log_info.ibd""4","./mysql/slave_master_info.ibd""5","./mysql/slave_worker_info.ibd""6","./employees/employees.ibd""7","./employees/departments.ibd""8","./employees/dept_manager.ibd""9","./employees/dept_emp.ibd""10","./employees/titles.ibd""11","./employees/salaries.ibd"
1 1 ./mysql/innodb_table_stats.ibd"2 ./mysql/innodb_index_stats.ibd"3 ./mysql/slave_relay_log_info.ibd"4 ./mysql/slave_master_info.ibd"5 ./mysql/slave_worker_info.ibd"6 ./employees/employees.ibd"7 ./employees/departments.ibd"8 ./employees/dept_manager.ibd"9 ./employees/dept_emp.ibd"10 ./employees/titles.ibd"11 ./employees/salaries.ibd

View file

@ -0,0 +1 @@
"11","ID","0""12","FOR_NAME","0""13","REF_NAME","0""14","ID","0""14","POS","1""15","SPACE","0""16","SPACE","0""17","database_name","0""17","table_name","1""18","database_name","0""18","table_name","1""18","index_name","2""18","stat_name","3""19","Id","0""20","Host","0""20","Port","1""21","Id","0""22","emp_no","0""23","dept_no","0""24","dept_name","0""25","emp_no","0""25","dept_no","1""26","dept_no","0""27","emp_no","0""27","dept_no","1""28","dept_no","0""29","emp_no","0""29","title","1""29","from_date","2""30","emp_no","0""30","from_date","1"
1 11 ID 0"12 FOR_NAME 0"13 REF_NAME 0"14 ID 0"14 POS 1"15 SPACE 0"16 SPACE 0"17 database_name 0"17 table_name 1"18 database_name 0"18 table_name 1"18 index_name 2"18 stat_name 3"19 Id 0"20 Host 0"20 Port 1"21 Id 0"22 emp_no 0"23 dept_no 0"24 dept_name 0"25 emp_no 0"25 dept_no 1"26 dept_no 0"27 emp_no 0"27 dept_no 1"28 dept_no 0"29 emp_no 0"29 title 1"29 from_date 2"30 emp_no 0"30 from_date 1

View file

@ -0,0 +1 @@
"employees/dept_emp_ibfk_1","employees/dept_emp","employees/employees","1","1""employees/dept_emp_ibfk_2","employees/dept_emp","employees/departments","1","1""employees/dept_manager_ibfk_1","employees/dept_manager","employees/employees","1","1""employees/dept_manager_ibfk_2","employees/dept_manager","employees/departments","1","1""employees/salaries_ibfk_1","employees/salaries","employees/employees","1","1""employees/titles_ibfk_1","employees/titles","employees/employees","1","1"
1 employees/dept_emp_ibfk_1 employees/dept_emp employees/employees 1 1"employees/dept_emp_ibfk_2 employees/dept_emp employees/departments 1 1"employees/dept_manager_ibfk_1 employees/dept_manager employees/employees 1 1"employees/dept_manager_ibfk_2 employees/dept_manager employees/departments 1 1"employees/salaries_ibfk_1 employees/salaries employees/employees 1 1"employees/titles_ibfk_1 employees/titles employees/employees 1 1

View file

@ -0,0 +1 @@
"employees/dept_emp_ibfk_1","emp_no","emp_no","0""employees/dept_emp_ibfk_2","dept_no","dept_no","0""employees/dept_manager_ibfk_1","emp_no","emp_no","0""employees/dept_manager_ibfk_2","dept_no","dept_no","0""employees/salaries_ibfk_1","emp_no","emp_no","0""employees/titles_ibfk_1","emp_no","emp_no","0"
1 employees/dept_emp_ibfk_1 emp_no emp_no 0"employees/dept_emp_ibfk_2 dept_no dept_no 0"employees/dept_manager_ibfk_1 emp_no emp_no 0"employees/dept_manager_ibfk_2 dept_no dept_no 0"employees/salaries_ibfk_1 emp_no emp_no 0"employees/titles_ibfk_1 emp_no emp_no 0

View file

@ -0,0 +1 @@
"11","ID_IND","11","3","1","302","0""12","FOR_IND","11","0","1","303","0""13","REF_IND","11","0","1","304","0""14","ID_IND","12","3","2","305","0""15","SYS_TABLESPACES_SPACE","13","3","1","307","0""16","SYS_DATAFILES_SPACE","14","3","1","308","0""17","PRIMARY","15","3","2","3","1""18","PRIMARY","16","3","4","3","2""19","PRIMARY","17","3","1","3","3""20","PRIMARY","18","3","2","3","4""21","PRIMARY","19","3","1","3","5""22","PRIMARY","20","3","1","3","6""23","PRIMARY","21","3","1","3","7""24","dept_name","21","2","1","4","7""25","PRIMARY","22","3","2","3","8""26","dept_no","22","0","1","4","8""27","PRIMARY","23","3","2","3","9""28","dept_no","23","0","1","4","9""29","PRIMARY","24","3","3","3","10""30","PRIMARY","25","3","2","3","11"
1 11 ID_IND 11 3 1 302 0"12 FOR_IND 11 0 1 303 0"13 REF_IND 11 0 1 304 0"14 ID_IND 12 3 2 305 0"15 SYS_TABLESPACES_SPACE 13 3 1 307 0"16 SYS_DATAFILES_SPACE 14 3 1 308 0"17 PRIMARY 15 3 2 3 1"18 PRIMARY 16 3 4 3 2"19 PRIMARY 17 3 1 3 3"20 PRIMARY 18 3 2 3 4"21 PRIMARY 19 3 1 3 5"22 PRIMARY 20 3 1 3 6"23 PRIMARY 21 3 1 3 7"24 dept_name 21 2 1 4 7"25 PRIMARY 22 3 2 3 8"26 dept_no 22 0 1 4 8"27 PRIMARY 23 3 2 3 9"28 dept_no 23 0 1 4 9"29 PRIMARY 24 3 3 3 10"30 PRIMARY 25 3 2 3 11

View file

@ -0,0 +1 @@
"14","SYS_DATAFILES","0","5","0","Antelope","Redundant","0""11","SYS_FOREIGN","0","7","0","Antelope","Redundant","0""12","SYS_FOREIGN_COLS","0","7","0","Antelope","Redundant","0""13","SYS_TABLESPACES","0","6","0","Antelope","Redundant","0""21","employees/departments","1","5","7","Antelope","Compact","0""23","employees/dept_emp","1","7","9","Antelope","Compact","0""22","employees/dept_manager","1","7","8","Antelope","Compact","0""20","employees/employees","1","9","6","Antelope","Compact","0""25","employees/salaries","1","7","11","Antelope","Compact","0""24","employees/titles","1","7","10","Antelope","Compact","0""16","mysql/innodb_index_stats","1","11","2","Antelope","Compact","0""15","mysql/innodb_table_stats","1","9","1","Antelope","Compact","0""18","mysql/slave_master_info","1","26","4","Antelope","Compact","0""17","mysql/slave_relay_log_info","1","11","3","Antelope","Compact","0""19","mysql/slave_worker_info","1","15","5","Antelope","Compact","0"
1 14 SYS_DATAFILES 0 5 0 Antelope Redundant 0"11 SYS_FOREIGN 0 7 0 Antelope Redundant 0"12 SYS_FOREIGN_COLS 0 7 0 Antelope Redundant 0"13 SYS_TABLESPACES 0 6 0 Antelope Redundant 0"21 employees/departments 1 5 7 Antelope Compact 0"23 employees/dept_emp 1 7 9 Antelope Compact 0"22 employees/dept_manager 1 7 8 Antelope Compact 0"20 employees/employees 1 9 6 Antelope Compact 0"25 employees/salaries 1 7 11 Antelope Compact 0"24 employees/titles 1 7 10 Antelope Compact 0"16 mysql/innodb_index_stats 1 11 2 Antelope Compact 0"15 mysql/innodb_table_stats 1 9 1 Antelope Compact 0"18 mysql/slave_master_info 1 26 4 Antelope Compact 0"17 mysql/slave_relay_log_info 1 11 3 Antelope Compact 0"19 mysql/slave_worker_info 1 15 5 Antelope Compact 0

View file

@ -0,0 +1 @@
"1","mysql/innodb_table_stats","0","Antelope","Compact or Redundant","16384","0""2","mysql/innodb_index_stats","0","Antelope","Compact or Redundant","16384","0""3","mysql/slave_relay_log_info","0","Antelope","Compact or Redundant","16384","0""4","mysql/slave_master_info","0","Antelope","Compact or Redundant","16384","0""5","mysql/slave_worker_info","0","Antelope","Compact or Redundant","16384","0""6","employees/employees","0","Antelope","Compact or Redundant","16384","0""7","employees/departments","0","Antelope","Compact or Redundant","16384","0""8","employees/dept_manager","0","Antelope","Compact or Redundant","16384","0""9","employees/dept_emp","0","Antelope","Compact or Redundant","16384","0""10","employees/titles","0","Antelope","Compact or Redundant","16384","0""11","employees/salaries","0","Antelope","Compact or Redundant","16384","0"
1 1 mysql/innodb_table_stats 0 Antelope Compact or Redundant 16384 0"2 mysql/innodb_index_stats 0 Antelope Compact or Redundant 16384 0"3 mysql/slave_relay_log_info 0 Antelope Compact or Redundant 16384 0"4 mysql/slave_master_info 0 Antelope Compact or Redundant 16384 0"5 mysql/slave_worker_info 0 Antelope Compact or Redundant 16384 0"6 employees/employees 0 Antelope Compact or Redundant 16384 0"7 employees/departments 0 Antelope Compact or Redundant 16384 0"8 employees/dept_manager 0 Antelope Compact or Redundant 16384 0"9 employees/dept_emp 0 Antelope Compact or Redundant 16384 0"10 employees/titles 0 Antelope Compact or Redundant 16384 0"11 employees/salaries 0 Antelope Compact or Redundant 16384 0

View file

@ -0,0 +1 @@
"14","SYS_DATAFILES","Uninitialized","0","0","0","0","0","0""11","SYS_FOREIGN","Uninitialized","0","0","0","0","0","0""12","SYS_FOREIGN_COLS","Uninitialized","0","0","0","0","0","0""13","SYS_TABLESPACES","Uninitialized","0","0","0","0","0","0""21","employees/departments","Initialized","9","1","1","0","0","1""23","employees/dept_emp","Initialized","331570","737","353","0","0","2""22","employees/dept_manager","Initialized","24","1","1","0","0","1""20","employees/employees","Initialized","299866","929","0","0","0","1""25","employees/salaries","Initialized","2844047","1","0","86302","0","1""24","employees/titles","Initialized","442724","1252","0","0","0","1""16","mysql/innodb_index_stats","Initialized","34","1","0","0","0","1""15","mysql/innodb_table_stats","Initialized","6","1","0","0","0","1""18","mysql/slave_master_info","Initialized","0","1","0","0","0","1""17","mysql/slave_relay_log_info","Initialized","0","1","0","0","0","1""19","mysql/slave_worker_info","Initialized","0","1","0","0","0","1"
1 14 SYS_DATAFILES Uninitialized 0 0 0 0 0 0"11 SYS_FOREIGN Uninitialized 0 0 0 0 0 0"12 SYS_FOREIGN_COLS Uninitialized 0 0 0 0 0 0"13 SYS_TABLESPACES Uninitialized 0 0 0 0 0 0"21 employees/departments Initialized 9 1 1 0 0 1"23 employees/dept_emp Initialized 331570 737 353 0 0 2"22 employees/dept_manager Initialized 24 1 1 0 0 1"20 employees/employees Initialized 299866 929 0 0 0 1"25 employees/salaries Initialized 2844047 1 0 86302 0 1"24 employees/titles Initialized 442724 1252 0 0 0 1"16 mysql/innodb_index_stats Initialized 34 1 0 0 0 1"15 mysql/innodb_table_stats Initialized 6 1 0 0 0 1"18 mysql/slave_master_info Initialized 0 1 0 0 0 1"17 mysql/slave_relay_log_info Initialized 0 1 0 0 0 1"19 mysql/slave_worker_info Initialized 0 1 0 0 0 1

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"62","root","localhost:34846","NULL","Query","0","executing","select * from information_schema.PROCESSLIST"
1 62 root localhost:34846 NULL Query 0 executing select * from information_schema.PROCESSLIST

View file

@ -0,0 +1 @@
"def","employees","dept_emp_ibfk_1","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","dept_emp","employees""def","employees","dept_emp_ibfk_2","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","dept_emp","departments""def","employees","dept_manager_ibfk_1","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","dept_manager","employees""def","employees","dept_manager_ibfk_2","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","dept_manager","departments""def","employees","salaries_ibfk_1","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","salaries","employees""def","employees","titles_ibfk_1","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","titles","employees"
1 def employees dept_emp_ibfk_1 def employees PRIMARY NONE RESTRICT CASCADE dept_emp employees"def employees dept_emp_ibfk_2 def employees PRIMARY NONE RESTRICT CASCADE dept_emp departments"def employees dept_manager_ibfk_1 def employees PRIMARY NONE RESTRICT CASCADE dept_manager employees"def employees dept_manager_ibfk_2 def employees PRIMARY NONE RESTRICT CASCADE dept_manager departments"def employees salaries_ibfk_1 def employees PRIMARY NONE RESTRICT CASCADE salaries employees"def employees titles_ibfk_1 def employees PRIMARY NONE RESTRICT CASCADE titles employees

View file

@ -0,0 +1 @@
"def","information_schema","utf8","utf8_general_ci","NULL""def","data","latin1","latin1_swedish_ci","NULL""def","employees","latin1","latin1_swedish_ci","NULL""def","mysql","latin1","latin1_swedish_ci","NULL""def","performance_schema","utf8","utf8_general_ci","NULL""def","test","latin1","latin1_swedish_ci","NULL"
1 def information_schema utf8 utf8_general_ci NULL"def data latin1 latin1_swedish_ci NULL"def employees latin1 latin1_swedish_ci NULL"def mysql latin1 latin1_swedish_ci NULL"def performance_schema utf8 utf8_general_ci NULL"def test latin1 latin1_swedish_ci NULL

View file

@ -0,0 +1 @@
"''@'%'","def","test","SELECT","NO""''@'%'","def","test","INSERT","NO""''@'%'","def","test","UPDATE","NO""''@'%'","def","test","DELETE","NO""''@'%'","def","test","CREATE","NO""''@'%'","def","test","DROP","NO""''@'%'","def","test","REFERENCES","NO""''@'%'","def","test","INDEX","NO""''@'%'","def","test","ALTER","NO""''@'%'","def","test","CREATE TEMPORARY TABLES","NO""''@'%'","def","test","LOCK TABLES","NO""''@'%'","def","test","CREATE VIEW","NO""''@'%'","def","test","SHOW VIEW","NO""''@'%'","def","test","CREATE ROUTINE","NO""''@'%'","def","test","EVENT","NO""''@'%'","def","test","TRIGGER","NO""''@'%'","def","test\\_%","SELECT","NO""''@'%'","def","test\\_%","INSERT","NO""''@'%'","def","test\\_%","UPDATE","NO""''@'%'","def","test\\_%","DELETE","NO""''@'%'","def","test\\_%","CREATE","NO""''@'%'","def","test\\_%","DROP","NO""''@'%'","def","test\\_%","REFERENCES","NO""''@'%'","def","test\\_%","INDEX","NO""''@'%'","def","test\\_%","ALTER","NO""''@'%'","def","test\\_%","CREATE TEMPORARY TABLES","NO""''@'%'","def","test\\_%","LOCK TABLES","NO""''@'%'","def","test\\_%","CREATE VIEW","NO""''@'%'","def","test\\_%","SHOW VIEW","NO""''@'%'","def","test\\_%","CREATE ROUTINE","NO""''@'%'","def","test\\_%","EVENT","NO""''@'%'","def","test\\_%","TRIGGER","NO"
1 ''@'%' def test SELECT NO"''@'%' def test INSERT NO"''@'%' def test UPDATE NO"''@'%' def test DELETE NO"''@'%' def test CREATE NO"''@'%' def test DROP NO"''@'%' def test REFERENCES NO"''@'%' def test INDEX NO"''@'%' def test ALTER NO"''@'%' def test CREATE TEMPORARY TABLES NO"''@'%' def test LOCK TABLES NO"''@'%' def test CREATE VIEW NO"''@'%' def test SHOW VIEW NO"''@'%' def test CREATE ROUTINE NO"''@'%' def test EVENT NO"''@'%' def test TRIGGER NO"''@'%' def test\\_% SELECT NO"''@'%' def test\\_% INSERT NO"''@'%' def test\\_% UPDATE NO"''@'%' def test\\_% DELETE NO"''@'%' def test\\_% CREATE NO"''@'%' def test\\_% DROP NO"''@'%' def test\\_% REFERENCES NO"''@'%' def test\\_% INDEX NO"''@'%' def test\\_% ALTER NO"''@'%' def test\\_% CREATE TEMPORARY TABLES NO"''@'%' def test\\_% LOCK TABLES NO"''@'%' def test\\_% CREATE VIEW NO"''@'%' def test\\_% SHOW VIEW NO"''@'%' def test\\_% CREATE ROUTINE NO"''@'%' def test\\_% EVENT NO"''@'%' def test\\_% TRIGGER NO

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
"def","employees","PRIMARY","employees","departments","PRIMARY KEY""def","employees","dept_name","employees","departments","UNIQUE""def","employees","PRIMARY","employees","dept_emp","PRIMARY KEY""def","employees","dept_emp_ibfk_1","employees","dept_emp","FOREIGN KEY""def","employees","dept_emp_ibfk_2","employees","dept_emp","FOREIGN KEY""def","employees","PRIMARY","employees","dept_manager","PRIMARY KEY""def","employees","dept_manager_ibfk_1","employees","dept_manager","FOREIGN KEY""def","employees","dept_manager_ibfk_2","employees","dept_manager","FOREIGN KEY""def","employees","PRIMARY","employees","employees","PRIMARY KEY""def","employees","PRIMARY","employees","salaries","PRIMARY KEY""def","employees","salaries_ibfk_1","employees","salaries","FOREIGN KEY""def","employees","PRIMARY","employees","titles","PRIMARY KEY""def","employees","titles_ibfk_1","employees","titles","FOREIGN KEY""def","mysql","PRIMARY","mysql","columns_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","db","PRIMARY KEY""def","mysql","PRIMARY","mysql","event","PRIMARY KEY""def","mysql","PRIMARY","mysql","func","PRIMARY KEY""def","mysql","PRIMARY","mysql","help_category","PRIMARY KEY""def","mysql","name","mysql","help_category","UNIQUE""def","mysql","PRIMARY","mysql","help_keyword","PRIMARY KEY""def","mysql","name","mysql","help_keyword","UNIQUE""def","mysql","PRIMARY","mysql","help_relation","PRIMARY KEY""def","mysql","PRIMARY","mysql","help_topic","PRIMARY KEY""def","mysql","name","mysql","help_topic","UNIQUE""def","mysql","PRIMARY","mysql","innodb_index_stats","PRIMARY KEY""def","mysql","PRIMARY","mysql","innodb_table_stats","PRIMARY KEY""def","mysql","PRIMARY","mysql","ndb_binlog_index","PRIMARY KEY""def","mysql","PRIMARY","mysql","plugin","PRIMARY KEY""def","mysql","PRIMARY","mysql","proc","PRIMARY KEY""def","mysql","PRIMARY","mysql","procs_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","proxies_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","servers","PRIMARY KEY""def","mysql","PRIMARY","mysql","slave_master_info","PRIMARY KEY""def","mysql","PRIMARY","mysql","slave_relay_log_info","PRIMARY KEY""def","mysql","PRIMARY","mysql","slave_worker_info","PRIMARY KEY""def","mysql","PRIMARY","mysql","tables_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone_leap_second","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone_name","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone_transition","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone_transition_type","PRIMARY KEY""def","mysql","PRIMARY","mysql","user","PRIMARY KEY"
1 def employees PRIMARY employees departments PRIMARY KEY"def employees dept_name employees departments UNIQUE"def employees PRIMARY employees dept_emp PRIMARY KEY"def employees dept_emp_ibfk_1 employees dept_emp FOREIGN KEY"def employees dept_emp_ibfk_2 employees dept_emp FOREIGN KEY"def employees PRIMARY employees dept_manager PRIMARY KEY"def employees dept_manager_ibfk_1 employees dept_manager FOREIGN KEY"def employees dept_manager_ibfk_2 employees dept_manager FOREIGN KEY"def employees PRIMARY employees employees PRIMARY KEY"def employees PRIMARY employees salaries PRIMARY KEY"def employees salaries_ibfk_1 employees salaries FOREIGN KEY"def employees PRIMARY employees titles PRIMARY KEY"def employees titles_ibfk_1 employees titles FOREIGN KEY"def mysql PRIMARY mysql columns_priv PRIMARY KEY"def mysql PRIMARY mysql db PRIMARY KEY"def mysql PRIMARY mysql event PRIMARY KEY"def mysql PRIMARY mysql func PRIMARY KEY"def mysql PRIMARY mysql help_category PRIMARY KEY"def mysql name mysql help_category UNIQUE"def mysql PRIMARY mysql help_keyword PRIMARY KEY"def mysql name mysql help_keyword UNIQUE"def mysql PRIMARY mysql help_relation PRIMARY KEY"def mysql PRIMARY mysql help_topic PRIMARY KEY"def mysql name mysql help_topic UNIQUE"def mysql PRIMARY mysql innodb_index_stats PRIMARY KEY"def mysql PRIMARY mysql innodb_table_stats PRIMARY KEY"def mysql PRIMARY mysql ndb_binlog_index PRIMARY KEY"def mysql PRIMARY mysql plugin PRIMARY KEY"def mysql PRIMARY mysql proc PRIMARY KEY"def mysql PRIMARY mysql procs_priv PRIMARY KEY"def mysql PRIMARY mysql proxies_priv PRIMARY KEY"def mysql PRIMARY mysql servers PRIMARY KEY"def mysql PRIMARY mysql slave_master_info PRIMARY KEY"def mysql PRIMARY mysql slave_relay_log_info PRIMARY KEY"def mysql PRIMARY mysql slave_worker_info PRIMARY KEY"def mysql PRIMARY mysql tables_priv PRIMARY KEY"def mysql PRIMARY mysql time_zone PRIMARY KEY"def mysql PRIMARY mysql time_zone_leap_second PRIMARY KEY"def mysql PRIMARY mysql time_zone_name PRIMARY KEY"def mysql PRIMARY mysql time_zone_transition PRIMARY KEY"def mysql PRIMARY mysql time_zone_transition_type PRIMARY KEY"def mysql PRIMARY mysql user PRIMARY KEY

View file

@ -0,0 +1 @@
"'root'@'localhost'","def","SELECT","YES""'root'@'localhost'","def","INSERT","YES""'root'@'localhost'","def","UPDATE","YES""'root'@'localhost'","def","DELETE","YES""'root'@'localhost'","def","CREATE","YES""'root'@'localhost'","def","DROP","YES""'root'@'localhost'","def","RELOAD","YES""'root'@'localhost'","def","SHUTDOWN","YES""'root'@'localhost'","def","PROCESS","YES""'root'@'localhost'","def","FILE","YES""'root'@'localhost'","def","REFERENCES","YES""'root'@'localhost'","def","INDEX","YES""'root'@'localhost'","def","ALTER","YES""'root'@'localhost'","def","SHOW DATABASES","YES""'root'@'localhost'","def","SUPER","YES""'root'@'localhost'","def","CREATE TEMPORARY TABLES","YES""'root'@'localhost'","def","LOCK TABLES","YES""'root'@'localhost'","def","EXECUTE","YES""'root'@'localhost'","def","REPLICATION SLAVE","YES""'root'@'localhost'","def","REPLICATION CLIENT","YES""'root'@'localhost'","def","CREATE VIEW","YES""'root'@'localhost'","def","SHOW VIEW","YES""'root'@'localhost'","def","CREATE ROUTINE","YES""'root'@'localhost'","def","ALTER ROUTINE","YES""'root'@'localhost'","def","CREATE USER","YES""'root'@'localhost'","def","EVENT","YES""'root'@'localhost'","def","TRIGGER","YES""'root'@'localhost'","def","CREATE TABLESPACE","YES""'root'@'fv-az554-137'","def","SELECT","YES""'root'@'fv-az554-137'","def","INSERT","YES""'root'@'fv-az554-137'","def","UPDATE","YES""'root'@'fv-az554-137'","def","DELETE","YES""'root'@'fv-az554-137'","def","CREATE","YES""'root'@'fv-az554-137'","def","DROP","YES""'root'@'fv-az554-137'","def","RELOAD","YES""'root'@'fv-az554-137'","def","SHUTDOWN","YES""'root'@'fv-az554-137'","def","PROCESS","YES""'root'@'fv-az554-137'","def","FILE","YES""'root'@'fv-az554-137'","def","REFERENCES","YES""'root'@'fv-az554-137'","def","INDEX","YES""'root'@'fv-az554-137'","def","ALTER","YES""'root'@'fv-az554-137'","def","SHOW DATABASES","YES""'root'@'fv-az554-137'","def","SUPER","YES""'root'@'fv-az554-137'","def","CREATE TEMPORARY TABLES","YES""'root'@'fv-az554-137'","def","LOCK TABLES","YES""'root'@'fv-az554-137'","def","EXECUTE","YES""'root'@'fv-az554-137'","def","REPLICATION SLAVE","YES""'root'@'fv-az554-137'","def","REPLICATION CLIENT","YES""'root'@'fv-az554-137'","def","CREATE VIEW","YES""'root'@'fv-az554-137'","def","SHOW VIEW","YES""'root'@'fv-az554-137'","def","CREATE ROUTINE","YES""'root'@'fv-az554-137'","def","ALTER ROUTINE","YES""'root'@'fv-az554-137'","def","CREATE USER","YES""'root'@'fv-az554-137'","def","EVENT","YES""'root'@'fv-az554-137'","def","TRIGGER","YES""'root'@'fv-az554-137'","def","CREATE TABLESPACE","YES""'root'@'127.0.0.1'","def","SELECT","YES""'root'@'127.0.0.1'","def","INSERT","YES""'root'@'127.0.0.1'","def","UPDATE","YES""'root'@'127.0.0.1'","def","DELETE","YES""'root'@'127.0.0.1'","def","CREATE","YES""'root'@'127.0.0.1'","def","DROP","YES""'root'@'127.0.0.1'","def","RELOAD","YES""'root'@'127.0.0.1'","def","SHUTDOWN","YES""'root'@'127.0.0.1'","def","PROCESS","YES""'root'@'127.0.0.1'","def","FILE","YES""'root'@'127.0.0.1'","def","REFERENCES","YES""'root'@'127.0.0.1'","def","INDEX","YES""'root'@'127.0.0.1'","def","ALTER","YES""'root'@'127.0.0.1'","def","SHOW DATABASES","YES""'root'@'127.0.0.1'","def","SUPER","YES""'root'@'127.0.0.1'","def","CREATE TEMPORARY TABLES","YES""'root'@'127.0.0.1'","def","LOCK TABLES","YES""'root'@'127.0.0.1'","def","EXECUTE","YES""'root'@'127.0.0.1'","def","REPLICATION SLAVE","YES""'root'@'127.0.0.1'","def","REPLICATION CLIENT","YES""'root'@'127.0.0.1'","def","CREATE VIEW","YES""'root'@'127.0.0.1'","def","SHOW VIEW","YES""'root'@'127.0.0.1'","def","CREATE ROUTINE","YES""'root'@'127.0.0.1'","def","ALTER ROUTINE","YES""'root'@'127.0.0.1'","def","CREATE USER","YES""'root'@'127.0.0.1'","def","EVENT","YES""'root'@'127.0.0.1'","def","TRIGGER","YES""'root'@'127.0.0.1'","def","CREATE TABLESPACE","YES""'root'@'::1'","def","SELECT","YES""'root'@'::1'","def","INSERT","YES""'root'@'::1'","def","UPDATE","YES""'root'@'::1'","def","DELETE","YES""'root'@'::1'","def","CREATE","YES""'root'@'::1'","def","DROP","YES""'root'@'::1'","def","RELOAD","YES""'root'@'::1'","def","SHUTDOWN","YES""'root'@'::1'","def","PROCESS","YES""'root'@'::1'","def","FILE","YES""'root'@'::1'","def","REFERENCES","YES""'root'@'::1'","def","INDEX","YES""'root'@'::1'","def","ALTER","YES""'root'@'::1'","def","SHOW DATABASES","YES""'root'@'::1'","def","SUPER","YES""'root'@'::1'","def","CREATE TEMPORARY TABLES","YES""'root'@'::1'","def","LOCK TABLES","YES""'root'@'::1'","def","EXECUTE","YES""'root'@'::1'","def","REPLICATION SLAVE","YES""'root'@'::1'","def","REPLICATION CLIENT","YES""'root'@'::1'","def","CREATE VIEW","YES""'root'@'::1'","def","SHOW VIEW","YES""'root'@'::1'","def","CREATE ROUTINE","YES""'root'@'::1'","def","ALTER ROUTINE","YES""'root'@'::1'","def","CREATE USER","YES""'root'@'::1'","def","EVENT","YES""'root'@'::1'","def","TRIGGER","YES""'root'@'::1'","def","CREATE TABLESPACE","YES""''@'localhost'","def","USAGE","NO""''@'fv-az554-137'","def","USAGE","NO"
1 'root'@'localhost' def SELECT YES"'root'@'localhost' def INSERT YES"'root'@'localhost' def UPDATE YES"'root'@'localhost' def DELETE YES"'root'@'localhost' def CREATE YES"'root'@'localhost' def DROP YES"'root'@'localhost' def RELOAD YES"'root'@'localhost' def SHUTDOWN YES"'root'@'localhost' def PROCESS YES"'root'@'localhost' def FILE YES"'root'@'localhost' def REFERENCES YES"'root'@'localhost' def INDEX YES"'root'@'localhost' def ALTER YES"'root'@'localhost' def SHOW DATABASES YES"'root'@'localhost' def SUPER YES"'root'@'localhost' def CREATE TEMPORARY TABLES YES"'root'@'localhost' def LOCK TABLES YES"'root'@'localhost' def EXECUTE YES"'root'@'localhost' def REPLICATION SLAVE YES"'root'@'localhost' def REPLICATION CLIENT YES"'root'@'localhost' def CREATE VIEW YES"'root'@'localhost' def SHOW VIEW YES"'root'@'localhost' def CREATE ROUTINE YES"'root'@'localhost' def ALTER ROUTINE YES"'root'@'localhost' def CREATE USER YES"'root'@'localhost' def EVENT YES"'root'@'localhost' def TRIGGER YES"'root'@'localhost' def CREATE TABLESPACE YES"'root'@'fv-az554-137' def SELECT YES"'root'@'fv-az554-137' def INSERT YES"'root'@'fv-az554-137' def UPDATE YES"'root'@'fv-az554-137' def DELETE YES"'root'@'fv-az554-137' def CREATE YES"'root'@'fv-az554-137' def DROP YES"'root'@'fv-az554-137' def RELOAD YES"'root'@'fv-az554-137' def SHUTDOWN YES"'root'@'fv-az554-137' def PROCESS YES"'root'@'fv-az554-137' def FILE YES"'root'@'fv-az554-137' def REFERENCES YES"'root'@'fv-az554-137' def INDEX YES"'root'@'fv-az554-137' def ALTER YES"'root'@'fv-az554-137' def SHOW DATABASES YES"'root'@'fv-az554-137' def SUPER YES"'root'@'fv-az554-137' def CREATE TEMPORARY TABLES YES"'root'@'fv-az554-137' def LOCK TABLES YES"'root'@'fv-az554-137' def EXECUTE YES"'root'@'fv-az554-137' def REPLICATION SLAVE YES"'root'@'fv-az554-137' def REPLICATION CLIENT YES"'root'@'fv-az554-137' def CREATE VIEW YES"'root'@'fv-az554-137' def SHOW VIEW YES"'root'@'fv-az554-137' def CREATE ROUTINE YES"'root'@'fv-az554-137' def ALTER ROUTINE YES"'root'@'fv-az554-137' def CREATE USER YES"'root'@'fv-az554-137' def EVENT YES"'root'@'fv-az554-137' def TRIGGER YES"'root'@'fv-az554-137' def CREATE TABLESPACE YES"'root'@'127.0.0.1' def SELECT YES"'root'@'127.0.0.1' def INSERT YES"'root'@'127.0.0.1' def UPDATE YES"'root'@'127.0.0.1' def DELETE YES"'root'@'127.0.0.1' def CREATE YES"'root'@'127.0.0.1' def DROP YES"'root'@'127.0.0.1' def RELOAD YES"'root'@'127.0.0.1' def SHUTDOWN YES"'root'@'127.0.0.1' def PROCESS YES"'root'@'127.0.0.1' def FILE YES"'root'@'127.0.0.1' def REFERENCES YES"'root'@'127.0.0.1' def INDEX YES"'root'@'127.0.0.1' def ALTER YES"'root'@'127.0.0.1' def SHOW DATABASES YES"'root'@'127.0.0.1' def SUPER YES"'root'@'127.0.0.1' def CREATE TEMPORARY TABLES YES"'root'@'127.0.0.1' def LOCK TABLES YES"'root'@'127.0.0.1' def EXECUTE YES"'root'@'127.0.0.1' def REPLICATION SLAVE YES"'root'@'127.0.0.1' def REPLICATION CLIENT YES"'root'@'127.0.0.1' def CREATE VIEW YES"'root'@'127.0.0.1' def SHOW VIEW YES"'root'@'127.0.0.1' def CREATE ROUTINE YES"'root'@'127.0.0.1' def ALTER ROUTINE YES"'root'@'127.0.0.1' def CREATE USER YES"'root'@'127.0.0.1' def EVENT YES"'root'@'127.0.0.1' def TRIGGER YES"'root'@'127.0.0.1' def CREATE TABLESPACE YES"'root'@'::1' def SELECT YES"'root'@'::1' def INSERT YES"'root'@'::1' def UPDATE YES"'root'@'::1' def DELETE YES"'root'@'::1' def CREATE YES"'root'@'::1' def DROP YES"'root'@'::1' def RELOAD YES"'root'@'::1' def SHUTDOWN YES"'root'@'::1' def PROCESS YES"'root'@'::1' def FILE YES"'root'@'::1' def REFERENCES YES"'root'@'::1' def INDEX YES"'root'@'::1' def ALTER YES"'root'@'::1' def SHOW DATABASES YES"'root'@'::1' def SUPER YES"'root'@'::1' def CREATE TEMPORARY TABLES YES"'root'@'::1' def LOCK TABLES YES"'root'@'::1' def EXECUTE YES"'root'@'::1' def REPLICATION SLAVE YES"'root'@'::1' def REPLICATION CLIENT YES"'root'@'::1' def CREATE VIEW YES"'root'@'::1' def SHOW VIEW YES"'root'@'::1' def CREATE ROUTINE YES"'root'@'::1' def ALTER ROUTINE YES"'root'@'::1' def CREATE USER YES"'root'@'::1' def EVENT YES"'root'@'::1' def TRIGGER YES"'root'@'::1' def CREATE TABLESPACE YES"''@'localhost' def USAGE NO"''@'fv-az554-137' def USAGE NO

View file

@ -0,0 +1 @@
"def","employees","current_dept_emp","select `l`.`emp_no` AS `emp_no`,`d`.`dept_no` AS `dept_no`,`l`.`from_date` AS `from_date`,`l`.`to_date` AS `to_date` from (`employees`.`dept_emp` `d` join `employees`.`dept_emp_latest_date` `l` on(((`d`.`emp_no` = `l`.`emp_no`) and (`d`.`from_date` = `l`.`from_date`) and (`l`.`to_date` = `d`.`to_date`))))","NONE","YES","root@localhost","DEFINER","utf8","utf8_general_ci""def","employees","dept_emp_latest_date","select `employees`.`dept_emp`.`emp_no` AS `emp_no`,max(`employees`.`dept_emp`.`from_date`) AS `from_date`,max(`employees`.`dept_emp`.`to_date`) AS `to_date` from `employees`.`dept_emp` group by `employees`.`dept_emp`.`emp_no`","NONE","NO","root@localhost","DEFINER","utf8","utf8_general_ci"
1 def employees current_dept_emp select `l`.`emp_no` AS `emp_no`,`d`.`dept_no` AS `dept_no`,`l`.`from_date` AS `from_date`,`l`.`to_date` AS `to_date` from (`employees`.`dept_emp` `d` join `employees`.`dept_emp_latest_date` `l` on(((`d`.`emp_no` = `l`.`emp_no`) and (`d`.`from_date` = `l`.`from_date`) and (`l`.`to_date` = `d`.`to_date`)))) NONE YES root@localhost DEFINER utf8 utf8_general_ci"def employees dept_emp_latest_date select `employees`.`dept_emp`.`emp_no` AS `emp_no`,max(`employees`.`dept_emp`.`from_date`) AS `from_date`,max(`employees`.`dept_emp`.`to_date`) AS `to_date` from `employees`.`dept_emp` group by `employees`.`dept_emp`.`emp_no` NONE NO root@localhost DEFINER utf8 utf8_general_ci

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,417 @@
>> MySQLTuner 2.1.1
* Jean-Marie Renouard <jmrenouard@gmail.com>
* Major Hayden <major@mhtx.net>
>> Bug reports, feature requests, and downloads at http://mysqltuner.pl/
>> Run with '--help' for additional options and output filtering
[OK] You have the latest version of MySQLTuner (2.1.1)
[OK] Logged in using credentials passed on the command line
[!!] Your MySQL version 5.6.51 is EOL software. Upgrade soon!
[OK] Operating on 64-bit architecture
-------- System Linux Recommendations --------------------------------------------------------------
Look for related Linux system recommendations
[--] Ubuntu 22.04.2 LTS
[--] Machine type : Virtual machine
[--] Internet : Connected
[--] Number of Core CPU : 2
[--] Operating System Type : GNU/Linux
[--] Kernel Release : 5.15.0-1034-azure
[--] Hostname : fv-az554-137
[--] Network Cards :
[--] docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
[--] inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
[--] --
[--] eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
[--] inet 10.1.0.125 netmask 255.255.0.0 broadcast 10.1.255.255
[--] --
[--] lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
[--] inet 127.0.0.1 netmask 255.0.0.0
[--] Internal IP : 10.1.0.125 172.17.0.1
[--] HTTP client found: /usr/bin/curl
[--] External IP : % Total % Received % Xferd Average Speed Time Time Time Current, Dload Upload Total Spent Left Speed, 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10 100 10 0 0 174 0 --:--:-- --:--:-- --:--:-- 175, 20.42.13.1
[--] Name Servers : 127.0.0.53
[--] Logged In users :
[--] Ram Usages in Mb :
[--] total used free shared buff/cache available
[--] Mem: 6943 1167 2055 7 3720 5463
[--] Swap: 4095 0 4095
[--] Load Average :
[--] top - 16:39:13 up 3 min, 0 users, load average: 0.93, 0.65, 0.28
[--] System Uptime :
[--] 16:39:14 up 3 min, 0 users, load average: 0.93, 0.65, 0.28
[--] User process except mysqld used 125M RAM.
[--] Other user process except mysqld used less than 15% of total physical memory 1.81% (125M / 6G)
-------- Filesystem Linux Recommendations ----------------------------------------------------------
[--] mount point /boot/efi is using 6 % total space (6.04 MB / 104.35 MB)
[--] mount point /mnt is using 31 % total space (4.00 GB / 13.68 GB)
[--] mount point / is using 10 % of max allowed inodes
[--] mount point /mnt is using 1 % of max allowed inodes
-------- Kernel Information Recommendations --------------------------------------------------------
[--] Information about kernel tuning:
[--] fs.aio-max-nr = 65536
[--] fs.aio-nr = 0
[--] fs.file-max = 9223372036854775807
[--] vm.swappiness = 60
[!!] Swappiness is > 10, please consider having a value lower than 10
[--] TCP slot entries is > 100.
[!!] Max running total of the number of events is < 1M, please consider having a value greater than 1M
-------- Log file Recommendations ------------------------------------------------------------------
[!!] Log file doesn't exist
-------- Storage Engine Statistics -----------------------------------------------------------------
[--] Status: +ARCHIVE +BLACKHOLE +CSV -FEDERATED +InnoDB +MEMORY +MRG_MYISAM +MyISAM +PERFORMANCE_SCHEMA
[--] Data in InnoDB tables: 146.8M (Tables: 6)
[OK] Total fragmented tables: 0
-------- Analysis Performance Metrics --------------------------------------------------------------
[--] innodb_stats_on_metadata: OFF
[OK] No stat updates during querying INFORMATION_SCHEMA.
-------- Database Metrics --------------------------------------------------------------------------
[--] There is 3 Database(s).
[--] All User Databases:
[--] +-- TABLE : 6
[--] +-- VIEW : 2
[--] +-- INDEX : 9
[--] +-- CHARS : 1 (latin1)
[--] +-- COLLA : 1 (latin1_swedish_ci)
[--] +-- ROWS : 3912619
[--] +-- DATA : 141.2M(96.22%)
[--] +-- INDEX : 5.5M(3.78%)
[--] +-- SIZE : 146.8M
[--] +-- ENGINE: 1 (InnoDB)
[--] Database: employees
[--] +-- TABLE : 6
[--] +-- VIEW : 2
[--] +-- INDEX : 9
[--] +-- CHARS : 1 (latin1)
[--] +-- COLLA : 1 (latin1_swedish_ci)
[--] +-- ROWS : 3912619
[--] +-- DATA : 141.2M(96.22%)
[--] +-- INDEX : 5.5M(3.78%)
[--] +-- TOTAL : 146.8M
[--] +-- ENGINE: 1 (InnoDB)
[--] +-- ENGINE InnoDB : 6 TABLE(s)
[OK] 1 collation for employees database.
[OK] 1 engine for employees database.
[--] Charsets for employees database table column: latin1
[OK] employees table column(s) has same charset defined for all text like column(s).
[--] Collations for employees database table column: latin1_swedish_ci
[OK] employees table column(s) has same collation defined for all text like column(s).
-------- Table Column Metrics ----------------------------------------------------------------------
[--] Database: employees
[--] +-- TABLE: departments
[--] +-- TYPE: InnoDB
[--] +-- Index dept_name - Cols: dept_name - Type: BTREE
[--] +-- Index PRIMARY - Cols: dept_no - Type: BTREE
[--] +-- Column departments.dept_no: CHAR(4) NOT NULL
[--] +-- Column departments.dept_name: VARCHAR(40) NOT NULL
[--] +-- TABLE: dept_emp
[--] +-- TYPE: InnoDB
[--] +-- Index dept_no - Cols: dept_no - Type: BTREE
[--] +-- Index PRIMARY - Cols: emp_no,dept_no - Type: BTREE
[--] +-- Column dept_emp.emp_no: INT(11) NOT NULL
[--] +-- Column dept_emp.dept_no: CHAR(4) NOT NULL
[--] +-- Column dept_emp.from_date: DATE NOT NULL
[--] +-- Column dept_emp.to_date: DATE NOT NULL
[--] +-- TABLE: dept_manager
[--] +-- TYPE: InnoDB
[--] +-- Index dept_no - Cols: dept_no - Type: BTREE
[--] +-- Index PRIMARY - Cols: emp_no,dept_no - Type: BTREE
[--] +-- Column dept_manager.emp_no: INT(11) NOT NULL
[--] +-- Column dept_manager.dept_no: CHAR(4) NOT NULL
[--] +-- Column dept_manager.from_date: DATE NOT NULL
[--] +-- Column dept_manager.to_date: DATE NOT NULL
[--] +-- TABLE: employees
[--] +-- TYPE: InnoDB
[--] +-- Index PRIMARY - Cols: emp_no - Type: BTREE
[--] +-- Column employees.emp_no: INT(11) NOT NULL
[--] +-- Column employees.birth_date: DATE NOT NULL
[--] +-- Column employees.first_name: VARCHAR(14) NOT NULL
[--] +-- Column employees.last_name: VARCHAR(16) NOT NULL
[--] +-- Column employees.gender: ENUM('M','F') NOT NULL
[--] +-- Column employees.hire_date: DATE NOT NULL
[--] +-- TABLE: salaries
[--] +-- TYPE: InnoDB
[--] +-- Index PRIMARY - Cols: emp_no,from_date - Type: BTREE
[--] +-- Column salaries.emp_no: INT(11) NOT NULL
[--] +-- Column salaries.salary: INT(11) NOT NULL
[--] +-- Column salaries.from_date: DATE NOT NULL
[--] +-- Column salaries.to_date: DATE NOT NULL
[--] +-- TABLE: titles
[--] +-- TYPE: InnoDB
[--] +-- Index PRIMARY - Cols: emp_no,title,from_date - Type: BTREE
[--] +-- Column titles.emp_no: INT(11) NOT NULL
[--] +-- Column titles.title: VARCHAR(50) NOT NULL
[--] +-- Column titles.from_date: DATE NOT NULL
[--] +-- Column titles.to_date: DATE NULL
-------- Indexes Metrics ---------------------------------------------------------------------------
[--] Worst selectivity indexes:
[--] Index: PRIMARY(from_date)
[--] +-- COLUMN : employees.salaries
[--] +-- NB SEQS : 2 sequence(s)
[--] +-- NB COLS : 2 column(s)
[--] +-- CARDINALITY : 1 distinct values
[--] +-- NB ROWS : 2838426 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 0.00%
[!!] PRIMARY(from_date) has a low selectivity
[--] Index: dept_no(dept_no)
[--] +-- COLUMN : employees.dept_emp
[--] +-- NB SEQS : 1 sequence(s)
[--] +-- NB COLS : 1 column(s)
[--] +-- CARDINALITY : 16 distinct values
[--] +-- NB ROWS : 331570 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 0.00%
[!!] dept_no(dept_no) has a low selectivity
[--] Index: PRIMARY(emp_no)
[--] +-- COLUMN : employees.salaries
[--] +-- NB SEQS : 1 sequence(s)
[--] +-- NB COLS : 2 column(s)
[--] +-- CARDINALITY : 1 distinct values
[--] +-- NB ROWS : 2838426 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 0.00%
[!!] PRIMARY(emp_no) has a low selectivity
[--] Index: PRIMARY(emp_no)
[--] +-- COLUMN : employees.dept_manager
[--] +-- NB SEQS : 1 sequence(s)
[--] +-- NB COLS : 2 column(s)
[--] +-- CARDINALITY : 24 distinct values
[--] +-- NB ROWS : 24 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 100.00%
[--] Index: PRIMARY(title)
[--] +-- COLUMN : employees.titles
[--] +-- NB SEQS : 2 sequence(s)
[--] +-- NB COLS : 3 column(s)
[--] +-- CARDINALITY : 442724 distinct values
[--] +-- NB ROWS : 442724 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 100.00%
[--] Index: PRIMARY(dept_no)
[--] +-- COLUMN : employees.dept_emp
[--] +-- NB SEQS : 2 sequence(s)
[--] +-- NB COLS : 2 column(s)
[--] +-- CARDINALITY : 331570 distinct values
[--] +-- NB ROWS : 331570 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 100.00%
[--] Index: PRIMARY(emp_no)
[--] +-- COLUMN : employees.employees
[--] +-- NB SEQS : 1 sequence(s)
[--] +-- NB COLS : 1 column(s)
[--] +-- CARDINALITY : 299866 distinct values
[--] +-- NB ROWS : 299866 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 100.00%
[--] Index: PRIMARY(dept_no)
[--] +-- COLUMN : employees.dept_manager
[--] +-- NB SEQS : 2 sequence(s)
[--] +-- NB COLS : 2 column(s)
[--] +-- CARDINALITY : 24 distinct values
[--] +-- NB ROWS : 24 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 100.00%
[--] Index: PRIMARY(from_date)
[--] +-- COLUMN : employees.titles
[--] +-- NB SEQS : 3 sequence(s)
[--] +-- NB COLS : 3 column(s)
[--] +-- CARDINALITY : 442724 distinct values
[--] +-- NB ROWS : 442724 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 100.00%
[--] Index: PRIMARY(emp_no)
[--] +-- COLUMN : employees.titles
[--] +-- NB SEQS : 1 sequence(s)
[--] +-- NB COLS : 3 column(s)
[--] +-- CARDINALITY : 442724 distinct values
[--] +-- NB ROWS : 442724 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 100.00%
[--] Indexes per database:
[--] Database: employees
[--] +-- INDEX : departments.dept_name
[--] +-- COLUMNS : dept_name
[--] +-- CARDINALITY: 9
[--] +-- INDEX : departments.PRIMARY
[--] +-- COLUMNS : dept_no
[--] +-- CARDINALITY: 9
[--] +-- INDEX : dept_emp.dept_no
[--] +-- COLUMNS : dept_no
[--] +-- CARDINALITY: 16
[--] +-- INDEX : dept_emp.PRIMARY
[--] +-- COLUMNS : emp_no,dept_no
[--] +-- CARDINALITY: 663140
[--] +-- INDEX : dept_manager.dept_no
[--] +-- COLUMNS : dept_no
[--] +-- CARDINALITY: 24
[--] +-- INDEX : dept_manager.PRIMARY
[--] +-- COLUMNS : emp_no,dept_no
[--] +-- CARDINALITY: 48
[--] +-- INDEX : employees.PRIMARY
[--] +-- COLUMNS : emp_no
[--] +-- CARDINALITY: 299866
[--] +-- INDEX : salaries.PRIMARY
[--] +-- COLUMNS : emp_no,from_date
[--] +-- CARDINALITY: 2
[--] +-- INDEX : titles.PRIMARY
[--] +-- COLUMNS : emp_no,title,from_date
[--] +-- CARDINALITY: 1328172
[--] Unused indexes:
[!!] Index: dept_name on employees.departments is not used.
[!!] Index: dept_no on employees.dept_emp is not used.
[!!] Index: dept_no on employees.dept_manager is not used.
-------- Views Metrics -----------------------------------------------------------------------------
-------- Triggers Metrics --------------------------------------------------------------------------
-------- Routines Metrics --------------------------------------------------------------------------
-------- Security Recommendations ------------------------------------------------------------------
[OK] No Role user detected
[!!] User ''@'fv-az554-137' is an anonymous account. Remove with DROP USER ''@'fv-az554-137';
[!!] User ''@'localhost' is an anonymous account. Remove with DROP USER ''@'localhost';
[!!] User ''root'@'127.0.0.1'' has no password set.
[!!] User ''root'@'::1'' has no password set.
[!!] User ''root'@'fv-az554-137'' has no password set.
[!!] User 'root'@'localhost' has user name as password.
[--] There are 620 basic passwords in the list.
[!!] User 'root@localhost' is using weak password: root in a lower, upper or capitalize derivative version.
-------- CVE Security Recommendations --------------------------------------------------------------
[OK] NO SECURITY CVE FOUND FOR YOUR VERSION
-------- Performance Metrics -----------------------------------------------------------------------
[--] Up for: 56s (2K q [47.286 qps], 820 conn, TX: 2M, RX: 164M)
[--] Reads / Writes: 90% / 10%
[--] Binary logging is disabled
[--] Physical Memory : 6.8G
[--] Max MySQL memory : 1.3G
[--] Other process memory: 125.5M
[--] Total buffers: 169.0M global + 5.1M per thread (151 max threads)
[--] Performance_schema Max memory usage: 403M
[--] Galera GCache Max memory usage: 0B
[--] Global Buffers
[--] +-- Key Buffer: 8.0M
[--] +-- Max Tmp Table: 16.0M
[--] Query Cache Buffers
[--] +-- Query Cache: OFF - DISABLED
[--] +-- Query Cache Size: 1.0M
[--] Per Thread Buffers
[--] +-- Read Buffer: 128.0K
[--] +-- Read RND Buffer: 256.0K
[--] +-- Sort Buffer: 256.0K
[--] +-- Thread stack: 256.0K
[--] +-- Join Buffer: 256.0K
[OK] Maximum reached memory usage: 578.1M (8.32% of installed RAM)
[OK] Maximum possible memory usage: 1.3G (19.40% of installed RAM)
[OK] Overall possible memory usage with other process is compatible with memory available
[OK] Slow queries: 0% (0/2K)
[OK] Highest usage of available connections: 0% (1/151)
[OK] Aborted connections: 0.00% (0/820)
[!!] Name resolution is active: a reverse name resolution is made for each new connection which can reduce performance
[OK] Query cache is disabled by default due to mutex contention on multiprocessor machines.
[OK] Sorts requiring temporary tables: 0% (0 temp sorts / 13 sorts)
[!!] Joins performed without indexes: 1
[OK] Temporary tables created on disk: 19% (191 on disk / 970 total)
[OK] Thread cache hit rate: 99% (1 created / 820 connections)
[OK] Table cache hit rate: 95% (1K hits / 2K requests)
[OK] table_definition_cache (1400) is greater than number of tables (147)
[OK] Open file limit used: 0% (46/65K)
[OK] Table locks acquired immediately: 100% (867 immediate / 867 locks)
-------- Performance schema ------------------------------------------------------------------------
[--] Performance_schema is activated.
[--] Memory used by Performance_schema: 403.9M
[--] Sys schema is not installed.
-------- ThreadPool Metrics ------------------------------------------------------------------------
[--] ThreadPool stat is disabled.
-------- MyISAM Metrics ----------------------------------------------------------------------------
[!!] Key buffer used: 18.2% (1.5M used / 8.0M cache)
[OK] Key buffer size / total MyISAM indexes: 8.0M/41.0K
[!!] Read Key buffer hit rate: 83.3% (6 cached / 1 reads)
-------- InnoDB Metrics ----------------------------------------------------------------------------
[--] InnoDB is enabled.
[--] InnoDB Buffers
[--] +-- InnoDB Buffer Pool: 128.0M
[--] +-- InnoDB Buffer Pool Instances: 8
[--] +-- InnoDB Additional Mem Pool: 8.0M
[--] +-- InnoDB Log File Size: 48.0M
[--] +-- InnoDB Log File In Group: 2
[--] +-- InnoDB Total Log File Size: 96.0M(75 % of buffer pool)
[--] +-- InnoDB Log Buffer: 8.0M
[--] +-- InnoDB Log Buffer Free: 1.0K
[--] +-- InnoDB Log Buffer Used: 8.0K
[--] InnoDB Thread Concurrency: 0
[OK] InnoDB File per table is activated
[!!] InnoDB buffer pool / data size: 128.0M / 146.8M
[!!] Ratio InnoDB log file size / InnoDB Buffer pool size (75%): 48.0M * 2 / 128.0M should be equal to 25%
[!!] InnoDB buffer pool <= 1G and Innodb_buffer_pool_instances(!=1).
[--] InnoDB Buffer Pool Chunk Size not used or defined in your version
[OK] InnoDB Read buffer efficiency: 100.00% (20537112 hits / 20537429 total)
[OK] InnoDB Write Log efficiency: 99.96% (568895 hits / 569130 total)
[OK] InnoDB log waits: 0.00% (0 waits / 235 writes)
-------- Aria Metrics ------------------------------------------------------------------------------
[--] Aria Storage Engine not available.
-------- TokuDB Metrics ----------------------------------------------------------------------------
[--] TokuDB is disabled.
-------- XtraDB Metrics ----------------------------------------------------------------------------
[--] XtraDB is disabled.
-------- Galera Metrics ----------------------------------------------------------------------------
[--] Galera is disabled.
-------- Replication Metrics -----------------------------------------------------------------------
[--] Galera Synchronous replication: NO
[--] No replication slave(s) for this server.
[--] Binlog format: STATEMENT
[--] XA support enabled: ON
[--] Semi synchronous replication Master: Not Activated
[--] Semi synchronous replication Slave: Not Activated
[--] This is a standalone server
-------- Recommendations ---------------------------------------------------------------------------
General recommendations:
You are using an unsupported version for production environments
Upgrade as soon as possible to a supported version !
setup swappiness lower or equals to 10
setup Max running number events greater than 1M
Remove unused indexes.
Remove Anonymous User accounts - there are 2 anonymous accounts.
Set up a Secure Password for 'root'@'127.0.0.1' user: SET PASSWORD FOR 'root'@'127.0.0.1' = PASSWORD('secure_password');
Set up a Secure Password for 'root'@'::1' user: SET PASSWORD FOR 'root'@'::1' = PASSWORD('secure_password');
Set up a Secure Password for 'root'@'fv-az554-137' user: SET PASSWORD FOR 'root'@'fv-az554-137' = PASSWORD('secure_password');
Set up a Secure Password for 'root'@'localhost' user: SET PASSWORD FOR 'root'@'localhost' = PASSWORD('secure_password');
Set up a Secure Password for root@localhost user: SET PASSWORD FOR 'root'@'localhost' = PASSWORD('secure_password');
1 user(s) used basic or weak password from basic dictionary.
MySQL was started within the last 24 hours: recommendations may be inaccurate
Configure your accounts with ip or subnets only, then update your configuration with skip-name-resolve=1
We will suggest raising the 'join_buffer_size' until JOINs not using indexes are found.
See https://dev.mysql.com/doc/internals/en/join-buffer-size.html
(specially the conclusions at the bottom of the page).
Consider installing Sys schema from https://github.com/mysql/mysql-sys for MySQL
Before changing innodb_log_file_size and/or innodb_log_files_in_group read this: https://bit.ly/2TcGgtU
Variables to adjust:
vm.swappiness <= 10 (echo 10 > /proc/sys/vm/swappiness)
fs.aio-max-nr > 1M (echo 1048576 > /proc/sys/fs/aio-max-nr)
skip-name-resolve=1
join_buffer_size (> 256.0K, or always use indexes with JOINs)
key_buffer_size (~ 1M)
innodb_buffer_pool_size (>= 146.8M) if possible.
innodb_log_file_size should be (=16M) if possible, so InnoDB total log file size equals 25% of buffer pool size.
innodb_buffer_pool_instances (=1)