php - error with wamp server error #2002 could not open phpMyAdmin -
i have installed wamp server , work try open phpmyadmin server display error
**error mysql said: documentation
2002 - no connection made because target machine actively refused it.
the server not responding (or local server's socket not correctly configured).** can me ????
mysql.log
130816 10:30:30 [note] plugin 'federated' disabled. 130816 10:30:30 innodb: innodb memory heap disabled 130816 10:30:30 innodb: mutexes , rw_locks use windows interlocked functions 130816 10:30:30 innodb: compressed tables use zlib 1.2.3 130816 10:30:30 innodb: initializing buffer pool, size = 128.0m 130816 10:30:30 innodb: completed initialization of buffer pool 130816 10:30:30 innodb: highest supported file format barracuda. 130816 10:30:32 innodb: waiting background threads start 130816 10:30:33 innodb: 1.1.8 started; log sequence number 6780464 130816 10:30:34 [note] server hostname (bind-address): '(null)'; port: 3306 130816 10:30:34 [note] - '(null)' resolves '::'; 130816 10:30:34 [note] - '(null)' resolves '0.0.0.0'; 130816 10:30:34 [note] server socket created on ip: '0.0.0.0'. 130816 10:30:35 [note] event scheduler: loaded 0 events 130816 10:30:35 [note] wampmysqld: ready connections. version: '5.5.24-log' socket: '' port: 3306 mysql community server (gpl) 130816 10:31:48 [note] wampmysqld: normal shutdown 130816 10:31:48 [note] event scheduler: purging queue. 0 events 130816 10:31:48 innodb: starting shutdown... 130816 10:31:50 innodb: shutdown completed; log sequence number 6780474 130816 10:31:50 [note] wampmysqld: shutdown complete 130816 10:31:51 [note] plugin 'federated' disabled. 130816 10:31:51 innodb: innodb memory heap disabled 130816 10:31:51 innodb: mutexes , rw_locks use windows interlocked functions 130816 10:31:51 innodb: compressed tables use zlib 1.2.3 130816 10:31:51 innodb: initializing buffer pool, size = 128.0m 130816 10:31:51 innodb: completed initialization of buffer pool 130816 10:31:51 innodb: highest supported file format barracuda. 130816 10:31:52 innodb: waiting background threads start 130816 10:31:53 innodb: 1.1.8 started; log sequence number 6780474 130816 10:31:53 [note] server hostname (bind-address): '(null)'; port: 3306 130816 10:31:53 [note] - '(null)' resolves '::'; 130816 10:31:53 [note] - '(null)' resolves '0.0.0.0'; 130816 10:31:53 [note] server socket created on ip: '0.0.0.0'. 130816 10:31:53 [note] event scheduler: loaded 0 events 130816 10:31:53 [note] wampmysqld: ready connections. version: '5.5.24-log' socket: '' port: 3306 mysql community server (gpl)
all need click on wamp server icon in system tray , go mysql , my.ini. open file in text editor notepad. @ top of page there should line
socket = /tmp/mysql.sock
change
socket = c:/tmp/mysql.sock
save file , try running phpmyadmin. restart wamp. should work perfectly.
if not fix error let me know , try , help.
Comments
Post a Comment