[REŠENO] phpMyAdmin error #2002

stanje
Zatvorena za pisanje odgovora.

Rough Collie

Primećen član
Poruka
915
treba mi pomoc oko ovog errora. nov sam sa phpom. instalirao sam xampp.

nasao sam na netu tutorijal: http://www.zmajevognezdo.com/programiranje/apache-php-i-mysql-brz-pocetak. sledio sam uputstva iz ovog tutorijala i dosao sam do koraka gde se u brauzer upisuje "http://localhost/phpmyadmin/".

tada se pojavljuje error 2002:

error1.jpg


sta treba da uradim da se error izgubi.
 
Poslednja izmena:
At each point in these instructions, check to see if the problem is fixed. If so, great! Otherwise, continue.

Get to Services. (I was able to right click the Apache launch icon to get there.)
Scroll down to MySQL. Click to start. This will get rid of the #2002 error. Now you'll have a new error:

#1045 - Access denied for user 'root'@'localhost' (using password: NO)

Edit the C:\wamp\apps\phpmyadmin3.5.1\config.inc.php file, changing $cfg['Servers'][$i]['extension'] = 'mysqli'; to instead be= 'mysql'
Open Services again and Stop MySQL
While in Services, Start wampmysqld

This is convoluted, I know, but that's what worked for me. Some posts may say you need a password in the config file, but you don't. Mine is still ""

Hope this helps.
..........
 
stanje
Zatvorena za pisanje odgovora.

Back
Top