... substituting for MYSQL_HOME the full path to your mysql installation.
If it fails, you will see error messages. Fix the problems they report. If they befuddle you, post them to the MySQL Newbie forum.
When it succeeds, it will hang, so ...
(i) Stop the server in Task Manager or from another command window with
mysqladmin shutdown
(ii) The command you need for starting the server is therefore ...
MYSQL_HOME\bin=mysqld --defaults-file="MYSQL_HOME\my.ini"
with the same substitution.Last updated 16 Aug 2024