Make a note so you can come back and check it later if you forget. Problem description: Today I need to modify the MySQL configuration file for a small experiment. MySQL5.6 is installed on my computer. Because it has been installed for a long time, I forgot which directory it was installed in, so I first checked the directory location of MySQL installed on this computer. Log in to MySQL in the DOS command line window and enter the following command to view the MySQL installation directory and data storage directory. The MySQL configuration file is in the data storage directory: Another method: Find the MySQL command line client tool under "Start → All Programs → MySQL", right-click the command line tool to view "Properties", and you can also see the location of the configuration file used by MySQL in "Target". Note: The ProgramData directory may be "hidden". If you cannot see it in the displayed partition, modify the system settings to make hidden files/folders visible. Alternatively, you can directly copy the ProgramData/MySQL/MySQL Server 5.6 directory and paste it directly into the folder's directory window. The above method of finding the my.ini configuration file in MySQL 5.6 under Windows is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Vue Element front-end application development to obtain back-end data
>>: In-depth analysis of nginx+php-fpm service HTTP status code 502
[LeetCode] 176. Second Highest Salary Write a SQL...
After I finished reading JavaScript DOM, I had a ...
Using NULL in comparison operators mysql> sele...
This article shares the specific code for impleme...
1. Basic structure: Copy code The code is as follo...
1. What is Continuous Delivery The software produ...
Scary, isn't it! Translation in the picture: ...
Copy code The code is as follows: <form action...
Table of contents fold (reduce) Using for...of Us...
When inserting a set of data into the MySQL datab...
Preface When writing front-end pages, we often us...
Table of contents 1. Related binlog configuration...
This article shares a draggable login box impleme...
Table of contents Preface System environment Curr...
Anchor tag usage: Linking to a specific location i...