This article shares the installation and configuration tutorial of MySQL free installation version (zip) for your reference. The specific contents are as follows 1. Download from MySQL official website 2. Download 3. Create a new my.ini in the D:\mysql-5.7.22-winx64 directory and write the following code: (Note that you should change your own in D:\mysql-5.7.22-winx64) [mysqld] # Set the installation directory of mysql to basedir=D:\mysql-5.7.22-winx64 # Set the storage directory for mysql database data, which must be data datadir=D:\mysql-5.7.22-winx64\data #mysql port port=3306 # Character set character_set_server=utf8 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES 4. Open the DOS command line (win+R, enter cmd), enter D:\mysql-5.7.22-winx64\bin, and execute the command mysqld -install mysql 5. Initialization, mysqld --initialize-insecure , after initialization, data will appear in the D:\mysql-5.7.22-winx64 directory 6. Start the service, net start mysql 7. Log in to MySQL, the default password is empty, just press Enter 8. Change password Finish! ! ! The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Example method of viewing IP in Linux
>>: Detailed explanation of the getBoundingClientRect() method in js
It has been a long time since the birth of vue3, ...
difficulty Two mask creation of svg graphics Firs...
Table of contents Single thread asynchronous Sing...
Table of contents 1. Three modes of binlog 1.Stat...
Here is a case of modal box dragging. The functio...
Background Controller @RequestMapping("/getP...
Result: Implementation Code html <div id="...
I believe everyone is familiar with the trashcan,...
public function json_product_list($where, $order)...
Table of contents 1. Falling into the pit 2. Stru...
Introduction By enabling the slow query log, MySQ...
Previously, the images we used were all pulled fr...
virtualenv is a tool for creating isolated Python...
First: Start and stop the mysql service net stop ...
Recently, many students have asked me about web p...