What should I do if setup.exe is not found in mysql-5.0.92.zip.
Source: Internet
Author: User
. Which of the following is how to install it on xp? I am very grateful to the newbie for the detailed process. The poor child has a compressed package. The package does not have an installation file. it cannot be found in the mysql-5.0.92.zip setup.exe
The downloaded mysql-5.0.92.zip file cannot be found in the folder but cannot be found in setup.exe installation.
Which of the following statements about how to install it on xp is detailed? thank you!
------ Solution --------------------
The poor child has a compressed package. The compressed package does not have an installation file. it is not an installation package. otherwise, download the installation package again if you like the installation process. Of course you can.
The default user is root and the password is blank.
Decompress the package and then execute
\ Mysql \ bin \ mysqld -- install as a service item
\ Mysql \ bin \ mysqld -- start the service on the console
If you can connect to mysql-u root-p normally, you do not need to set it. if there are any errors, check whether the database path and port settings in my. ini documents are correct.
My. ini
[Mysqld]
# Set the installation directory of mysql
Basedir = F :\\ Program Files \ MySQL
# Set the data storage directory of the mysql database, which must be data or \ xxx-data
Datadir = F :\\ Program Files \ MySQL \ data
# Set the character set of the mysql server, default encoding
Default-character-set = latin1
[Client]
# Set the character set of the mysql client
Default-character-set = latin1
[WinMySQLAdmin]
# Specify the mysql service startup file
Server = F: \ Program Files \ MySQL \ bin \ mysqld.exe
Remember to save and restart the Mysql service after setting.
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