2015-01-11 80 views
0

我剛剛開始使用Homebrew,並且我的msql正在運行。但我似乎無法登錄。自從重新啓動計算機後,它就沒有運行。我跑ps -u mysql證實這一點,它在我的php.ini裝回UID PID TTY TIME CMD錯誤2002(HY000):無法通過套接字'/var/mysql/mysql.sock'連接到本地MySQL服務器 - 丟失文件

文件我的socket命令看起來像這樣

; Default socket name for local MySQL connects. If empty, uses the built-in 
; MySQL defaults. 
; http://php.net/mysql.default-socket 
mysql.default_socket = 
在我的my.cnf文件我的插座

是跌

# These are commonly set, remove the # and set as required. 
# basedir = ..... 
# datadir = ..... 
# port = ..... 
# server_id = ..... 
# socket = ..... 

在我的自制安裝\var\mysql\我沒有mysql.sock文件。

所以我想我的問題是我需要什麼來解決這個問題?是否創建了一個mysql.sock文件(我不知道該怎麼做),然後在php.ini和my.cnf文件中填入空白或未註釋的套接字引用?

關於無法在S/O上連接到MYSQL的問題有很多。他們中的許多人從未回答過。我已經看過很多人嘗試自己解決這個問題,並且沒有提供足夠的(希望相關的)信息給比我更聰明的人來嘗試修復它。希望它是可以修復的,其他人將從這個問題中受益。

更新

我已經更新了我的插座都php.ini並my.cnf中爲/tmp/mysql.sock。當我在我的usr/local/var/mysql文件夾中時,我可以看到我生成了一個PID文件。如果我運行mysqladmin version我得到Can't connect to local MySQL server through socket '/var/mysql/mysql.sock

這是我的日誌:

150110 23:53:39 mysqld_safe mysqld from pid file /usr/local/var/mysql/Jonnys-MacBook-Air.local.pid ended 
150110 23:53:47 mysqld_safe Starting mysqld daemon with databases from /usr/local/var/mysql 
2015-01-10 23:53:48 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 
2015-01-10 23:53:48 1660 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/var/mysql/ is case insensitive 
2015-01-10 23:53:48 1660 [Note] Plugin 'FEDERATED' is disabled. 
2015-01-10 23:53:48 1660 [Note] InnoDB: Using atomics to ref count buffer pool pages 
2015-01-10 23:53:48 1660 [Note] InnoDB: The InnoDB memory heap is disabled 
2015-01-10 23:53:48 1660 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 
2015-01-10 23:53:48 1660 [Note] InnoDB: Memory barrier is not used 
2015-01-10 23:53:48 1660 [Note] InnoDB: Compressed tables use zlib 1.2.3 
2015-01-10 23:53:48 1660 [Note] InnoDB: Using CPU crc32 instructions 
2015-01-10 23:53:48 1660 [Note] InnoDB: Initializing buffer pool, size = 128.0M 
2015-01-10 23:53:48 1660 [Note] InnoDB: Completed initialization of buffer pool 
2015-01-10 23:53:48 1660 [Note] InnoDB: Highest supported file format is Barracuda. 
2015-01-10 23:53:48 1660 [Note] InnoDB: 128 rollback segment(s) are active. 
2015-01-10 23:53:48 1660 [Note] InnoDB: Waiting for purge to start 
2015-01-10 23:53:48 1660 [Note] InnoDB: 5.6.22 started; log sequence number 1637555 
2015-01-10 23:53:48 1660 [Note] RSA private key file not found: /usr/local/var/mysql//private_key.pem. Some authentication plugins will not work. 
2015-01-10 23:53:48 1660 [Note] RSA public key file not found: /usr/local/var/mysql//public_key.pem. Some authentication plugins will not work. 
2015-01-10 23:53:48 1660 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306 
2015-01-10 23:53:48 1660 [Note] - '127.0.0.1' resolves to '127.0.0.1'; 
2015-01-10 23:53:48 1660 [Note] Server socket created on IP: '127.0.0.1'. 
2015-01-10 23:53:48 1660 [Note] Event Scheduler: Loaded 0 events 
2015-01-10 23:53:48 1660 [Note] /usr/local/Cellar/mysql/5.6.22/bin/mysqld: ready for connections. 
Version: '5.6.22' socket: '/tmp/mysql.sock' port: 3306 Homebrew 
2015-01-10 23:54:43 1660 [Note] /usr/local/Cellar/mysql/5.6.22/bin/mysqld: Normal shutdown 

2015-01-10 23:54:43 1660 [Note] Giving 0 client threads a chance to die gracefully 
2015-01-10 23:54:43 1660 [Note] Event Scheduler: Purging the queue. 0 events 
2015-01-10 23:54:43 1660 [Note] Shutting down slave threads 
2015-01-10 23:54:43 1660 [Note] Forcefully disconnecting 0 remaining clients 
2015-01-10 23:54:43 1660 [Note] Binlog end 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'partition' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_SYS_FIELDS' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_SYS_INDEXES' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_SYS_TABLES' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_FT_CONFIG' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_FT_DELETED' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_METRICS' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_CMPMEM' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_CMP_RESET' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_CMP' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_LOCK_WAITS' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_LOCKS' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'INNODB_TRX' 
2015-01-10 23:54:43 1660 [Note] Shutting down plugin 'InnoDB' 
2015-01-10 23:54:43 1660 [Note] InnoDB: FTS optimize thread exiting. 
2015-01-10 23:54:43 1660 [Note] InnoDB: Starting shutdown... 
2015-01-10 23:54:44 1660 [Note] InnoDB: Shutdown completed; log sequence number 1637565 
2015-01-10 23:54:44 1660 [Note] Shutting down plugin 'BLACKHOLE' 
2015-01-10 23:54:44 1660 [Note] Shutting down plugin 'ARCHIVE' 
2015-01-10 23:54:44 1660 [Note] Shutting down plugin 'MRG_MYISAM' 
2015-01-10 23:54:44 1660 [Note] Shutting down plugin 'MyISAM' 
2015-01-10 23:54:44 1660 [Note] Shutting down plugin 'MEMORY' 
2015-01-10 23:54:44 1660 [Note] Shutting down plugin 'CSV' 
2015-01-10 23:54:44 1660 [Note] Shutting down plugin 'sha256_password' 
2015-01-10 23:54:44 1660 [Note] Shutting down plugin 'mysql_old_password' 
2015-01-10 23:54:44 1660 [Note] Shutting down plugin 'mysql_native_password' 
2015-01-10 23:54:44 1660 [Note] Shutting down plugin 'binlog' 
2015-01-10 23:54:44 1660 [Note] /usr/local/Cellar/mysql/5.6.22/bin/mysqld: Shutdown complete 

150110 23:55:16 mysqld_safe Starting mysqld daemon with databases from /usr/local/var/mysql 
2015-01-10 23:55:17 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 
2015-01-10 23:55:17 462 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/var/mysql/ is case insensitive 
2015-01-10 23:55:17 462 [Note] Plugin 'FEDERATED' is disabled. 
2015-01-10 23:55:17 462 [Note] InnoDB: Using atomics to ref count buffer pool pages 
2015-01-10 23:55:17 462 [Note] InnoDB: The InnoDB memory heap is disabled 
2015-01-10 23:55:17 462 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 
2015-01-10 23:55:17 462 [Note] InnoDB: Memory barrier is not used 
2015-01-10 23:55:17 462 [Note] InnoDB: Compressed tables use zlib 1.2.3 
2015-01-10 23:55:17 462 [Note] InnoDB: Using CPU crc32 instructions 
2015-01-10 23:55:17 462 [Note] InnoDB: Initializing buffer pool, size = 128.0M 
2015-01-10 23:55:17 462 [Note] InnoDB: Completed initialization of buffer pool 
2015-01-10 23:55:17 462 [Note] InnoDB: Highest supported file format is Barracuda. 
2015-01-10 23:55:17 462 [Note] InnoDB: 128 rollback segment(s) are active. 
2015-01-10 23:55:17 462 [Note] InnoDB: Waiting for purge to start 
2015-01-10 23:55:17 462 [Note] InnoDB: 5.6.22 started; log sequence number 1637565 
2015-01-10 23:55:17 462 [Note] RSA private key file not found: /usr/local/var/mysql//private_key.pem. Some authentication plugins will not work. 
2015-01-10 23:55:17 462 [Note] RSA public key file not found: /usr/local/var/mysql//public_key.pem. Some authentication plugins will not work. 
2015-01-10 23:55:17 462 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306 
2015-01-10 23:55:17 462 [Note] - '127.0.0.1' resolves to '127.0.0.1'; 
2015-01-10 23:55:17 462 [Note] Server socket created on IP: '127.0.0.1'. 
2015-01-10 23:55:18 462 [Note] Event Scheduler: Loaded 0 events 
2015-01-10 23:55:18 462 [Note] /usr/local/Cellar/mysql/5.6.22/bin/mysqld: ready for connections. 
Version: '5.6.22' socket: '/tmp/mysql.sock' port: 3306 Homebrew 

回答

1

你有這個文件?

/tmp/mysql.sock 

如果是的話,嘗試在你的php.ini

mysql.default_socket = /tmp/mysql.sock 

添加此並重新啓動Apache

sudo apachectl restart 

否則你有問題,你應該嘗試重新啓動您的mysqld服務:

launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist 
+0

我似乎沒有該文件。我的/ usr/local /文件夾中沒有tmp文件夾 – Jonnny

+0

我運行了'mysql_config --socket',它用'/ tmp/mysql.sock'返回。所以我更新了我的'php.ini'文件。重新啓動Apache。我運行了最後一條命令,它表示操作已在進行中。 – Jonnny

相關問題