You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
2.3 KiB
35 lines
2.3 KiB
5 months ago
|
CREATE DATABASE db_25380000;
|
||
|
USE db_25380000;
|
||
|
CREATE TABLE t_25380000(a INT);
|
||
|
INSERT INTO t_25380000 VALUES(1);
|
||
|
#MYSQLDUMP
|
||
|
WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY.
|
||
|
Pattern "WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY." not found
|
||
|
#MYSQLIMPORT
|
||
|
WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY.
|
||
|
Pattern "WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY." not found
|
||
|
#MYSQL
|
||
|
WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY.
|
||
|
Pattern "WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY." not found
|
||
|
#MYSQLCHECK
|
||
|
WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY.
|
||
|
Pattern "WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY." not found
|
||
|
#MYSQLBINLOG
|
||
|
WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY.
|
||
|
Pattern "WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY." not found
|
||
|
#MYSQLADMIN
|
||
|
WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY.
|
||
|
Pattern "WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY." not found
|
||
|
#MYSQLSHOW
|
||
|
WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY.
|
||
|
Pattern "WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY." not found
|
||
|
#MYSQLSLAP
|
||
|
WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY.
|
||
|
Pattern "WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY." not found
|
||
|
#MYSQLTEST
|
||
|
WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY.
|
||
|
Pattern "WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY." not found
|
||
|
#Cleanup
|
||
|
DROP TABLE t_25380000;
|
||
|
DROP DATABASE db_25380000;
|