First, download the SQL Green version: Http://yunpan.cn/cgERHhTtV8XGh extract code 85BC
Then unzip can be used, the installation directory has the bin folder, from inside the command to start the service
As follows:
Then go to cmd, first enter D: (I put the unpacking on D drive) into the D packing directory
Then enter the CD D:\mysql-5.0.22-win32\bin so that it enters the root directory of the installation package (you can copy the path and then the CD)
Then enter the command mysqld--console to open the MySQL service as follows:
Since the start of the service to enter the command line, you can use the batch process, my method is to create a new text file in the bin directory, named Mysql_startup.txt, and then double-click Open, enter the text mysqld--console, and then save the text, change the file suffix name. BAT, the next time you start the service directly double-click.
Then download SQL Front 3.3:
Http://yunpan.cn/cgE6gB8eNrE5J Extract Code 72B6
Set server to localhost port default 3306
I have just connected to the time of the #1045的 problem, this is due to permissions issues and password issues, and then set the MySQL permissions to change the root password is 123
Open CMD,CD into the installed directory under Bin, and then enter the command line
End the MySQL service first, or mysqld-nt the process directly to the Task Manager
Then enter Mysqld-nt--skip-grant-tables to close the security check
Msqladmin-u root flush-priviledges password "Enter a new password here" Note the quotation marks must not be forgotten
At this point, connect again, you can connect to the database.
Download configuration MySQL, quick start MySQL batch, MySQL client software sql-front configuration---Shinepans