Problem Description MySQL reports an error when starting. Check the error log. [ERROR] InnoDB: Cannot allocate memory for the buffer pool (Memory required by the InnoDB engine cannot be allocated from the cache pool) Solution You need to adjust the size settings of innodb_buffer_pool_size and key_buffer_size in the MySQL configuration file my.cnf, and increase the memory allocation appropriately, generally adjusted to half of the system memory. First use free -m to check the system memory size and check that it is 1G memory Then Note: my.cnf is subject to the actual configuration file path. Restart OK Summarize The above is the full content of this article. I hope that the content of this article can bring some help to your study or work. If you have any questions, you can leave a message to communicate. Thank you for your support of 123WORDPRESS.COM. You may also be interested in:
|
<<: Sample code on how to implement page caching in vue mobile project
>>: Architecture and component description of docker private library Harbor
What are HTTP Headers HTTP is an abbreviation of ...
Recently, I added a click-to-send email function t...
Table of contents 1. Introduction 2. Solution 2.1...
Today I saw a little trick for HTML text escaping ...
In relational databases, pessimistic locking and ...
*Create a page: two input boxes and a button *Cod...
Readonly and Disabled both prevent users from cha...
Sometimes you need to use links, but you don't...
Mybatis paging plug-in pageHelper detailed explan...
Table of contents Importing JavaScript 1. Interna...
MySQL database reports ERROR 1045 (28000): Access...
Event bubbling, event capturing, and event delega...
Table of contents Preface 1. Life cycle in Vue2 I...
When doing DIV+CSS layout of the page, it is very...
flex layout Definition: The element of Flex layou...