NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Wilco87
Sep 07, 2013Aspirant
How to make database with PhpMyAdmin
Hi all there, this maybe a nOOb question but I have been trying allot and reading at google, still It aint working for me. Can someone give me a start up on making the database server ? This i...
Wilco87
Sep 15, 2013Aspirant
OK, I made a server, just totaly standard, no config's changed to it ( only allow login without password )
but still, I cannot login,
I keep getting the message that I cannot login without a password ( AllowNoPassword ) but as you can see in the code above it says " true " ...
When i put a password in it for the user, I get the message that I cannot login to the server with #1045 infront of it.
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 4.0.5deb0rnx1 setup script
* Date: Sun, 15 Sep 2013 19:30:20 +0100
*/
/* Servers configuration */
$i = 0;
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
/* End of servers configuration */
$cfg['DefaultLang'] = 'en';
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
$cfg['blowfish_secret'] = 'XxXxXxXxXxXxXxXxX';
$cfg['ServerDefault'] = 1;
?>
but still, I cannot login,
I keep getting the message that I cannot login without a password ( AllowNoPassword ) but as you can see in the code above it says " true " ...
When i put a password in it for the user, I get the message that I cannot login to the server with #1045 infront of it.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!