Code Comments
Programming Forum and web based access to our favorite programming groups.Hi there I use mysql on local computer, but have installed PC Bus Ethernet Card. When i RUN mysqladmin I have IP address different than 127.0.0.1. when I configure for example PHP phpMyAdmin on user =root, host the same as in MYsqladmin I can't connect to Mysql server - acces not allowed for host 169.254.153.154 (the same what is in Mysql admin). I noticed that database Mysql is not listed on my IP. What's wrong, help, please! Thanks in advance Anna Maria K.
Post Follow-up to this message"Anna K." wrote: > Hi there > > I use mysql on local computer, but have installed PC Bus Ethernet > Card. When > i RUN mysqladmin I have IP address different than 127.0.0.1. when I > configure for example PHP phpMyAdmin on user =root, host the same as > in > MYsqladmin I can’t connect to Mysql server - acces not allowed > for host > 169.254.153.154 (the same what is in Mysql admin). I noticed that > database > Mysql is not listed on my IP. What’s wrong, help, please! > > Thanks in advance > > Anna Maria K. Open a dos session on your local computer, and then run ipconfig. Try the IP you see there. -- http://www.dbForumz.com/ This article was posted by author's request Articles individually checked for conformance to usenet standards Topic URL: http://www.dbForumz.com/PHP-SQL-con...05.html Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz .com/eform.php?p=473073
Post Follow-up to this message"Anna K." wrote: > Hi there > > I use mysql on local computer, but have installed PC Bus Ethernet > Card. When > i RUN mysqladmin I have IP address different than 127.0.0.1. when I > configure for example PHP phpMyAdmin on user =root, host the same as > in > MYsqladmin I can’t connect to Mysql server - acces not allowed > for host > 169.254.153.154 (the same what is in Mysql admin). I noticed that > database > Mysql is not listed on my IP. What’s wrong, help, please! > > Thanks in advance > > Anna Maria K. Open a dos session on your local computer, and then run ipconfig. Try the IP you see there. -- http://www.dbForumz.com/ This article was posted by author's request Articles individually checked for conformance to usenet standards Topic URL: http://www.dbForumz.com/PHP-SQL-con...05.html Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz .com/eform.php?p=473073
Post Follow-up to this message"Anna K." <snowwhite@go2.pl> wrote in message news:cg2n44$4gm$1@nemesis.news.tpi.pl... > Hi there > > I use mysql on local computer, but have installed PC Bus Ethernet Card. When > i RUN mysqladmin I have IP address different than 127.0.0.1. when I > configure for example PHP phpMyAdmin on user =root, host the same as in > MYsqladmin I can't connect to Mysql server - acces not allowed for host > 169.254.153.154 (the same what is in Mysql admin). I noticed that database > Mysql is not listed on my IP. What's wrong, help, please! > > Thanks in advance > > Anna Maria K. > > > I think you should be able to use 127.0.0.1 regardless of what your IP address is as 127.0.0.1 is an internal loop that never gets processed to the 'outside'. Also using 'localhost' instead of an ip will work too. Norm -- Avatar hosting at www.easyavatar.com
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.