1mysqladmin: [Warning] Using a password on the command line interface can be insecure.
2mysqld is alive
3mysqladmin: [ERROR] unknown variable 'database=db1'
4mysqladmin: [Warning] unknown variable 'loose-database=db2'
5mysqladmin: [Warning] Using a password on the command line interface can be insecure.
6mysqld is alive
7mysqld is alive
8#
9# Bug#58221 : mysqladmin --sleep=x --count=x keeps looping
10#
11# Executing mysqladmin with --sleep=1 and --count=2.
12# Done.
13# Displaying the output :
14mysqld is alive
15mysqld is alive
16#
17# BUG#11766184 - 59234: cmdline clients crash --defaults-extra-file
18#                with no .cnf or .ini extension.
19#
20# Creating an empty file 'cnf_file'
21# Using --defaults-extra-file option with 'cnf_file'.
22mysqladmin: [Warning] Using a password on the command line interface can be insecure.
23mysqld is alive
24#
25# Bug#12688860 : SECURITY RECOMMENDATION: PASSWORDS ON CLI
26#
27mysqladmin: [Warning] Using a password on the command line interface can be insecure.
28mysqld is alive
29#
30# Bug#21796658: OLD-PASSWORD SUBCOMMAND IS STILL IN MYSQLADMIN --HELP IN 5.7
31#
32# execute mysqladmin --help
33# check the output of mysqladmin for old-password
34include/assert_grep.inc [check the output of mysqladmin for old-password]
35# cleanup
36End of tests
37