MYSQL DATABASE SERVER INSTALLATION & CONFIGURATION

Click on underline links.

  1. Download MySQL version 4.0.24: http://mirrors.cloud9.net/pub/mysql/Downloads/MySQL-4.0/mysql-4.0.24-win.zip

  2. Extract this .zip file and run setup.exe there.

  3. Install the product with default options.

It is highly recommended that you restart your computer after installation in order to avoid connection problems.

 

Security Note: Initially, the main MySQL database username is “root” and its password is blank. If you want to change the password, open Command Prompt (Start->Run, type “cmd.exe” and press Enter), in Command Prompt type “C:\MySql\bin\mysql.exe –u root”, press Enter and issue the following commands (executing each by typing it and pressing Enter key):

 

update mysql.user set Password=PASSWORD(‘your_new_root_password’) where user=’root’;

flush privileges;

quit

 

Do not forget to substitute the string “your_new_root_password” with your new password.

Remember your MySQL username (“root”) and your MySQL password when you are configuring 4Team for Microsoft Outlook Server.

 

MYODBC DRIVER INSTALLATION:

 

MyODBC driver installation is required on the computer where 4Team Server will be installed.

It is recommended that you use MyODBC Connector ver. 3.51.04 (currently higher versions have serious problems and can’t be used).

  1. Download it from this link: http://downloads.mysql.com/archives/myodbc-3.51/MyODBC-3.51.04.exe

  2. Run the downloaded file and install with default options.

Important Notice: MySQL usage notice

 

MySQL Website