Server 2012 r2 and mysql -


i have dell power edge t630 machine server 2012 r2 installed. trying install mysql 5.5 win 32. server instances configured except "apply security settings" fol screen appears enter image description here

whats wrong?

try changing root password:

mysqladmin -u root password [newpassword] 

and login new password.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -