#2002
Posted by: boradzi (---.warszawa.vectranet.pl)
Date: November 29, 2012 05:15PM

SYSTEM: Wndows XP
DO NOT WORKING:
MySQL console (after giving password, MySQL console is clesed)
phpMyAdmin
#2002 -
The server is not responding (or the local server's socket is not correctly configured).
I did as you said in few last answers for collegs but nothing changed.

WORKING: localhost (phpinfo() and other scripts in php)

FILE mysql.log;


121129 16:59:02 [Note] Plugin 'FEDERATED' is disabled.
121129 16:59:02 InnoDB: The InnoDB memory heap is disabled
121129 16:59:02 InnoDB: Mutexes and rw_locks use Windows interlocked functions
121129 16:59:02 InnoDB: Compressed tables use zlib 1.2.3
121129 16:59:02 InnoDB: Initializing buffer pool, size = 128.0M
121129 16:59:03 InnoDB: Completed initialization of buffer pool
121129 16:59:03 InnoDB: highest supported file format is Barracuda.
121129 16:59:03 InnoDB: Waiting for the background threads to start
121129 16:59:04 InnoDB: 1.1.8 started; log sequence number 1595675
121129 16:59:04 [ERROR] wampmysqld: unknown option '--skip-locking'
121129 16:59:04 [ERROR] Aborting

121129 16:59:04 InnoDB: Starting shutdown...
121129 16:59:05 InnoDB: Shutdown completed; log sequence number 1595675
121129 16:59:05 [Note] wampmysqld: Shutdown complete

Please help.

Options: ReplyQuote
Re: #2002
Posted by: RiggsFolly (---.as13285.net)
Date: November 29, 2012 11:24PM

skip-locking is no longer a valid parameter name

use skip-external-locking

in your my.ini

I guess you copied an old config file to a new installation of WAMP

Options: ReplyQuote
Re: #2002
Posted by: boradzi (---.warszawa.vectranet.pl)
Date: December 05, 2012 12:56PM

Thanks, but changing "skip-locking" on "skip-external-locking" do not help. Boradzi

Options: ReplyQuote
Re: #2002
Posted by: RiggsFolly (---.as13285.net)
Date: December 05, 2012 04:24PM

MySQL console (after giving password, MySQL console is clesed)


By default there is no password on the userid that the mysql console link uses ( 'root' ), so just hit enter and it should work.


If you have changed the password on the 'root' userid then use that password you changed it to.

Options: ReplyQuote
Re: #2002
Posted by: boradzi (---.warszawa.vectranet.pl)
Date: December 05, 2012 04:41PM

Thanks RiggsFolly!
I find solution for Windows XP.
Wampserver2.2 works with: Apache version 2.2.22
PHP version 5.43
mySQL version 5.1.41

and DO NOT working with mySQL version 5.5.24 !!!!

Options: ReplyQuote


Sorry, only registered users may post in this forum.