Green version MySQL start, make MySQL service

Source: Internet
Author: User

You can try to start the MYSQL server manually and log in with mysql_administrator_1.2 and console:     1, manually start the service: cmd--and F:\MYSQL\MYSQLSERVER5 .1\bin\mysqld--console         See innodb:the first specified datafile c:\ibdata\ibdata1 did not exist:            INNODB:A new database to be created!             innodb:setting file c:\ibdata\ibdata1 size to 209715200            innodb:database physically writes the file full:wait ... Wait a long time          finally see Mysqld:ready for connections             &N Bsp   Version: ' 5.1.2-alpha ' socket: ' port:3306         The MYSQL service has been started and can log in, at this time: the login name is root, secret The code is empty, the IP address can only write localhost or 127.0.0.1, because now         root permissions only allow local login, remote login can not be 2,mysql into service   Simple Add Method: Cmd--F:\MySql\MySqlServer5.1\bin\mysqld--install  3, modify MYSQL root password: use mysql        update user set password= ' admin ' where user= ' root ';

Green version MySQL start, make MySQL service

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.