1. MySQL 1.1 MySQL installation mysql-5.5.27-winx64 download (1) Welcome to install (2) Acceptance of Agreement (3) Installation mode selection Typical: Indicates that commonly used components will be installed. By default, they are installed to C:\Program Files\MySQL\MySQL Server 5.5\. (4) Select installation components and path (5) Installation (6) Installation completed 1.2 MySQL Configuration (1) Preparation (2) Select configuration Select the configuration method, "Detailed Configuration" or "Standard Configuration". We choose "Detailed Configuration" to familiarize ourselves with the configuration process. (3) MySQL application mode (4) Select the database purpose selection interface to select the general purpose of the MySQL database: (5)Configure data file directory (6) Concurrency Selection Settings Select the general MySQL traffic for your website and the number of simultaneous connections, "Decision Support (DSS)/OLAP (decision support system, about 20)", "Online Transaction Processing (OLTP) (online transaction system, about 500)", "Manual Setting (manual setting, enter a number yourself)" (7) Network selection configuration Whether to enable TCP/IP connection and set the port. If not, you can only access the MySQL database on your own machine. I enable it here and check the box in front of it, Port Number: 3306. There is also a firewall setting "Add firewall exception..." that needs to be selected to add the listening port of the MYSQL service as a Windows firewall exception to avoid firewall blocking. (8) Select character set
(10) Set a password (11) Prepare the execution interface (12) Complete 2. SQLyog installation SQLyog is an easy-to-use, fast and concise graphical management tool for MYSQL databases. It can effectively manage your databases at any location. The installation is fool-proof. Summarize This is the end of this article about the detailed graphic tutorial of MySQL and sqlyog installation. For more relevant MySQL and sqlyog installation content, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Sample code for partitioning and formatting a disk larger than 20TB on centos6
>>: uniapp realizes the recording upload function
Table of contents Preface 1. Use $attrs and $list...
The experimental code is as follows: </head>...
Let's take an example: The code is very simple...
Copy code The code is as follows: 1. Sina Weibo &...
JSON data is displayed and formatted on the HTML ...
1. Grid layout (grid): It divides the web page in...
This article mainly introduces the implementation...
When multiple images are introduced into a page, ...
Part 3: ❤Three ways to overlook backend data rece...
Preface When we were writing the horse, I guess e...
1. How to create a user and password 1. Enter the...
A long time ago, I summarized a blog post titled ...
Table of contents 1. Download the system image fi...
Today we will talk about how to use Jenkins+power...
In daily development tasks, we often use MYSQL...