Bug #29048 mysql-administrator options not known
Submitted: 12 Jun 2007 12:25 Modified: 12 Feb 2009 14:09
Reporter: Ambrogio De Lorenzo Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:1.2.11 OS:Linux (Fedora core 6 x86_64)
Assigned to: CPU Architecture:Any

[12 Jun 2007 12:25] Ambrogio De Lorenzo
Description:
Using mysql-administrator to show the startup parameters I see on the shell these lines:
Warning: The option log_queries_not_using_indexes is not known. Please file a bug report if this is a valid option.
Warning: The option log_slow_queries is not known. Please file a bug report if this is a valid option.
Warning: The option old_passwords is not known. Please file a bug report if this is a valid option.
 

How to repeat:
Using this my.cnf

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
long_query_time         = 5
log_queries_not_using_indexes = 1
log_slow_queries        = /var/log/mysql-slow_query.log
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

[mysql.server]
user                    = mysql
basedir                 = /var/lib

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

start mysql-administrator from a shell
select startup parameters
select mysqld
see the shell output
[12 Jun 2007 13:09] MySQL Verification Team
Thank you for the bug report. Verified as described.
[2 Nov 2007 17:11] Matthew Lord
Another example of more options:

Warning: The option skip-locking is not known. Please file a bug
report if this is a valid option.
Warning: The option default_table_type is not known. Please file a
bug report if this is a valid option.
Warning: The option character_set_server is not known. Please file a
bug report if this is a valid option.
Warning: The option collation_server is not known. Please file a bug
report if this is a valid option.
[12 Feb 2009 14:09] Susanne Ebrecht
Many thanks for writing a bug report.
We are on the way to implement the whole functionality of MySQL Administrator into MySQL Workbench.
Unfortunately you are using an unsupported platform.

For more details about supported platforms please read here:

http://www.mysql.com/support/supportedplatforms/tools.html
[12 Feb 2009 14:10] Susanne Ebrecht
Many thanks for writing a bug report.
We are on the way to implement the whole functionality of MySQL Administrator into MySQL Workbench.
Unfortunately you are using an unsupported platform.

For more details about supported platforms please read here:

http://www.mysql.com/support/supportedplatforms/tools.html