Jump to content

MySQL username password


neont

Recommended Posts

Hi guys. Any help will be much appreciated.

 

I am trying to make use of the 'dataface' application. In doing so I need to have a password in order to access the MySQL database. As it stands, I have no password as a line of code in my config.ini.php file states 'allow no password'.

 

However, trying to alter this code gives me errors when loading the my localhost/phpmyadmin page.

 

/* Authentication type and info */

$cfg['Servers'][$i]['auth_type']            = 'config';

$cfg['Servers'][$i]['user']                = 'root';

$cfg['Servers'][$i]['password']            = '';

$cfg['Servers'][$i]['AllowNoPassword']      = true;  //This is what i remove and simply type a password..

 

<<<<<>>>>>

 

MSQL VERSION: # Server version: 5.1.41

 

PHP: 3.2.4

 

APACHE: 2.2.14

 

mysql said: #1045 - Access denied for user 'root'@'localhost' (using password: YES)

 

 

<<<<<>>>>>

 

 

Im not sure if this is of any particular significance...

 

/* Server parameters */

$cfg['Servers'][$i]['host']            = 'localhost';

$cfg['Servers'][$i]['connect_type']    = 'tcp';

$cfg['Servers'][$i]['compress']        = false;

 

/* Select mysqli if your server has it */

$cfg['Servers'][$i]['extension'] = 'mysqli';

 

/* User for advanced features */

$cfg['Servers'][$i]['controluser'] = 'root';

$cfg['Servers'][$i]['controlpass'] = '';

 

 

Link to comment
Share on other sites

  • 3 weeks later...

This is quoted from the tutorial at http://www.reg.ca/faq/PhpMyAdminTutorial.html

 

"...a dialog box will prompt you for a username and password. This will be the username and password given you when we set  it up for you."

 

According to this, I would say it's not a simple matter of changing a script. You need to talk to whomever set it up for you and get it changed.  If there is no password setup, then how would the program know if the password you logged in with was right or not?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.