Вы находитесь на странице: 1из 2

Go to http://www.mysql.

com/downloads/mysql/
Download the very first program you see. If you're on 64bit, then try the one be
low it.
Don't sign up for all the great offers offered to you in offering. They're not t
hat great.
Install the program, leaving everything as you see it (you don't need to change
any options, other than to opt-out
of registering (again) at the end of the initial installation.
You do need to enter a Password though. It doesn't need to be secure, but eat yo
ur heart out.

__WHEN INSTALLED, OR IF YOU ALREADY HAVE MYSQL INSTALLED__


Then after installing everything, go to the Server.Properties file, and at the b
ottom, change the Password
to the password you entered. If the server will be running on a seperate compute
r to the one running the MySQL
database, then get the host of that computer to set the hostname and whatnot.
After that, everything should work fine and dandy.

_____ALTERNATIVE, PORTAL METHOD____________


This method was posted by Jaska on the forum, and is easier to setup and whatnot
.

For those who don't want to install any mysql software to your windows p
c there is an alternative that works just fine, tested for fun :)
Mini Mysql portable
You can download it from here http://sourceforge.net/projects/miniserver
/files/MiniServer/
Download MiniServer_ MySQL 5.0.67 Portable/mini_server_11.zip
Next unpack it somewhere you want to run it from.
Open the configuration file in text editor (notepad for example) path fo
r the config file is mini_server_11/udrive/my.cfg
There is two lines named "Port = 3311" Change them to "Port = 3306" as m
czall don't have port option in server.properties (or so I think)
and it uses mysql default port 3306. save the file
Now you're ready to run your mysql server! Run the bat file "mysql_start
.bat" and your done!
(IF you don't want to change your password. Default username:root passwo
rd:root)
You can also close all the command prompts the server is running as back
ground service.
note: you may ignore the "Mysql server is working on disk Z:\ [port 3311
] It's actually running on port 3306, its hardcoded message ;) run "mysql_start.
bat" and type
"mysqladmin --user=root --password=root password NEWPASSWORD"
where the NEWPASSWORD is your new password (duh!)
You need to edit the "mysql_stop.bat" find the line udrive\bin\mysqladmi
n.exe --port=3311 --user=root --password=root shutdown and change it to udrive\b
in\mysqladmin.exe --port=3306 --user=root --password=NEWPASSWORD shutdown again
NEWPASSWORD is your password you set earlier.
You may also just kill the process, but as it may damage the database I
don't encourage using it :)
From mczall server.properties change the mysql password and username to
root if you haven't changed the password for it.
Run Mczall and voila you have working mczall+mysql server!

Вам также может понравиться