连接到本地主机上的MYSQL时出错:phpMyAdmin-错误

连接到本地主机上的MYSQL时出错:phpMyAdmin-错误,mysql,Mysql,我无法连接到MYSQL。我正在使用XAMPP。每次尝试时都会出现以下错误: phpMyAdmin - Error #2002 - No connection could be made because the target machine actively refused it. The server is not responding (or the local server's socket is not correctly configured). 这是MYSQL错误日志: 14082

我无法连接到MYSQL。我正在使用XAMPP。每次尝试时都会出现以下错误:

phpMyAdmin - Error

#2002 - No connection could be made because the target machine actively refused it.
The server is not responding (or the local server's socket is not correctly configured).
这是MYSQL错误日志:

140827 17:12:18  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
InnoDB: Doing recovery: scanned up to log sequence number 182581223424
InnoDB: Doing recovery: scanned up to log sequence number 182581375516
InnoDB: 1 transaction(s) which must be rolled back or cleaned up
InnoDB: in total 9836256 row operations to undo
InnoDB: Trx id counter is 118A100
140827 17:13:22  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
InnoDB: Starting in background the rollback of uncommitted transactions
140827 17:13:23  InnoDB: Rolling back trx with id 1189F04, 9836256 rows to undo

InnoDB: Progress in percents: 1140827 17:13:23  InnoDB: Waiting for the background threads to start
140827 17:13:24 InnoDB: 5.5.36 started; log sequence number 182581375516
140827 17:13:24 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
140827 17:13:24 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
140827 17:13:24 [Note] Server socket created on IP: '0.0.0.0'.

你在使用wordpress吗?mysql正在运行。是您的phpmyadmin在连接到该服务器的方式上配置错误。要么您的IP地址不正确,要么该IP已防火墙,要么您指向错误的套接字,就像错误消息所说的那样。请参阅