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
|
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(options, AUTO_RECONNECT, true);
mysql_set_option(options, MULTI_STATEMENTS, false);
mysql_set_option(options, POOL_SIZE, 2);
mysql_set_option(options, SERVER_PORT, 3306);
mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_PASS, MYSQL_DB, options);