Re: Changed password in mysql
Stephane Daury <[email protected]>
| Newsgroups | gmane.comp.audio.netjuke.user |
|---|---|
| Message-ID | <[email protected]> |
hey, Then, do check http://www.mysql.com/doc/en/Connection_access.html, and make sure your server's hostname appears in the mysql.user table (select * from mysql.user). That should make it work. I did so on my own install of RH8, and it's been working ever since. I can't really list the full GRANT command I used, since you might want different security options than the one I chose. stephane On Thursday, Jan 23, 2003, at 15:09 America/Montreal, Jacob wrote: > It happens everywhere, > > > > 127.0.0.1 does not work either > > > > > > > > > > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > OfStephane Daury > Sent: Thursday, January 23, 2003 12:03 PM > To: Jacob > Cc: [email protected] > Subject: Re: [Netjuke-users] Changed password in mysql > > > > > Is this only happening in the listed browsers? Or all browsers (like > if your try with mozilla from remote or the one delivered with your > RH8 install)? > > It should be true for all browsers, and you should find the answer > somewhere in the following page, since it's most likely refusing > connections from tweak.braindonors.net rather than refusing your > username/password: > > http://www.mysql.com/doc/en/Connection_access.html > > Another solution is to try to enter 127.0.0.1 for the db host, if the > db and the apache powering the netjuke are on the same server. > > Stephane > > > > > On Thursday, Jan 23, 2003, at 14:53 America/Montreal, Jacob wrote: > > Speaking of netjuke passwords, I get a weird error message in both IE6 > and opera, Error follows. > > > > > > > > This is on Redhat 8 with apache 2.0.40 and PHP 4.3.2 > > > > > > Warning: Access denied for user: '[email protected]' > (Using password: YES) in > /var/www/html/netjuke/lib/adodb/drivers/adodb-mysql.inc.php on line > 175 > > > > > > Any Ideas?? > > > > > > > > > > > > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > OfStephane Daury > Sent: Thursday, January 23, 2003 6:49 AM > To: Ethan Erchinger > Cc: [email protected] > Subject: Re: [Netjuke-users] Changed password in mysql > > > > Hi there, > > I'm assuming I understood correctly, and that you're talking about the > mysql user used by the netjuke to connect to the db (ie: DB_PASS). > > If so, you can download the netjuke-toolkit package, and run the > obfuscate-db-passwd.php tool found in netjuke-toolkit/PHP/ through a > web server. > > We're not using crypt() or md5() for this password, since the netjuke > needs to be able to both encrypt and decrypt this value. > > stephane > > > > On Wednesday, Jan 22, 2003, at 18:22 America/Montreal, Ethan Erchinger > wrote: > > Hello all, > I have a silly question. > > The user I use for netjuke had the password changed. So now how do I > make > netjuke honor the new password? I look at the inc-prefs.php and it > looks like > the password is encyrpted. Is this using standard crypt()? > > Thanks, > Ethan > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Netjuke-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/netjuke-users >