SA-MP Forums Archive
Can't login to phpMyAdmin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Can't login to phpMyAdmin (/showthread.php?tid=665524)



Can't login to phpMyAdmin - SteSte - 07.04.2019

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?


Re: Can't login to phpMyAdmin - Bojaa - 07.04.2019

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


Re: Can't login to phpMyAdmin - SteSte - 07.04.2019

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


Re: Can't login to phpMyAdmin - SteSte - 07.04.2019

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);