On 13 Jan 2004, at 19:49, Chris L. White wrote:


Ok I was able to use mysqlcc and as long as I keep the host name localhost
it will let me in. But the name of the host should be Napmarilu or the IP
number right? When you change it to either one of those it will not let you
in. So how would I fix this problem. However on the other hand mysqladmin
screen it still only shows the user Administrator and the test database
sheets. Any one got any ideas?



See the thread entitled "mysql database, user table, two root accounts"


I posted a question about the difference between localhost and 127.0.0.1
Apparently, mysql see's localhost and uses the unix socket. Any other name forces it to use TCP/IP.
Perhaps your server doesn't have TCP/IP enabled? (Can you see anything listening on port 3306?)



HTH Steve.


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to