mysql安裝 安裝MySQL5 6

2021-10-17 06:57:56 字數 1338 閱讀 2819

027/08/2015 下午 12:2415樓

樓主 ,這個mysql 的安裝過程是有問題的, 可能是配置引數, 我在初始化的時候報

2015-08-27 12:18:24 9957 [note] innodb: the innodb memory heap is disabled

2015-08-27 12:18:24 9957 [note] innodb: mutexes and rw_locks use gcc atomic builtins

2015-08-27 12:18:24 9957 [note] innodb: compressed tables use zlib 1.2.3

2015-08-27 12:18:24 9957 [note] innodb: using linux native aio

2015-08-27 12:18:24 9957 [note] innodb: using cpu crc32 instructions

2015-08-27 12:18:24 9957 [note] innodb: initializing buffer pool, size = 8.0g

innodb: mmap(1098907648 bytes) failed; errno 12

2015-08-27 12:18:24 9957 [error] innodb: cannot allocate memory for the buffer pool

2015-08-27 12:18:24 9957 [error] plugin 『innodb』 init function returned error.

2015-08-27 12:18:24 9957 [error] plugin 『innodb』 registration as a storage engine failed.

2015-08-27 12:18:24 9957 [error] unknown/unsupported storage engine: innodb

2015-08-27 12:18:24 9957 [error] aborting

2015-08-27 12:18:24 9957 [note] binlog end

2015-08-27 12:18:24 9957 [note] ./bin/mysqld: shutdown complete

我是用的虛擬機器 512m內在 ,在網上搜尋了,但是沒有解決問題。

key_buffer_size = 設定 128m 256m 400m 都是不行的。 是不是5.6要求作業系統的配置?

如何安裝MySQL5到Linux

以rh9為例 4.你的mysql安裝路徑 bin mysqladmin u root password new password 改變mysql root口令 cp 你的mysql安裝路徑 support files mysql.server etc init.d 這條命令將mysql啟動指令碼安裝...

記錄 linux下安裝mysql5

shell groupadd mysql 普通使用者 shell useradd g mysql mysql 為mysqld增加乙個登入使用者和組 shell gunzip mysql version.tar.gz tar xvf shell cd mysql version 挑選乙個你想解開分發包...

使用MySQL的yum源安裝MySQL5 7

一 安裝配置mysql的yum源1 安裝yum config manager yuminstallyum utils y 禁用mysql5.6的源 yum config manager disable mysql56 community 啟用mysql5.7的源 yum config manager...