Cant Connect To Mysql Server On Localhost 10061 After Installation

355    Asked by AmitSinha in SQL Server , Asked on Nov 18, 2022

 I have installed MySql using mysql-installer-5.5.20.0msi on Windows

nd in command prompt i have tried to run "mysqlshow -u root -p" and when i entered password its showing an error  "Can't connect to MySQL server on 'localhost' (10061)"

Answered by Andrea Bailey

The answer to your question - can t connect to mysql server on localhost 10061 is:


c:mysqlin>mysqld --install
c:mysqlin>mysqld --initialize
then press "Windows key + R" write "services.msc", run as admin
start MySQL service.


Your Answer

Interviews

Parent Categories