Current Page: 1 of 1
Results 1 - 9 of 9
14 years ago
johnyct9760
Thx I got it I did ultimately left click and see the interface. Feel a little thick headed that I posted a tread to be told to "left-click" on the icon but hey live and learn. ThxU for the assist. John
Forum: WampServer English
14 years ago
johnyct9760
My wamp right click menu is not displaying all the available options. When I got to my wamp icon in the bottom right system tray area and right click I have very few options compared to the wamp menu that is displayed on the wamp home page. See the following link for a visual: does it have anything to do with their wamp gauge is white and mine is red? Thx in advance for the assist. JT
Forum: WampServer English
15 years ago
johnyct9760
Yep I'm like a babe in the woods on this kind of stuff, but from what I was able to gather this is: $cfg['Servers'][$i]['auth_type'] = 'config'; /*<--That is auto log-in */ vs. $cfg['Servers'][$i]['auth_type'] = 'cookie'; /*<--That is manually log-in */ I also moved changed: $cfg['blowfish_secret'] = '***************'; to $cfg['blowfish_secret'] = ''; And moved
Forum: WampServer English
15 years ago
johnyct9760
I have the updated config.ini.php code right here it works just fine for log in and auto-log in. <?php /* Servers configuration */ $i = 0; /* Server localhost (cookie) [1] */ $cfg['blowfish_secret'] = ''; $i++; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['extension'] = 'mysqli'; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['compress'] = false
Forum: WampServer English
15 years ago
johnyct9760
Ok I just sent you an email for: Johnyct9760@hotmail.com It has a copy of my config.ini.php file attached with the email hopefully it doesn't get bounded to your junk mail folder. In case it does I have offered a link to a direct download off my server space: Once again thank
Forum: WampServer English
15 years ago
johnyct9760
Thx for the reply Steve sadly that didn't do the trick when I commented out the the blowfish line it got rid of the remembered longin "root" and my password. I have had to re-type it every time I opened PHP-Myadmin. Got any other ideas? Thx for the continued help and support! JT
Forum: WampServer English
15 years ago
johnyct9760
I tryed to add this code to my config.ini.php file within my PHP-MyAdmin folder Or, if you prefer to not be prompted every time you log in: <?php $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'my_pass_goes_here'; ?> That code come from this link: But sadly it didn't take ( still getting prompted to enter my root and pass every time I
Forum: WampServer English
15 years ago
johnyct9760
Thx u for the assist bro!
Forum: WampServer English
15 years ago
johnyct9760
Just installed the new ver. of wamp its pretty cool but I'm having a hard time getting my the new php-myadmin ver 3 to work. The old link to the GUI installer was C:\wamp\apps\phpmyadmin2\scripts\setup.php Any ideas on where the new GUI file is hiding inside this new ver. of PHP-myadmin.
Forum: WampServer English
Current Page: 1 of 1