#2002 - No connection could be made because the target machine actively refused it.
Posted by: jsquadrilla (---.cpe.net.cable.rogers.com)
Date: September 28, 2012 11:51PM

Looking for some help here, apparently it's a common problem.

Tested Port 80, only Apache running.

MySQL service wont start. When I try services.msc, I get error 1067.

Any help?

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: RiggsFolly (---.as13285.net)
Date: September 29, 2012 12:15AM

try searching for my.ini and my.cnf across your whole disk.

If you find it anywhere other than the wamp folder tree delete them.

then restart all services

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: jsquadrilla (---.cpe.net.cable.rogers.com)
Date: September 29, 2012 12:19AM

Only one my.ini, and it's in my WAMP folder. Couldn't find my.cnf on my disk.

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: RiggsFolly (---.as13285.net)
Date: September 29, 2012 02:07PM

Have a look in the MSQL Log, use the wamp manager menu to locate and edit it.

Post what s in there.


If thats empty then lok at windows event viewer for messages from MySQL, post them if they dont make the problem obvious

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: jsquadrilla (---.cpe.net.cable.rogers.com)
Date: September 29, 2012 03:26PM

120928 17:47:38 [Note] Plugin 'FEDERATED' is disabled.
120928 17:47:38 InnoDB: The InnoDB memory heap is disabled
120928 17:47:38 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120928 17:47:38 InnoDB: Compressed tables use zlib 1.2.3
120928 17:47:38 InnoDB: Error: unable to create temporary file; errno: 2
120928 17:47:38 [ERROR] Plugin 'InnoDB' init function returned error.
120928 17:47:38 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120928 17:47:38 [ERROR] Unknown/unsupported storage engine: InnoDB
120928 17:47:38 [ERROR] Aborting

120928 17:47:38 [Note] wampmysqld: Shutdown complete

120928 17:48:12 [Note] Plugin 'FEDERATED' is disabled.
120928 17:48:12 InnoDB: The InnoDB memory heap is disabled
120928 17:48:12 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120928 17:48:12 InnoDB: Compressed tables use zlib 1.2.3
120928 17:48:12 InnoDB: Error: unable to create temporary file; errno: 2
120928 17:48:12 [ERROR] Plugin 'InnoDB' init function returned error.
120928 17:48:12 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120928 17:48:12 [ERROR] Unknown/unsupported storage engine: InnoDB
120928 17:48:12 [ERROR] Aborting

120928 17:48:12 [Note] wampmysqld: Shutdown complete

120928 17:51:05 [Note] Plugin 'FEDERATED' is disabled.
120928 17:51:05 InnoDB: The InnoDB memory heap is disabled
120928 17:51:05 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120928 17:51:05 InnoDB: Compressed tables use zlib 1.2.3
120928 17:51:05 InnoDB: Error: unable to create temporary file; errno: 2
120928 17:51:05 [ERROR] Plugin 'InnoDB' init function returned error.
120928 17:51:05 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120928 17:51:05 [ERROR] Unknown/unsupported storage engine: InnoDB
120928 17:51:05 [ERROR] Aborting

120928 17:51:05 [Note] wampmysqld: Shutdown complete

120928 18:20:59 [Note] Plugin 'FEDERATED' is disabled.
120928 18:20:59 InnoDB: The InnoDB memory heap is disabled
120928 18:20:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120928 18:20:59 InnoDB: Compressed tables use zlib 1.2.3
120928 18:20:59 InnoDB: Error: unable to create temporary file; errno: 2
120928 18:20:59 [ERROR] Plugin 'InnoDB' init function returned error.
120928 18:20:59 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120928 18:20:59 [ERROR] Unknown/unsupported storage engine: InnoDB
120928 18:20:59 [ERROR] Aborting

120928 18:20:59 [Note] wampmysqld: Shutdown complete

120929 9:26:16 [Note] Plugin 'FEDERATED' is disabled.
120929 9:26:16 InnoDB: The InnoDB memory heap is disabled
120929 9:26:16 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120929 9:26:16 InnoDB: Compressed tables use zlib 1.2.3
120929 9:26:16 InnoDB: Error: unable to create temporary file; errno: 2
120929 9:26:16 [ERROR] Plugin 'InnoDB' init function returned error.
120929 9:26:16 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120929 9:26:16 [ERROR] Unknown/unsupported storage engine: InnoDB
120929 9:26:16 [ERROR] Aborting

120929 9:26:16 [Note] wampmysqld: Shutdown complete

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: RiggsFolly (---.as13285.net)
Date: September 29, 2012 09:47PM

OK heres a possible fix.
Your problem tend to happen if for some reason these files get corrupted!

Stop all service in wamp.

delete ib_logfile0, ib_logfile1 and ibdata1 from the c:\wamp\bin\mysql5.x.y\data folder

go to wamp manager and start all services.

Check your mysql log again.

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: jsquadrilla (---.cpe.net.cable.rogers.com)
Date: October 01, 2012 01:57AM

This folder? C:\wamp\bin\mysql\mysql5.5.24\data

Those files aren't in that folder.

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: RiggsFolly (---.as13285.net)
Date: October 01, 2012 04:31PM

Something must be very wrong with your install. Can you uninstall and re-install wamp again.

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: jsquadrilla (---.255.deltat.worldwithoutwire.com)
Date: October 02, 2012 03:31PM

This is actually the 10th time I've re-installed, without exaggerating. I'll try it again.

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: RiggsFolly (---.as13285.net)
Date: October 02, 2012 05:00PM

Well if that does not work we are going to have to try a Team Viewer connection so I can actually see whatis what on your system

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: stevenmartin99 (Moderator)
Date: October 02, 2012 06:16PM

STOP REINSTALLING.. what do you think it will achieve???


please get teamviewer and Myself or Chris will take a look at it

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: jsquadrilla (---.cpe.net.cable.rogers.com)
Date: October 03, 2012 08:23PM

Relax. I was trying the different packages from Wampserver, and different install directories before having to bother someone on these forums for a fix.


ID: 108 127 724
Pass: ####



Edited 1 time(s). Last edit at 10/03/2012 08:47PM by stevenmartin99.

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: denver49 (---.hsd1.co.comcast.net)
Date: June 19, 2013 03:49AM

I have the same problem and no solution in site. Installed the redistributable 64bit stuff, WampServer 64bit on a fresh / new install of Windows 7 Home Premium 64bit. At first, it worked and I was able to view the default databases via phpMyAdmin. However after rebooting MySQL won't start but says Starting in Windows Services. In searching for answers online I find a few users on StackOverflow.com having the same issue. Works out of the box, fails after rebooting the computer.

Tons of Windows Event Viewer Errors: Unknown/unsupported storage engine: InnoDB despite having skip-innodb in the my.ini file


Going to try to reinstall
wampserver2.2e-php5.3.13-httpd2.2.22-mysql5.5.24-x64.exe

130617 21:48:40 [Note] Plugin 'FEDERATED' is disabled.
130617 21:48:41 InnoDB: The InnoDB memory heap is disabled
130617 21:48:41 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130617 21:48:41 InnoDB: Compressed tables use zlib 1.2.3
130617 21:48:41 InnoDB: Initializing buffer pool, size = 128.0M
130617 21:48:41 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
130617 21:48:41 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
130617 21:48:41 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
130617 21:48:42 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
130617 21:48:43 InnoDB: Waiting for the background threads to start
130617 21:48:44 InnoDB: 1.1.8 started; log sequence number 0
130617 21:48:44 [Note] Server hostname (bind-address): '(null)'; port: 3306
130617 21:48:44 [Note] - '(null)' resolves to '::';
130617 21:48:44 [Note] - '(null)' resolves to '0.0.0.0';
130617 21:48:44 [Note] Server socket created on IP: '0.0.0.0'.
130617 21:48:44 [Note] Event Scheduler: Loaded 0 events
130617 21:48:44 [Note] wampmysqld: ready for connections.
Version: '5.5.24-log' socket: '' port: 3306 MySQL Community Server (GPL)
130617 22:13:24 [Note] wampmysqld: Normal shutdown

130617 22:13:24 [Note] Event Scheduler: Purging the queue. 0 events
130617 22:13:24 InnoDB: Starting shutdown...
130617 22:13:24 InnoDB: Shutdown completed; log sequence number 1595675
130617 22:13:24 [Note] wampmysqld: Shutdown complete

130617 22:18:08 [Note] Plugin 'FEDERATED' is disabled.
130617 22:18:08 InnoDB: The InnoDB memory heap is disabled
130617 22:18:08 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130617 22:18:08 InnoDB: Compressed tables use zlib 1.2.3
130617 22:18:08 InnoDB: Initializing buffer pool, size = 128.0M
130617 22:18:08 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 185597952 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130617 22:18:08 [ERROR] Plugin 'InnoDB' init function returned error.
130617 22:18:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130617 22:18:08 [ERROR] Unknown/unsupported storage engine: InnoDB
130617 22:18:08 [ERROR] Aborting

130617 22:18:08 [Note] wampmysqld: Shutdown complete

130617 22:46:05 [Note] Plugin 'FEDERATED' is disabled.
130617 22:46:05 InnoDB: The InnoDB memory heap is disabled
130617 22:46:05 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130617 22:46:05 InnoDB: Compressed tables use zlib 1.2.3
130617 22:46:05 InnoDB: Initializing buffer pool, size = 128.0M
130617 22:46:05 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 185597952 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130617 22:46:05 [ERROR] Plugin 'InnoDB' init function returned error.
130617 22:46:05 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130617 22:46:05 [ERROR] Unknown/unsupported storage engine: InnoDB
130617 22:46:05 [ERROR] Aborting

130617 22:46:05 [Note] wampmysqld: Shutdown complete

130618 8:30:15 [Note] Plugin 'FEDERATED' is disabled.
130618 8:30:15 InnoDB: The InnoDB memory heap is disabled
130618 8:30:15 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130618 8:30:15 InnoDB: Compressed tables use zlib 1.2.3
130618 8:30:15 InnoDB: Initializing buffer pool, size = 128.0M
130618 8:30:15 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 185597952 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130618 8:30:16 [ERROR] Plugin 'InnoDB' init function returned error.
130618 8:30:16 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130618 8:30:16 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 8:30:16 [ERROR] Aborting

130618 8:30:16 [Note] wampmysqld: Shutdown complete

130618 8:30:51 [Note] Plugin 'FEDERATED' is disabled.
130618 8:30:51 InnoDB: The InnoDB memory heap is disabled
130618 8:30:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130618 8:30:51 InnoDB: Compressed tables use zlib 1.2.3
130618 8:30:51 InnoDB: Initializing buffer pool, size = 128.0M
130618 8:30:52 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 185597952 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130618 8:30:52 [ERROR] Plugin 'InnoDB' init function returned error.
130618 8:30:52 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130618 8:30:52 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 8:30:52 [ERROR] Aborting

130618 8:30:52 [Note] wampmysqld: Shutdown complete

130618 10:10:11 [Note] Plugin 'FEDERATED' is disabled.
130618 10:10:11 InnoDB: The InnoDB memory heap is disabled
130618 10:10:11 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130618 10:10:11 InnoDB: Compressed tables use zlib 1.2.3
130618 10:10:11 InnoDB: Initializing buffer pool, size = 128.0M
130618 10:10:11 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 185597952 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130618 10:10:12 [ERROR] Plugin 'InnoDB' init function returned error.
130618 10:10:12 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130618 10:10:12 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 10:10:12 [ERROR] Aborting

130618 10:10:12 [Note] wampmysqld: Shutdown complete

130618 10:11:09 [Note] Plugin 'FEDERATED' is disabled.
130618 10:11:09 InnoDB: The InnoDB memory heap is disabled
130618 10:11:09 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130618 10:11:09 InnoDB: Compressed tables use zlib 1.2.3
130618 10:11:09 InnoDB: Initializing buffer pool, size = 128.0M
130618 10:11:09 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 185597952 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130618 10:11:09 [ERROR] Plugin 'InnoDB' init function returned error.
130618 10:11:09 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130618 10:11:09 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 10:11:09 [ERROR] Aborting

130618 10:11:09 [Note] wampmysqld: Shutdown complete

130618 10:11:28 [Note] Plugin 'FEDERATED' is disabled.
130618 10:11:28 InnoDB: The InnoDB memory heap is disabled
130618 10:11:28 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130618 10:11:28 InnoDB: Compressed tables use zlib 1.2.3
130618 10:11:28 InnoDB: Initializing buffer pool, size = 128.0M
130618 10:11:28 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 185597952 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130618 10:11:28 [ERROR] Plugin 'InnoDB' init function returned error.
130618 10:11:28 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130618 10:11:28 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 10:11:28 [ERROR] Aborting

130618 10:11:28 [Note] wampmysqld: Shutdown complete

130618 15:34:13 [Note] Plugin 'FEDERATED' is disabled.
130618 15:34:13 InnoDB: The InnoDB memory heap is disabled
130618 15:34:13 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130618 15:34:13 InnoDB: Compressed tables use zlib 1.2.3
130618 15:34:13 InnoDB: Initializing buffer pool, size = 128.0M
130618 15:34:13 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 185597952 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130618 15:34:14 [ERROR] Plugin 'InnoDB' init function returned error.
130618 15:34:14 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130618 15:34:14 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 15:34:14 [ERROR] Aborting

130618 15:34:14 [Note] wampmysqld: Shutdown complete

130618 15:34:27 [Note] Plugin 'FEDERATED' is disabled.
130618 15:34:27 InnoDB: The InnoDB memory heap is disabled
130618 15:34:27 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130618 15:34:27 InnoDB: Compressed tables use zlib 1.2.3
130618 15:34:27 InnoDB: Initializing buffer pool, size = 128.0M
130618 15:34:27 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 185597952 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
130618 15:34:27 [ERROR] Plugin 'InnoDB' init function returned error.
130618 15:34:27 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130618 15:34:27 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 15:34:27 [ERROR] Aborting

130618 15:34:27 [Note] wampmysqld: Shutdown complete

130618 15:40:15 [Note] Plugin 'FEDERATED' is disabled.
130618 15:40:15 [Note] Plugin 'InnoDB' is disabled.
130618 15:40:15 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 15:40:15 [ERROR] Aborting

130618 15:40:15 [Note] wampmysqld: Shutdown complete

130618 15:47:23 [Note] Plugin 'FEDERATED' is disabled.
130618 15:47:23 [Note] Plugin 'InnoDB' is disabled.
130618 15:47:23 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 15:47:23 [ERROR] Aborting

130618 15:47:23 [Note] wampmysqld: Shutdown complete

130618 15:52:45 [Note] Plugin 'FEDERATED' is disabled.
130618 15:52:45 [Note] Plugin 'InnoDB' is disabled.
130618 15:52:45 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 15:52:45 [ERROR] Aborting

130618 15:52:45 [Note] wampmysqld: Shutdown complete

130618 18:35:29 [Note] Plugin 'FEDERATED' is disabled.
130618 18:35:29 [Note] Plugin 'InnoDB' is disabled.
130618 18:35:29 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 18:35:29 [ERROR] Aborting

130618 18:35:29 [Note] wampmysqld: Shutdown complete

130618 18:39:03 [Note] Plugin 'FEDERATED' is disabled.
130618 18:39:03 [Note] Plugin 'InnoDB' is disabled.
130618 18:39:03 [ERROR] Unknown/unsupported storage engine: InnoDB
130618 18:39:03 [ERROR] Aborting

130618 18:39:03 [Note] wampmysqld: Shutdown complete

# [dev.mysql.com]
character-set-server=utf8
default-character-set=utf8
default-storage-engine=MYISAM
max_connections=100
skip-innodb
sql-mode=""

# Example MySQL config file for medium systems.
#
# This is for a system with little memory (32M - 64M) where MySQL plays
# an important part, or systems up to 128M where MySQL is used together with
# other programs (such as a web server)
#
# You can copy this file to
# /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is C:\mysql\data) or
# ~/.my.cnf to set user-specific options.
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
# with the "--help" option.

# The following options will be passed to all MySQL clients
[client]
#password = your_password
port = 3306
#commented out
#socket = /tmp/mysql.sock

# Here follows entries for some specific programs

# The MySQL server
[wampmysqld]
port = 3306
#commented out
#socket = /tmp/mysql.sock
key_buffer = 16M
max_allowed_packet = 1M
table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
basedir=c:/wamp/bin/mysql/mysql5.5.24
log-error=c:/wamp/logs/mysql.log
datadir=c:/wamp/bin/mysql/mysql5.5.24/data

# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.
# All interaction with mysqld must be made via Unix sockets or named pipes.
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
#
#skip-networking

# Disable Federated by default
skip-federated

# Replication Master Server (default)
# binary logging is required for replication
log-bin=mysql-bin

# binary logging format - mixed recommended
binlog_format=mixed

# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
# but will not function as a master if omitted
server-id = 1

# Replication Slave (comment out master section to use this)
#
# To configure this host as a replication slave, you can choose between
# two methods :
#
# 1) Use the CHANGE MASTER TO command (fully described in our manual) -
# the syntax is:
#
# CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
# MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
#
# where you replace <host>, <user>, <password> by quoted strings and
# <port> by the master's port number (3306 by default).
#
# Example:
#
# CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
# MASTER_USER='joe', MASTER_PASSWORD='secret';
#
# OR
#
# 2) Set the variables below. However, in case you choose this method, then
# start replication for the first time (even unsuccessfully, for example
# if you mistyped the password in master-password and the slave fails to
# connect), the slave will create a master.info file, and any later
# change in this file to the variables' values below will be ignored and
# overridden by the content of the master.info file, unless you shutdown
# the slave server, delete master.info and restart the slaver server.
# For that reason, you may want to leave the lines below untouched
# (commented) and instead use CHANGE MASTER TO (see above)
#
# required unique id between 2 and 2^32 - 1
# (and different from the master)
# defaults to 2 if master-host is set
# but will not function as a slave if omitted
#server-id = 2
#
# The replication master for this slave - required
#master-host = <hostname>
#
# The username the slave will use for authentication when connecting
# to the master - required
#master-user = <username>
#
# The password the slave will authenticate with when connecting to
# the master - required
#master-password = <password>
#
# The port the master is listening on.
# optional - defaults to 3306
#master-port = <port>
#
# binary logging - not required for slaves, but recommended
#log-bin=mysql-bin

# Point the following paths to different dedicated disks
#tmpdir = /tmp/
#log-update = /path-to-dedicated-directory/hostname

# Uncomment the following if you are using InnoDB tables
#innodb_data_home_dir = C:\mysql\data/
#innodb_data_file_path = ibdata1:10M:autoextend
#innodb_log_group_home_dir = C:\mysql\data/
#innodb_log_arch_dir = C:\mysql\data/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
#innodb_buffer_pool_size = 16M
#innodb_additional_mem_pool_size = 2M
# Set .._log_file_size to 25 % of buffer pool size
#innodb_log_file_size = 5M
#innodb_log_buffer_size = 8M
#innodb_flush_log_at_trx_commit = 1
#innodb_lock_wait_timeout = 50

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

[mysqld]
port=3306thread_concurrency=9



Edited 4 time(s). Last edit at 06/19/2013 04:14AM by denver49.

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: denver49 (---.hsd1.co.comcast.net)
Date: June 19, 2013 04:57AM

Solved.
Uninstalled WampServer.
Installed WampServer after populating C:\wamp\bin\mysql\mysql5.5.24\data\ with files from my old development environment.

# 2013-06-18 commented out
# socket=mysql

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: suchi (---.beamtele.net)
Date: June 19, 2013 12:27PM

Still problem exists.

Options: ReplyQuote
Re: #2002 - No connection could be made because the target machine actively refused it.
Posted by: RiggsFolly (---.as13285.net)
Date: June 20, 2013 01:27PM

Sushi,

Do a search for my.ini and/or my.cnf on your C:\ drive.
If you find one anywhere outside the c:\wamp\... folders, delete it.

Options: ReplyQuote


Sorry, only registered users may post in this forum.