MySQL Error on Startup: ambiguous option '--log=/var/log/mysqld.log'
Solution 1:
The "ambiguous option" error message should have pointed you in the right direction...
The --log
option has been long deprecated, use the --general-log
option instead
Please post your other errors messages so that we can help you with them.