english 
Thread Options  Search this Thread  
Post: #1
06-09-2007 18:40 PM
Mytzu


Joined: 14-08-2007
Posts: 13
Country: Romania
Male Mytzu is Offline now
I Have a big problem
When i try to access the site i recive this [1045] dbconn: mysql_connect: Access denied for user 'root'@'localhost' (using password: NO) where is this problem? haw can i fix ?! :'-(

Post: #2
06-09-2007 18:44 PM
Sergiy


Joined: 10-03-2007
Posts: 242
Country: Slovenia
Male Sergiy is Offline now
I Have a big problem
you must first install script manual (http://www.blabla.com/install) ;-)

Post: #3
06-09-2007 19:03 PM
Mytzu


Joined: 14-08-2007
Posts: 13
Country: Romania
Male Mytzu is Offline now
I Have a big problem
lol.. i`m not so stupid ) i`ve instaled the script.. it worked well until now.. so :'-( where chan i fix this?

Post: #4
06-09-2007 20:48 PM
parallaxz71


Joined: 11-01-2007
Posts: 5,336
Country: United States of America
Awards:  
Male parallaxz71 is Offline now
I Have a big problem
Originally Posted by Mytzu
lol.. i`m not so stupid ) i`ve instaled the script.. it worked well until now.. so :'-( where chan i fix this?

well it depends on what script your running,

first i would check phpmyadmin/config.inc.php and add your username and passwd into it that connects to your database

PHP:
$cfg['Servers'][$i]['host']          = 'localhost'// MySQL hostname or IP address
$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['ssl']           = false;        // Use SSL for connecting to MySQL server?
$cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension']     = 'mysql';     // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection
                                                    // (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser']   = 'pma';          // MySQL control user settings
                                                    // (this user must have read-only
$cfg['Servers'][$i]['controlpass']   = 'passwdhere';          // access to the "mysql/user"
                                                    // and "mysql/db" tables).
                                                    // The controluser is also
                                                    // used for all relational
                                                    // features (pmadb)
$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (valid choices: config, http, HTTP, signon or cookie)
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = 'passwdhere';          // MySQL password (only needed 


if your using a script v3.0 or higher then you wont get help here....you will need to have your owner ask for that

Post: #5
04-11-2008 10:18 AM
music01


Joined: 23-09-2008
Posts: 1
Country: India
Male music01 is Offline now
I Have a big problem
hi Mytzu,

this issue is related to mysql, its occurs if you dont give root access for remote machines

just grant previleges

mysql> GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY
Password('mypassword';

then do a
mysql> flush privileges;

this will wok for you

Music01
Originally Posted by Mytzu
When i try to access the site i recive this [1045] dbconn: mysql_connect: Access denied for user 'root'@'localhost' (using password: NO) where is this problem? haw can i fix ?! :'-(

Post: #6
29-11-2008 15:17 PM
sirwallis


Joined: 08-06-2008
Posts: 40
Country: Ireland
Male sirwallis is Offline now
I Have a big problem
are u still having trouble or did above sort for you

Post: #7
21-07-2010 16:37 PM
Mytzu


Joined: 14-08-2007
Posts: 13
Country: Romania
Male Mytzu is Offline now
 System Message
This post awaiting moderation!

Quick Reply
Decrease Size
Increase Size
Insert bold text Insert italic text Insert underlined text Align text to the left Align text to the centerr Align text to the right Justify text Insert quoted text Code Insert formatted PHP code Insert formatted SQL code
Colors
Insert hyperlink Insert image Insert email address
Smilies
Insert hidden text



Forum Jump: