You are on page 1of 1

cd C:/MySQL30/bin/

dir

mysqld --install MySQL30 --defaults-file="C:/MySQL30/my3.ini"

net start MySQL30

mysql -u root -p --port=3307


password: 12345678

show variables where variable_name in ('hostname','port');

You might also like