Windows installs MySQL related issues collation.

Source: Internet
Author: User
Tags mysql in
1. When installing MySQL, it will not be possible to start properly.



Viewing the System event log discovery failed to find the affected libraries through multiple lookups due to a lack of Microsoft Visual C + + 2008 (runtime) and, in desperation, using 360 software to locate the installation. After the installation succeeds, start the MySQL boot successfully again.

2. Due to the previous installation of MySQL, the MySQL startup is not uninstalled, resulting in the MySQL log in the time required to use the login password to login.

By looking at the problem, the most straightforward way to do this is to uninstall MySQL again and remove the service name, reinstall MySQL, and the command for the MySQL removal service is as follows:
net stop MySQL
%webroot%\mysql-5.6.15\bin\mysqld.exe--remove MySQL (the MySQL boot entry is removed from the current directory)
%webroot%\mysql-5.6.15\bin\mysqld.exe--install mysql--defaults-file= "%webroot%\mysql-5.6.15\my.ini" ( Install MySQL boot entry under current directory)
net start MySQL

The installation of MySQL in Windows systems is a program installed using the EXE program, but after the installation is complete, MySQL will eventually be the green version of the software. If the MySQL data already exists in the program directory after the system has been re-installed, only need to add the service startup program. No need to reload the MySQL service.

Windows installs MySQL related issues collation.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.