Please refer to Teampel Server Help: "Installation and Configuration" > "Install/deploy (Windows environment)" > "MySQL Installation".
If you have any questions during deployment, please contact us at support@teampel.com.
Install MySQL
Installation steps
- MySQL Community Server 5.7 and above recommended.
- Run MySQL installer and auto-configure installation environment may take 1 -2 minutes.
- Check "I accept the license terms" and click "Next" button.
- Select "Server only" and click the "Next" button.
- Click the "Execute" button.
- Click the "Next" button.
- Set up server configuration and network connection. Click "Next".
- Configure Root access password. Click "Next".
- Configure Windows service. Click "Next".
- Click the "Next" button
- Click the "Execute" button
- Click the "Finish" button.
- Click the "Next" button
- Click "Finish", to complete the installation.
Note: If MySQL database and Teampel Server are not on the same computer, you need to create a remote access SQL account:GRANT ALL PRIVILEGES ON db_teampel.* TO 'teampel'@'%' IDENTIFIED BY 'password';