Recently in the process of doing struts project, need to use the MySQL database, in accordance with the original BS and CS project experience I first want to install MySQL, think of the embarrassment of installing SQL Server, but this time brother Siang told me that only need to unzip the MySQL file, Use Navicat to connect.
Let's talk about the connection step.
1. First you need to have MySQL compression package, you can download it online, I use mysql-5.6.19-winx64.
2. Unzip the package, random path.
3. Download the Navicat tool and install it. I'm using the navicat_premium_11.0.10.
4. Turn on the MySQL service and open the CMD window as an administrator:
5. Find the MySQL decompression path, I am here e-drive.
6. Install MySQL service: Mysql-install, and finally turn on MySQL service: net start MySQL
Finally open the Navicat and make the connection:
Hope can help everyone!
MySQL connection to the Navicat