Merge pull request #640 from jmrenouard/examples-mariadb-10.7-2023-03-23T16-39-54Z

Examples mariadb 10.7 2023 03 23 t16 39 54 z
This commit is contained in:
Jean-Marie Renouard 2023-03-23 17:50:52 +01:00 committed by GitHub
commit a6b6d072f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
81 changed files with 450 additions and 0 deletions

File diff suppressed because one or more lines are too long

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""utf8mb3","utf8mb3_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"utf8mb3 utf8mb3_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

View File

@ -0,0 +1 @@
"def","mysql","global_priv","Priv","Column","json_valid(`Priv`)"
1 def mysql global_priv Priv Column json_valid(`Priv`)

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 @@
"NULL"
1 NULL

View File

@ -0,0 +1 @@
"CSV","YES","Stores tables as CSV files","NO","NO","NO""MRG_MyISAM","YES","Collection of identical MyISAM tables","NO","NO","NO""MEMORY","YES","Hash based, stored in memory, useful for temporary tables","NO","NO","NO""Aria","YES","Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables","NO","NO","NO""MyISAM","YES","Non-transactional engine with good performance and small data footprint","NO","NO","NO""SEQUENCE","YES","Generated tables filled with sequential values","YES","NO","YES""InnoDB","DEFAULT","Supports transactions, row-level locking, foreign keys and encryption for tables","YES","YES","YES""PERFORMANCE_SCHEMA","YES","Performance Schema","NO","NO","NO"
1 CSV YES Stores tables as CSV files NO NO NO"MRG_MyISAM YES Collection of identical MyISAM tables NO NO NO"MEMORY YES Hash based, stored in memory, useful for temporary tables NO NO NO"Aria YES Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables NO NO NO"MyISAM YES Non-transactional engine with good performance and small data footprint NO NO NO"SEQUENCE YES Generated tables filled with sequential values YES NO YES"InnoDB DEFAULT Supports transactions, row-level locking, foreign keys and encryption for tables 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","8112","432","7680","2823","2521","0","0","0","0","110","1640319","0.285673","4.85645","994","13832","14028","2.42822","0","0","37305577","823","20","354","0","36","0","0","9298","17","0","0"
1 0 8112 432 7680 2823 2521 0 0 0 0 110 1640319 0.285673 4.85645 994 13832 14028 2.42822 0 0 37305577 823 20 354 0 36 0 0 9298 17 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","TABLE_ID","0","6","0","8""13","POS","1","6","0","4""13","BASE_POS","2","6","0","4""14","database_name","0","12","5439759","192""14","table_name","1","12","5443855","597""14","last_update","2","3","526087","4""14","n_rows","3","6","1800","8""14","clustered_index_size","4","6","1800","8""14","sum_of_other_index_sizes","5","6","1800","8""15","database_name","0","12","5439759","192""15","table_name","1","12","5443855","597""15","index_name","2","12","5439759","192""15","last_update","3","3","526087","4""15","stat_name","4","12","5439759","192""15","stat_value","5","6","1800","8""15","sample_size","6","6","1544","8""15","stat_description","7","12","5443855","3072""16","transaction_id","0","6","1800","8""16","commit_id","1","6","1800","8""16","begin_timestamp","2","3","526087","7""16","commit_timestamp","3","3","526087","7""16","isolation_level","4","6","1022","1""17","domain_id","0","6","1795","4""17","sub_id","1","6","1800","8""17","server_id","2","6","1795","4""17","seq_no","3","6","1800","8""18","emp_no","0","6","1283","4""18","birth_date","1","6","1290","3""18","first_name","2","1","524559","14""18","last_name","3","1","524559","16""18","gender","4","6","1022","1""18","hire_date","5","6","1290","3""19","dept_no","0","2","524798","4""19","dept_name","1","1","524559","40""20","emp_no","0","6","1283","4""20","dept_no","1","2","524798","4""20","from_date","2","6","1290","3""20","to_date","3","6","1290","3""21","emp_no","0","6","1283","4""21","dept_no","1","2","524798","4""21","from_date","2","6","1290","3""21","to_date","3","6","1290","3""22","emp_no","0","6","1283","4""22","title","1","1","524559","50""22","from_date","2","6","1290","3""22","to_date","3","6","1034","3""23","emp_no","0","6","1283","4""23","salary","1","6","1283","4""23","from_date","2","6","1290","3""23","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 TABLE_ID 0 6 0 8"13 POS 1 6 0 4"13 BASE_POS 2 6 0 4"14 database_name 0 12 5439759 192"14 table_name 1 12 5443855 597"14 last_update 2 3 526087 4"14 n_rows 3 6 1800 8"14 clustered_index_size 4 6 1800 8"14 sum_of_other_index_sizes 5 6 1800 8"15 database_name 0 12 5439759 192"15 table_name 1 12 5443855 597"15 index_name 2 12 5439759 192"15 last_update 3 3 526087 4"15 stat_name 4 12 5439759 192"15 stat_value 5 6 1800 8"15 sample_size 6 6 1544 8"15 stat_description 7 12 5443855 3072"16 transaction_id 0 6 1800 8"16 commit_id 1 6 1800 8"16 begin_timestamp 2 3 526087 7"16 commit_timestamp 3 3 526087 7"16 isolation_level 4 6 1022 1"17 domain_id 0 6 1795 4"17 sub_id 1 6 1800 8"17 server_id 2 6 1795 4"17 seq_no 3 6 1800 8"18 emp_no 0 6 1283 4"18 birth_date 1 6 1290 3"18 first_name 2 1 524559 14"18 last_name 3 1 524559 16"18 gender 4 6 1022 1"18 hire_date 5 6 1290 3"19 dept_no 0 2 524798 4"19 dept_name 1 1 524559 40"20 emp_no 0 6 1283 4"20 dept_no 1 2 524798 4"20 from_date 2 6 1290 3"20 to_date 3 6 1290 3"21 emp_no 0 6 1283 4"21 dept_no 1 2 524798 4"21 from_date 2 6 1290 3"21 to_date 3 6 1290 3"22 emp_no 0 6 1283 4"22 title 1 1 524559 50"22 from_date 2 6 1290 3"22 to_date 3 6 1034 3"23 emp_no 0 6 1283 4"23 salary 1 6 1283 4"23 from_date 2 6 1290 3"23 to_date 3 6 1290 3

View File

@ -0,0 +1 @@
"11","ID","0""12","FOR_NAME","0""13","REF_NAME","0""14","ID","0""14","POS","1""15","TABLE_ID","0""15","POS","1""15","BASE_POS","2""16","database_name","0""16","table_name","1""17","database_name","0""17","table_name","1""17","index_name","2""17","stat_name","3""18","transaction_id","0""19","commit_id","0""20","begin_timestamp","0""21","commit_timestamp","0""21","transaction_id","1""22","domain_id","0""22","sub_id","1""23","emp_no","0""24","dept_no","0""25","dept_name","0""26","emp_no","0""26","dept_no","1""27","dept_no","0""28","emp_no","0""28","dept_no","1""29","dept_no","0""30","emp_no","0""30","title","1""30","from_date","2""31","emp_no","0""31","from_date","1"
1 11 ID 0"12 FOR_NAME 0"13 REF_NAME 0"14 ID 0"14 POS 1"15 TABLE_ID 0"15 POS 1"15 BASE_POS 2"16 database_name 0"16 table_name 1"17 database_name 0"17 table_name 1"17 index_name 2"17 stat_name 3"18 transaction_id 0"19 commit_id 0"20 begin_timestamp 0"21 commit_timestamp 0"21 transaction_id 1"22 domain_id 0"22 sub_id 1"23 emp_no 0"24 dept_no 0"25 dept_name 0"26 emp_no 0"26 dept_no 1"27 dept_no 0"28 emp_no 0"28 dept_no 1"29 dept_no 0"30 emp_no 0"30 title 1"30 from_date 2"31 emp_no 0"31 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","50""12","FOR_IND","11","0","1","303","0","50""13","REF_IND","11","0","1","304","0","50""14","ID_IND","12","3","2","305","0","50""15","BASE_IDX","13","3","3","306","0","50""16","PRIMARY","14","3","2","3","1","50""17","PRIMARY","15","3","4","3","2","50""18","PRIMARY","16","3","1","3","3","50""19","commit_id","16","2","1","4","3","50""20","begin_timestamp","16","0","1","5","3","50""21","commit_timestamp","16","0","2","6","3","50""22","PRIMARY","17","3","2","3","4","50""23","PRIMARY","18","3","1","3","5","50""24","PRIMARY","19","3","1","3","6","50""25","dept_name","19","2","1","4","6","50""26","PRIMARY","20","3","2","3","7","50""27","dept_no","20","0","1","4","7","50""28","PRIMARY","21","3","2","3","8","50""29","dept_no","21","0","1","4","8","50""30","PRIMARY","22","3","3","3","9","50""31","PRIMARY","23","3","2","3","10","50"
1 11 ID_IND 11 3 1 302 0 50"12 FOR_IND 11 0 1 303 0 50"13 REF_IND 11 0 1 304 0 50"14 ID_IND 12 3 2 305 0 50"15 BASE_IDX 13 3 3 306 0 50"16 PRIMARY 14 3 2 3 1 50"17 PRIMARY 15 3 4 3 2 50"18 PRIMARY 16 3 1 3 3 50"19 commit_id 16 2 1 4 3 50"20 begin_timestamp 16 0 1 5 3 50"21 commit_timestamp 16 0 2 6 3 50"22 PRIMARY 17 3 2 3 4 50"23 PRIMARY 18 3 1 3 5 50"24 PRIMARY 19 3 1 3 6 50"25 dept_name 19 2 1 4 6 50"26 PRIMARY 20 3 2 3 7 50"27 dept_no 20 0 1 4 7 50"28 PRIMARY 21 3 2 3 8 50"29 dept_no 21 0 1 4 8 50"30 PRIMARY 22 3 3 3 9 50"31 PRIMARY 23 3 2 3 10 50

View File

@ -0,0 +1 @@
"11","SYS_FOREIGN","0","7","0","Redundant","0","System""12","SYS_FOREIGN_COLS","0","7","0","Redundant","0","System""13","SYS_VIRTUAL","0","6","0","Redundant","0","System""19","employees/departments","33","5","6","Dynamic","0","Single""21","employees/dept_emp","33","7","8","Dynamic","0","Single""20","employees/dept_manager","33","7","7","Dynamic","0","Single""18","employees/employees","33","9","5","Dynamic","0","Single""23","employees/salaries","33","7","10","Dynamic","0","Single""22","employees/titles","33","7","9","Dynamic","0","Single""17","mysql/gtid_slave_pos","33","7","4","Dynamic","0","Single""15","mysql/innodb_index_stats","33","11","2","Dynamic","0","Single""14","mysql/innodb_table_stats","33","9","1","Dynamic","0","Single""16","mysql/transaction_registry","33","8","3","Dynamic","0","Single"
1 11 SYS_FOREIGN 0 7 0 Redundant 0 System"12 SYS_FOREIGN_COLS 0 7 0 Redundant 0 System"13 SYS_VIRTUAL 0 6 0 Redundant 0 System"19 employees/departments 33 5 6 Dynamic 0 Single"21 employees/dept_emp 33 7 8 Dynamic 0 Single"20 employees/dept_manager 33 7 7 Dynamic 0 Single"18 employees/employees 33 9 5 Dynamic 0 Single"23 employees/salaries 33 7 10 Dynamic 0 Single"22 employees/titles 33 7 9 Dynamic 0 Single"17 mysql/gtid_slave_pos 33 7 4 Dynamic 0 Single"15 mysql/innodb_index_stats 33 11 2 Dynamic 0 Single"14 mysql/innodb_table_stats 33 9 1 Dynamic 0 Single"16 mysql/transaction_registry 33 8 3 Dynamic 0 Single

View File

@ -0,0 +1 @@
"0","innodb_system","21","NULL","16384","./ibdata1","4096","146800640","146804736""1","mysql/innodb_table_stats","21","NULL","16384","./mysql/innodb_table_stats.ibd","4096","65536","65536""2","mysql/innodb_index_stats","21","NULL","16384","./mysql/innodb_index_stats.ibd","4096","65536","65536""3","mysql/transaction_registry","21","NULL","16384","./mysql/transaction_registry.ibd","4096","114688","114688""4","mysql/gtid_slave_pos","21","NULL","16384","./mysql/gtid_slave_pos.ibd","4096","65536","65536""5","employees/employees","21","NULL","16384","./employees/employees.ibd","4096","23068672","23072768""6","employees/departments","21","NULL","16384","./employees/departments.ibd","4096","81920","81920""7","employees/dept_manager","21","NULL","16384","./employees/dept_manager.ibd","4096","81920","81920""8","employees/dept_emp","21","NULL","16384","./employees/dept_emp.ibd","4096","26214400","26218496""9","employees/titles","21","NULL","16384","./employees/titles.ibd","4096","28311552","28315648""10","employees/salaries","21","NULL","16384","./employees/salaries.ibd","4096","109051904","109056000""4294967294","innodb_temporary","21","NULL","16384","./ibtmp1","4096","12582912","12582912"
1 0 innodb_system 21 NULL 16384 ./ibdata1 4096 146800640 146804736"1 mysql/innodb_table_stats 21 NULL 16384 ./mysql/innodb_table_stats.ibd 4096 65536 65536"2 mysql/innodb_index_stats 21 NULL 16384 ./mysql/innodb_index_stats.ibd 4096 65536 65536"3 mysql/transaction_registry 21 NULL 16384 ./mysql/transaction_registry.ibd 4096 114688 114688"4 mysql/gtid_slave_pos 21 NULL 16384 ./mysql/gtid_slave_pos.ibd 4096 65536 65536"5 employees/employees 21 NULL 16384 ./employees/employees.ibd 4096 23068672 23072768"6 employees/departments 21 NULL 16384 ./employees/departments.ibd 4096 81920 81920"7 employees/dept_manager 21 NULL 16384 ./employees/dept_manager.ibd 4096 81920 81920"8 employees/dept_emp 21 NULL 16384 ./employees/dept_emp.ibd 4096 26214400 26218496"9 employees/titles 21 NULL 16384 ./employees/titles.ibd 4096 28311552 28315648"10 employees/salaries 21 NULL 16384 ./employees/salaries.ibd 4096 109051904 109056000"4294967294 innodb_temporary 21 NULL 16384 ./ibtmp1 4096 12582912 12582912

View File

@ -0,0 +1 @@
"11","SYS_FOREIGN","0","0","0","0","0","0","0""12","SYS_FOREIGN_COLS","0","0","0","0","0","0","0""13","SYS_VIRTUAL","0","0","0","0","0","0","0""19","employees/departments","1","9","1","1","0","0","1""21","employees/dept_emp","1","331570","737","353","0","0","2""20","employees/dept_manager","1","24","1","1","0","0","1""18","employees/employees","1","299866","929","0","0","0","1""23","employees/salaries","1","2841987","2404","0","269746","0","1""22","employees/titles","1","441832","1252","0","0","0","1""17","mysql/gtid_slave_pos","1","0","1","0","0","0","1""15","mysql/innodb_index_stats","1","38","1","0","0","0","1""14","mysql/innodb_table_stats","1","7","1","0","0","0","1""16","mysql/transaction_registry","1","0","1","3","0","0","1"
1 11 SYS_FOREIGN 0 0 0 0 0 0 0"12 SYS_FOREIGN_COLS 0 0 0 0 0 0 0"13 SYS_VIRTUAL 0 0 0 0 0 0 0"19 employees/departments 1 9 1 1 0 0 1"21 employees/dept_emp 1 331570 737 353 0 0 2"20 employees/dept_manager 1 24 1 1 0 0 1"18 employees/employees 1 299866 929 0 0 0 1"23 employees/salaries 1 2841987 2404 0 269746 0 1"22 employees/titles 1 441832 1252 0 0 0 1"17 mysql/gtid_slave_pos 1 0 1 0 0 0 1"15 mysql/innodb_index_stats 1 38 1 0 0 0 1"14 mysql/innodb_table_stats 1 7 1 0 0 0 1"16 mysql/transaction_registry 1 0 1 3 0 0 1

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"default","NULL","NULL","134217728","1024","0","107163","0","0","0","0","0"
1 default NULL NULL 134217728 1024 0 107163 0 0 0 0 0

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 @@
"71","root","localhost:57010","NULL","Query","0","Filling schema table","select * from information_schema.PROCESSLIST","0.341","0","0","0.000","88960","88960","0","396","select * from information_schema.PROCESSLIST","1802"
1 71 root localhost:57010 NULL Query 0 Filling schema table select * from information_schema.PROCESSLIST 0.341 0 0 0.000 88960 88960 0 396 select * from information_schema.PROCESSLIST 1802

View File

@ -0,0 +1 @@
"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","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","titles_ibfk_1","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","titles","employees""def","employees","salaries_ibfk_1","def","employees","PRIMARY","NONE","RESTRICT","CASCADE","salaries","employees"
1 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 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 titles_ibfk_1 def employees PRIMARY NONE RESTRICT CASCADE titles employees"def employees salaries_ibfk_1 def employees PRIMARY NONE RESTRICT CASCADE salaries employees

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"def","information_schema","utf8mb3","utf8mb3_general_ci","NULL","""def","sys","utf8mb3","utf8mb3_general_ci","NULL","""def","performance_schema","utf8mb3","utf8mb3_general_ci","NULL","""def","employees","latin1","latin1_swedish_ci","NULL","""def","data","latin1","latin1_swedish_ci","NULL","""def","test","latin1","latin1_swedish_ci","NULL","""def","mysql","latin1","latin1_swedish_ci","NULL",""
1 def information_schema utf8mb3 utf8mb3_general_ci NULL "def sys utf8mb3 utf8mb3_general_ci NULL "def performance_schema utf8mb3 utf8mb3_general_ci NULL "def employees latin1 latin1_swedish_ci NULL "def data latin1 latin1_swedish_ci NULL "def test latin1 latin1_swedish_ci NULL "def mysql 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","DELETE HISTORY","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""''@'%'","def","test\\_%","DELETE HISTORY","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 DELETE HISTORY 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"''@'%' def test\\_% DELETE HISTORY NO

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 @@
"-1","Not defined","-1","LOCAL_CS["Spatial reference wasn't specified",LOCAL_DATUM["Unknown",0],UNIT["m",1.0],AXIS["x",EAST],AXIS["y",NORTH]]""0","EPSG","404000","LOCAL_CS["Wildcard 2D cartesian plane in metric unit",LOCAL_DATUM["Unknown",0],UNIT["m",1.0],AXIS["x",EAST],AXIS["y",NORTH],AUTHORITY["EPSG","404000"]]"
Can't render this file because it contains an unexpected character in line 1 and column 35.

View File

@ -0,0 +1 @@
"ADDDATE""ADD_MONTHS""BIT_AND""BIT_OR""BIT_XOR""CAST""COUNT""CUME_DIST""CURDATE""CURTIME""DATE_ADD""DATE_SUB""DATE_FORMAT""DECODE""DENSE_RANK""EXTRACT""FIRST_VALUE""GROUP_CONCAT""JSON_ARRAYAGG""JSON_OBJECTAGG""LAG""LEAD""MAX""MEDIAN""MID""MIN""NOW""NTH_VALUE""NTILE""POSITION""PERCENT_RANK""PERCENTILE_CONT""PERCENTILE_DISC""RANK""SESSION_USER""STD""STDDEV""STDDEV_POP""STDDEV_SAMP""SUBDATE""SUBSTR""SUBSTRING""SUM""SYSTEM_USER""TRIM""TRIM_ORACLE""VARIANCE""VAR_POP""VAR_SAMP""ABS""ACOS""ADDTIME""AES_DECRYPT""AES_ENCRYPT""ASIN""ATAN""ATAN2""BENCHMARK""BIN""BINLOG_GTID_POS""BIT_COUNT""BIT_LENGTH""CEIL""CEILING""CHARACTER_LENGTH""CHAR_LENGTH""CHR""COERCIBILITY""COLUMN_CHECK""COLUMN_EXISTS""COLUMN_LIST""COLUMN_JSON""COMPRESS""CONCAT""CONCAT_OPERATOR_ORACLE""CONCAT_WS""CONNECTION_ID""CONV""CONVERT_TZ""COS""COT""CRC32""DATEDIFF""DAYNAME""DAYOFMONTH""DAYOFWEEK""DAYOFYEAR""DEGREES""DECODE_HISTOGRAM""DECODE_ORACLE""DES_DECRYPT""DES_ENCRYPT""ELT""ENCODE""ENCRYPT""EXP""EXPORT_SET""EXTRACTVALUE""FIELD""FIND_IN_SET""FLOOR""FORMAT""FOUND_ROWS""FROM_BASE64""FROM_DAYS""FROM_UNIXTIME""GET_LOCK""GREATEST""HEX""IFNULL""INSTR""ISNULL""IS_FREE_LOCK""IS_USED_LOCK""JSON_ARRAY""JSON_ARRAY_APPEND""JSON_ARRAY_INSERT""JSON_COMPACT""JSON_CONTAINS""JSON_CONTAINS_PATH""JSON_DEPTH""JSON_DETAILED""JSON_PRETTY""JSON_EQUALS""JSON_EXISTS""JSON_EXTRACT""JSON_INSERT""JSON_KEYS""JSON_LENGTH""JSON_LOOSE""JSON_MERGE""JSON_MERGE_PATCH""JSON_MERGE_PRESERVE""JSON_NORMALIZE""JSON_QUERY""JSON_QUOTE""JSON_OBJECT""JSON_REMOVE""JSON_REPLACE""JSON_SET""JSON_SEARCH""JSON_TYPE""JSON_UNQUOTE""JSON_VALID""JSON_VALUE""LAST_DAY""LAST_INSERT_ID""LCASE""LEAST""LENGTH""LENGTHB""LN""LOAD_FILE""LOCATE""LOG""LOG10""LOG2""LOWER""LPAD""LPAD_ORACLE""LTRIM""LTRIM_ORACLE""MAKEDATE""MAKETIME""MAKE_SET""MASTER_GTID_WAIT""MASTER_POS_WAIT""MD5""MONTHNAME""NAME_CONST""NATURAL_SORT_KEY""NVL""NVL2""NULLIF""OCT""OCTET_LENGTH""ORD""PERIOD_ADD""PERIOD_DIFF""PI""POW""POWER""QUOTE""REGEXP_INSTR""REGEXP_REPLACE""REGEXP_SUBSTR""RADIANS""RAND""RELEASE_ALL_LOCKS""RELEASE_LOCK""REPLACE_ORACLE""REVERSE""ROUND""RPAD""RPAD_ORACLE""RTRIM""RTRIM_ORACLE""SEC_TO_TIME""SFORMAT""SHA""SHA1""SHA2""SIGN""SIN""SLEEP""SOUNDEX""SPACE""SQRT""STRCMP""STR_TO_DATE""SUBSTR_ORACLE""SUBSTRING_INDEX""SUBTIME""TAN""TIMEDIFF""TIME_FORMAT""TIME_TO_SEC""TO_BASE64""TO_CHAR""TO_DAYS""TO_SECONDS""UCASE""UNCOMPRESS""UNCOMPRESSED_LENGTH""UNHEX""UNIX_TIMESTAMP""UPDATEXML""UPPER""UUID_SHORT""VERSION""WEEKDAY""WEEKOFYEAR""WSREP_LAST_WRITTEN_GTID""WSREP_LAST_SEEN_GTID""WSREP_SYNC_WAIT_UPTO_GTID""YEARWEEK"
1 ADDDATE"ADD_MONTHS"BIT_AND"BIT_OR"BIT_XOR"CAST"COUNT"CUME_DIST"CURDATE"CURTIME"DATE_ADD"DATE_SUB"DATE_FORMAT"DECODE"DENSE_RANK"EXTRACT"FIRST_VALUE"GROUP_CONCAT"JSON_ARRAYAGG"JSON_OBJECTAGG"LAG"LEAD"MAX"MEDIAN"MID"MIN"NOW"NTH_VALUE"NTILE"POSITION"PERCENT_RANK"PERCENTILE_CONT"PERCENTILE_DISC"RANK"SESSION_USER"STD"STDDEV"STDDEV_POP"STDDEV_SAMP"SUBDATE"SUBSTR"SUBSTRING"SUM"SYSTEM_USER"TRIM"TRIM_ORACLE"VARIANCE"VAR_POP"VAR_SAMP"ABS"ACOS"ADDTIME"AES_DECRYPT"AES_ENCRYPT"ASIN"ATAN"ATAN2"BENCHMARK"BIN"BINLOG_GTID_POS"BIT_COUNT"BIT_LENGTH"CEIL"CEILING"CHARACTER_LENGTH"CHAR_LENGTH"CHR"COERCIBILITY"COLUMN_CHECK"COLUMN_EXISTS"COLUMN_LIST"COLUMN_JSON"COMPRESS"CONCAT"CONCAT_OPERATOR_ORACLE"CONCAT_WS"CONNECTION_ID"CONV"CONVERT_TZ"COS"COT"CRC32"DATEDIFF"DAYNAME"DAYOFMONTH"DAYOFWEEK"DAYOFYEAR"DEGREES"DECODE_HISTOGRAM"DECODE_ORACLE"DES_DECRYPT"DES_ENCRYPT"ELT"ENCODE"ENCRYPT"EXP"EXPORT_SET"EXTRACTVALUE"FIELD"FIND_IN_SET"FLOOR"FORMAT"FOUND_ROWS"FROM_BASE64"FROM_DAYS"FROM_UNIXTIME"GET_LOCK"GREATEST"HEX"IFNULL"INSTR"ISNULL"IS_FREE_LOCK"IS_USED_LOCK"JSON_ARRAY"JSON_ARRAY_APPEND"JSON_ARRAY_INSERT"JSON_COMPACT"JSON_CONTAINS"JSON_CONTAINS_PATH"JSON_DEPTH"JSON_DETAILED"JSON_PRETTY"JSON_EQUALS"JSON_EXISTS"JSON_EXTRACT"JSON_INSERT"JSON_KEYS"JSON_LENGTH"JSON_LOOSE"JSON_MERGE"JSON_MERGE_PATCH"JSON_MERGE_PRESERVE"JSON_NORMALIZE"JSON_QUERY"JSON_QUOTE"JSON_OBJECT"JSON_REMOVE"JSON_REPLACE"JSON_SET"JSON_SEARCH"JSON_TYPE"JSON_UNQUOTE"JSON_VALID"JSON_VALUE"LAST_DAY"LAST_INSERT_ID"LCASE"LEAST"LENGTH"LENGTHB"LN"LOAD_FILE"LOCATE"LOG"LOG10"LOG2"LOWER"LPAD"LPAD_ORACLE"LTRIM"LTRIM_ORACLE"MAKEDATE"MAKETIME"MAKE_SET"MASTER_GTID_WAIT"MASTER_POS_WAIT"MD5"MONTHNAME"NAME_CONST"NATURAL_SORT_KEY"NVL"NVL2"NULLIF"OCT"OCTET_LENGTH"ORD"PERIOD_ADD"PERIOD_DIFF"PI"POW"POWER"QUOTE"REGEXP_INSTR"REGEXP_REPLACE"REGEXP_SUBSTR"RADIANS"RAND"RELEASE_ALL_LOCKS"RELEASE_LOCK"REPLACE_ORACLE"REVERSE"ROUND"RPAD"RPAD_ORACLE"RTRIM"RTRIM_ORACLE"SEC_TO_TIME"SFORMAT"SHA"SHA1"SHA2"SIGN"SIN"SLEEP"SOUNDEX"SPACE"SQRT"STRCMP"STR_TO_DATE"SUBSTR_ORACLE"SUBSTRING_INDEX"SUBTIME"TAN"TIMEDIFF"TIME_FORMAT"TIME_TO_SEC"TO_BASE64"TO_CHAR"TO_DAYS"TO_SECONDS"UCASE"UNCOMPRESS"UNCOMPRESSED_LENGTH"UNHEX"UNIX_TIMESTAMP"UPDATEXML"UPPER"UUID_SHORT"VERSION"WEEKDAY"WEEKOFYEAR"WSREP_LAST_WRITTEN_GTID"WSREP_LAST_SEEN_GTID"WSREP_SYNC_WAIT_UPTO_GTID"YEARWEEK

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","sys","PRIMARY","sys","sys_config","PRIMARY 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","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","employees","PRIMARY KEY""def","employees","PRIMARY","employees","titles","PRIMARY KEY""def","employees","titles_ibfk_1","employees","titles","FOREIGN KEY""def","employees","PRIMARY","employees","salaries","PRIMARY KEY""def","employees","salaries_ibfk_1","employees","salaries","FOREIGN KEY""def","mysql","PRIMARY","mysql","procs_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","columns_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","innodb_table_stats","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone_transition","PRIMARY KEY""def","mysql","PRIMARY","mysql","help_keyword","PRIMARY KEY""def","mysql","name","mysql","help_keyword","UNIQUE""def","mysql","PRIMARY","mysql","proc","PRIMARY KEY""def","mysql","PRIMARY","mysql","event","PRIMARY KEY""def","mysql","PRIMARY","mysql","db","PRIMARY KEY""def","mysql","PRIMARY","mysql","help_category","PRIMARY KEY""def","mysql","name","mysql","help_category","UNIQUE""def","mysql","PRIMARY","mysql","table_stats","PRIMARY KEY""def","mysql","PRIMARY","mysql","transaction_registry","PRIMARY KEY""def","mysql","commit_id","mysql","transaction_registry","UNIQUE""def","mysql","PRIMARY","mysql","time_zone","PRIMARY KEY""def","mysql","PRIMARY","mysql","innodb_index_stats","PRIMARY KEY""def","mysql","PRIMARY","mysql","help_topic","PRIMARY KEY""def","mysql","name","mysql","help_topic","UNIQUE""def","mysql","PRIMARY","mysql","servers","PRIMARY KEY""def","mysql","Host","mysql","roles_mapping","UNIQUE""def","mysql","PRIMARY","mysql","global_priv","PRIMARY KEY""def","mysql","Priv","mysql","global_priv","CHECK""def","mysql","PRIMARY","mysql","time_zone_name","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone_leap_second","PRIMARY KEY""def","mysql","PRIMARY","mysql","tables_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","gtid_slave_pos","PRIMARY KEY""def","mysql","PRIMARY","mysql","column_stats","PRIMARY KEY""def","mysql","PRIMARY","mysql","time_zone_transition_type","PRIMARY KEY""def","mysql","PRIMARY","mysql","index_stats","PRIMARY KEY""def","mysql","PRIMARY","mysql","plugin","PRIMARY KEY""def","mysql","PRIMARY","mysql","help_relation","PRIMARY KEY""def","mysql","PRIMARY","mysql","proxies_priv","PRIMARY KEY""def","mysql","PRIMARY","mysql","func","PRIMARY KEY"
1 def sys PRIMARY sys sys_config PRIMARY 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 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 employees PRIMARY KEY"def employees PRIMARY employees titles PRIMARY KEY"def employees titles_ibfk_1 employees titles FOREIGN KEY"def employees PRIMARY employees salaries PRIMARY KEY"def employees salaries_ibfk_1 employees salaries FOREIGN KEY"def mysql PRIMARY mysql procs_priv PRIMARY KEY"def mysql PRIMARY mysql columns_priv PRIMARY KEY"def mysql PRIMARY mysql innodb_table_stats PRIMARY KEY"def mysql PRIMARY mysql time_zone_transition PRIMARY KEY"def mysql PRIMARY mysql help_keyword PRIMARY KEY"def mysql name mysql help_keyword UNIQUE"def mysql PRIMARY mysql proc PRIMARY KEY"def mysql PRIMARY mysql event PRIMARY KEY"def mysql PRIMARY mysql db PRIMARY KEY"def mysql PRIMARY mysql help_category PRIMARY KEY"def mysql name mysql help_category UNIQUE"def mysql PRIMARY mysql table_stats PRIMARY KEY"def mysql PRIMARY mysql transaction_registry PRIMARY KEY"def mysql commit_id mysql transaction_registry UNIQUE"def mysql PRIMARY mysql time_zone PRIMARY KEY"def mysql PRIMARY mysql innodb_index_stats PRIMARY KEY"def mysql PRIMARY mysql help_topic PRIMARY KEY"def mysql name mysql help_topic UNIQUE"def mysql PRIMARY mysql servers PRIMARY KEY"def mysql Host mysql roles_mapping UNIQUE"def mysql PRIMARY mysql global_priv PRIMARY KEY"def mysql Priv mysql global_priv CHECK"def mysql PRIMARY mysql time_zone_name PRIMARY KEY"def mysql PRIMARY mysql time_zone_leap_second PRIMARY KEY"def mysql PRIMARY mysql tables_priv PRIMARY KEY"def mysql PRIMARY mysql gtid_slave_pos PRIMARY KEY"def mysql PRIMARY mysql column_stats PRIMARY KEY"def mysql PRIMARY mysql time_zone_transition_type PRIMARY KEY"def mysql PRIMARY mysql index_stats PRIMARY KEY"def mysql PRIMARY mysql plugin PRIMARY KEY"def mysql PRIMARY mysql help_relation PRIMARY KEY"def mysql PRIMARY mysql proxies_priv PRIMARY KEY"def mysql PRIMARY mysql func PRIMARY KEY

View File

@ -0,0 +1 @@
"'mariadb.sys'@'localhost'","def","mysql","global_priv","SELECT","NO""'mariadb.sys'@'localhost'","def","mysql","global_priv","DELETE","NO"
1 'mariadb.sys'@'localhost' def mysql global_priv SELECT NO"'mariadb.sys'@'localhost' def mysql global_priv DELETE 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

View File

@ -0,0 +1,400 @@
>> 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
[OK] Currently running supported MySQL version 10.7.8-MariaDB
[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-az577-468
[--] 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.25 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.25 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 13 100 13 0 0 130 0 --:--:-- --:--:-- --:--:-- 131, 13.88.100.112
[--] Name Servers : 127.0.0.53
[--] Logged In users :
[--] Ram Usages in Mb :
[--] total used free shared buff/cache available
[--] Mem: 6943 889 1801 7 4252 5742
[--] Swap: 4095 0 4095
[--] Load Average :
[--] top - 16:39:39 up 3 min, 0 users, load average: 0.95, 0.77, 0.34
[--] System Uptime :
[--] 16:39:39 up 3 min, 0 users, load average: 0.95, 0.77, 0.34
[--] User process except mysqld used 124M RAM.
[--] Other user process except mysqld used less than 15% of total physical memory 1.80% (124M / 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: +Aria +CSV +InnoDB +MEMORY +MRG_MyISAM +MyISAM +PERFORMANCE_SCHEMA +SEQUENCE
[--] Data in InnoDB tables: 88.7M (Tables: 6)
[--] Data in Aria tables: 32.0K (Tables: 1)
[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 : 3915288
[--] +-- DATA : 83.2M(93.75%)
[--] +-- INDEX : 5.5M(6.25%)
[--] +-- SIZE : 88.7M
[--] +-- ENGINE: 1 (InnoDB)
[--] Database: employees
[--] +-- TABLE : 6
[--] +-- VIEW : 2
[--] +-- INDEX : 9
[--] +-- CHARS : 1 (latin1)
[--] +-- COLLA : 1 (latin1_swedish_ci)
[--] +-- ROWS : 3915288
[--] +-- DATA : 83.2M(93.75%)
[--] +-- INDEX : 5.5M(6.25%)
[--] +-- TOTAL : 88.7M
[--] +-- 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: 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 : 236832 distinct values
[--] +-- NB ROWS : 2841987 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 8.33%
[!!] PRIMARY(emp_no) has a low selectivity
[--] 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(title)
[--] +-- COLUMN : employees.titles
[--] +-- NB SEQS : 2 sequence(s)
[--] +-- NB COLS : 3 column(s)
[--] +-- CARDINALITY : 441832 distinct values
[--] +-- NB ROWS : 441832 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_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(from_date)
[--] +-- COLUMN : employees.salaries
[--] +-- NB SEQS : 2 sequence(s)
[--] +-- NB COLS : 2 column(s)
[--] +-- CARDINALITY : 2841987 distinct values
[--] +-- NB ROWS : 2841987 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 100.00%
[--] Index: dept_no(dept_no)
[--] +-- COLUMN : employees.dept_manager
[--] +-- NB SEQS : 1 sequence(s)
[--] +-- NB COLS : 1 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 : 441832 distinct values
[--] +-- NB ROWS : 441832 rows
[--] +-- TYPE : BTREE
[--] +-- SELECTIVITY : 100.00%
[--] 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%
[--] 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: 3078819
[--] +-- INDEX : titles.PRIMARY
[--] +-- COLUMNS : emp_no,title,from_date
[--] +-- CARDINALITY: 1325496
-------- Views Metrics -----------------------------------------------------------------------------
-------- Triggers Metrics --------------------------------------------------------------------------
-------- Routines Metrics --------------------------------------------------------------------------
-------- Security Recommendations ------------------------------------------------------------------
[!!] User ''@'fv-az577-468' is an anonymous account. Remove with DROP USER ''@'fv-az577-468';
[!!] User ''@'localhost' is an anonymous account. Remove with DROP USER ''@'localhost';
[OK] All database users have passwords assigned
[!!] 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: 1m 21s (2K q [33.235 qps], 837 conn, TX: 3M, RX: 164M)
[--] Reads / Writes: 90% / 10%
[--] Binary logging is disabled
[--] Physical Memory : 6.8G
[--] Max MySQL memory : 3.2G
[--] Other process memory: 124.8M
[--] Total buffers: 417.0M global + 18.9M per thread (151 max threads)
[--] Performance_schema Max memory usage: 0B
[--] Galera GCache Max memory usage: 0B
[--] Global Buffers
[--] +-- Key Buffer: 128.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: 2.0M
[--] +-- Thread stack: 292.0K
[--] +-- Join Buffer: 256.0K
[OK] Maximum reached memory usage: 435.9M (6.28% of installed RAM)
[OK] Maximum possible memory usage: 3.2G (47.13% 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/837)
[!!] 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 / 12 sorts)
[!!] Joins performed without indexes: 1
[OK] Temporary tables created on disk: 19% (304 on disk / 1K total)
[OK] Thread cache hit rate: 99% (1 created / 837 connections)
[OK] Table cache hit rate: 58% (4K hits / 7K requests)
[OK] table_definition_cache (400) is greater than number of tables (300)
[OK] Open file limit used: 0% (59/32K)
[OK] Table locks acquired immediately: 100% (804 immediate / 804 locks)
-------- Performance schema ------------------------------------------------------------------------
[!!] Performance_schema should be activated.
[--] Sys schema is installed.
-------- ThreadPool Metrics ------------------------------------------------------------------------
[--] ThreadPool stat is disabled.
-------- MyISAM Metrics ----------------------------------------------------------------------------
[--] No MyISAM table(s) detected ....
-------- InnoDB Metrics ----------------------------------------------------------------------------
[--] InnoDB is enabled.
[--] InnoDB Buffers
[--] +-- InnoDB Buffer Pool: 128.0M
[--] +-- InnoDB Buffer Pool Instances: 1
[--] +-- InnoDB Buffer Pool Chunk Size: 128.0M
[--] +-- InnoDB Log File Size: 96.0M
[--] +-- InnoDB Log File In Group: 1
[--] +-- InnoDB Total Log File Size: 96.0M(75 % of buffer pool)
[--] +-- InnoDB Log Buffer: 16.0M
[--] +-- InnoDB Log Buffer Free: 430B
[--] +-- InnoDB Log Buffer Used: 7.9K
[OK] InnoDB File per table is activated
[OK] InnoDB buffer pool / data size: 128.0M / 88.7M
[!!] Ratio InnoDB log file size / InnoDB Buffer pool size (75%): 96.0M * 1 / 128.0M should be equal to 25%
[--] Number of InnoDB Buffer Pool Chunk: 1 for 1 Buffer Pool Instance(s)
[OK] Innodb_buffer_pool_size aligned with Innodb_buffer_pool_chunk_size & Innodb_buffer_pool_instances
[OK] InnoDB Read buffer efficiency: 100.00% (37304685 hits / 37305681 total)
[OK] InnoDB Write Log efficiency: 98.16% (16310 hits / 16616 total)
[OK] InnoDB log waits: 0.00% (0 waits / 306 writes)
-------- Aria Metrics ------------------------------------------------------------------------------
[--] Aria Storage Engine is enabled.
[OK] Aria pagecache size / total Aria indexes: 128.0M/352.0K
[OK] Aria pagecache hit rate: 99.4% (22K cached / 146 reads)
-------- 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: MIXED
[--] XA support enabled: ON
[--] Semi synchronous replication Master: OFF
[--] Semi synchronous replication Slave: OFF
[--] This is a standalone server
-------- Recommendations ---------------------------------------------------------------------------
General recommendations:
setup swappiness lower or equals to 10
setup Max running number events greater than 1M
Remove Anonymous User accounts - there are 2 anonymous accounts.
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).
Performance schema should be activated for better diagnostics
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)
performance_schema=ON
innodb_log_file_size should be (=32M) if possible, so InnoDB total log file size equals 25% of buffer pool size.