Can't login to phpMyAdmin
#1

How's it going...?

Alright so, like the title, I've tried logging into phpMyAdmin but it's not letting me. This is what it shows:
I've tried configuring it as well, and even tried adding a password but I still can't login.

I'm using WAMP for mySQL.
Does anybody know what's wrong?
Reply
#2

I think you should follow this tuto, in order to fix your problem

https://hsnyc.co/how-to-set-the-mysq...st-using-wamp/

---------------------------------------------------------------
Rep+ to me
Reply
#3

Quote:
Originally Posted by Bojaa
View Post
I think you should follow this tuto, in order to fix your problem

https://hsnyc.co/how-to-set-the-mysq...st-using-wamp/

---------------------------------------------------------------
Rep+ to me
Neat, thank you
Reply
#4

Anybody knows why I'm getting Tag Mismatched for these:
PHP Code:
    options mysql_init_options();
    
mysql_set_option(optionsAUTO_RECONNECTtrue);
    
mysql_set_option(optionsMULTI_STATEMENTSfalse);
    
mysql_set_option(optionsPOOL_SIZE2);
    
mysql_set_option(optionsSERVER_PORT3306);
    
    
mysql_connect(MYSQL_HOSTMYSQL_USERMYSQL_PASSMYSQL_DBoptions); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)