mysqld and mysqld_safe have many command options.
mysqld --help.
mysqld --verbose --help.
--ansi
--default-storage-engine=type
--default-default-table-type=type
--default-storage-engine.
--log[=file_name]
host_name.log as the filename.
--log-error[=file_name]
host_name.err as the filename.
--skip-grant-tables
--skip-innodb
InnoDB storage engine.
InnoDB tables are required.
--user={user_name|user_id}, -u {user_name|user_id}
mysqld server as the user having the name user_name or the numeric user ID user_id.
mysqld as root.
What are the MySQL system variables?
© 2007 John Michael Pierobon