cant log into phpadmin
Posted by: briandw1969 (65.118.102.---)
Date: March 16, 2014 04:07AM

using windows 7 32 bit

WAMP 2.4

Apache 2.4.4

PHP 5.4.16

Msql 5.6.12

Fresh install WAMP is green,Using user= 'root' blank password cannot get into phpmyadmin, code 1045

this what my config.inc.php contains....

$cfg['blowfish_secret'] = 'a8b7c6d'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

/*
* Servers configuration
*/
$i = 0;

/*
* First server
*/
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysql if your server does not have mysqli */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

only changes made are for host to use port 81,any help is appreciated.

Options: ReplyQuote
Re: cant log into phpadmin
Posted by: RiggsFolly (---.as13285.net)
Date: March 16, 2014 12:39PM

Try this [forum.wampserver.com]

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: cant log into phpadmin
Posted by: briandw1969 (65.118.102.---)
Date: March 19, 2014 04:10PM

same result cant log into phpmyadmin with root no password will try this post
[forum.wampserver.com]
and see what pans out

Options: ReplyQuote
Re: cant log into phpadmin
Posted by: RiggsFolly (---.as13285.net)
Date: March 19, 2014 04:41PM

Do you have another MySQL Server runnig on this machine?

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: cant log into phpadmin
Posted by: briandw1969 (65.118.102.---)
Date: March 19, 2014 05:06PM

not to my knowledge unless webmatrix installs one

Options: ReplyQuote
Re: cant log into phpadmin
Posted by: RiggsFolly (---.as13285.net)
Date: March 19, 2014 05:43PM

It sounds like you either set a password on root and forgot it
OR
are connecting to another MySQL server which has got a password.set for the root userid.

Install TeamViewer and I will troubleshoot for you.

Install TV, then run it.

Send me a Private Message containing the TV ID and PASSWORD so I can connect.
Leave TV running as it will change the password each time you restart it.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: cant log into phpadmin
Posted by: briandw1969 (65.118.102.---)
Date: March 19, 2014 05:48PM

i just installed WAMP on another machine with fresh OS.no probs with phpmyadmin.must be a MySQL prob somewhere

PM sent



Edited 1 time(s). Last edit at 03/19/2014 06:05PM by briandw1969.

Options: ReplyQuote
Re: cant log into phpadmin
Posted by: RiggsFolly (---.as13285.net)
Date: March 19, 2014 11:02PM

Problem found.

Questioner had another MySQL running.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: cant log into phpadmin
Posted by: mnclzn (---.static.axtel.net)
Date: March 20, 2014 08:43PM

I think I have exactly the same problem. How did you fixed this?

Options: ReplyQuote
Re: cant log into phpadmin
Posted by: RiggsFolly (---.as13285.net)
Date: March 21, 2014 10:16AM

That person had another MySQL service running, so it had alreay grabbed the 3306 port.

Best not run 2 MySQL servers on the same machine at least until you become an expert.

So you just uninstall the other MySQL Server.


This happens usually when someone find wamp after trying to Do It All Themselves and failing, or some other product/tool they have installed also installs a MySQL Server.

Be careful, and make sure you are not actually using the other MySQL before uninstalling it.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.