Mysql Problem starting
#1

hey,
i got error when start Mysql server, I'm using WAMPSERVER
Код:
150228 23:43:52 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use Windows interlocked functions
InnoDB: Compressed tables use zlib 1.2.3
150228 23:43:53  InnoDB: Initializing buffer pool, size = 128.0M
150228 23:43:53  InnoDB: Completed initialization of buffer pool
150228 23:43:53  InnoDB: highest supported file format is Barracuda.
150228 23:43:53  InnoDB: 1.1.4 started; log sequence number 1595675
150228 23:43:53 [ERROR] Can't start server: Bind on TCP/IP port: No such file or directory
150228 23:43:53 [ERROR] Do you already have another mysqld server running on port: 3306 ?
150228 23:43:53 [ERROR] Aborting

150228 23:43:53  InnoDB: Starting shutdown...
150228 23:43:54  InnoDB: Shutdown completed; log sequence number 1595675
150228 23:43:54 [Note] wampmysqld: Shutdown complete
anyone know how to fix this?
then when i login to http://127.0.0.1/phpmyadmin/ show error
Код:
Error

MySQL said:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Reply
#2

It looks like that port is already in use. Stop the mySQL service in WAMP. Then, try opening up Task Manager and killing all processes with the name of "wampmysqld". Additionally make sure no other applications are using port 3306.

After that it should start.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)