2014-01-22 11 views
0

새로운 Google Compute Engine 인스턴스에 Percona 서버를 설치하려고했습니다.Google Compute Engine (Debian)에 Percona 5.6 설치

이전에 MySQL 서버를 설치하지 않았습니다. 나는 these instructions을 따라, 나는 실행하면

Setting up percona-server-common-5.6 (5.6.15-rel63.0-519.wheezy) ... 
Setting up percona-server-client-5.6 (5.6.15-rel63.0-519.wheezy) ... 
Setting up percona-server-server-5.6 (5.6.15-rel63.0-519.wheezy) ... 
[ ok ] Stopping MySQL (Percona Server): mysqld. 
2014-01-22 04:54:28 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated.  Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 
2014-01-22 04:54:28 21278 [Note] Plugin 'FEDERATED' is disabled. 
2014-01-22 04:54:28 21278 [Note] InnoDB: The InnoDB memory heap is disabled 
2014-01-22 04:54:28 21278 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 
2014-01-22 04:54:28 21278 [Note] InnoDB: Compressed tables use zlib 1.2.3 
2014-01-22 04:54:28 21278 [Note] InnoDB: Using Linux native AIO 
2014-01-22 04:54:28 21278 [Note] InnoDB: Using CPU crc32 instructions 
2014-01-22 04:54:28 21278 [Note] InnoDB: Initializing buffer pool, size = 128.0M 
2014-01-22 04:54:28 21278 [Note] InnoDB: Completed initialization of buffer pool 
2014-01-22 04:54:28 21278 [Note] InnoDB: Highest supported file format is Barracuda. 
2014-01-22 04:54:29 21278 [Note] InnoDB: 128 rollback segment(s) are active. 
2014-01-22 04:54:29 21278 [Note] InnoDB: Waiting for purge to start 
2014-01-22 04:54:29 21278 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.15- rel63.0 started; log sequence number 1625987 
2014-01-22 04:54:29 21278 [Note] RSA private key file not found:  /var/lib/mysql//private_key.pem. Some authentication plugins will not work. 
2014-01-22 04:54:29 21278 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work. 
2014-01-22 04:54:29 21278 [Note] Binlog end 
2014-01-22 04:54:29 21278 [Note] InnoDB: FTS optimize thread exiting. 
2014-01-22 04:54:29 21278 [Note] InnoDB: Starting shutdown... 
2014-01-22 04:54:30 21278 [Note] InnoDB: Shutdown completed; log sequence number 1625997 


* Percona Server is distributed with several useful UDF (User Defined Function) from Percona Toolkit. 
* Run the following commands to create these functions: 

    mysql -e "CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'" 
    mysql -e "CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'" 
    mysql -e "CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'" 

* See http://www.percona.com/doc/percona-server/5.5/management/udf_percona_toolkit.html for more details 


[FAIL] Starting MySQL (Percona Server) database server: mysqld . . . . . . . . . . . . . . failed! 
invoke-rc.d: initscript mysql, action "start" failed. 

내가 잘못 여기서 뭐하는 거지 :

apt-get install percona-server-server-5.6 percona-server-client-5.6 

나는 다음과 같은 출력을 얻을?

+0

error.log에 무엇이 있습니까? –

+0

newbie 여기, 당신은 /var/log/mysql.log에 대해 비어 있습니다. 또는/var/log/mysql이 4096b를 표시하지만, 'nano mysql'은 아무것도 볼 수 없습니다. –

+0

* .err 파일이 있습니까? 일반적인 MySQL .err 또는 .log 파일. datadir에있을 수있는/var/log는 구성 할 위치에 따라 다릅니다. –

답변

2

Percona Server 5.6은 Google Compute Engine 'f1-micro'컴퓨터 유형에서 사용할 수있는 0.60GB보다 많은 RAM이 필요합니다. 인스턴스를 만들 때 더 큰 숫자 machine type을 사용하십시오.