Hi Martin!

> I have been trying to connect to mySQL for a couple of days now with
> no result! I try to log in via telnet..to my remote server..I get in
> the system but when I try to log in to the database, nothing!! I use
> this:
>
> mysql -h localhost -u futureenter -p
>
> it then asks for a password, I put it in and the return is:  "Access
> denied for user: 'futureenter@localhost' (Using password: YES)"
>
> I also tried it with phpMyAdmin, but still the same thing! I have the
> right data for it..Do I have to stand in an certain location? If it is
> a remote server, 'localhost' is still good?

Telnet should work fine. Localhost maybe should work, but not necessarily.
Depends on how the host has your permissions installed in their server.
Try -h domain.com, or just leave it out altogether. In fact try leaving
the -u off, maybe your login name is enough.

Only your host admin knows for sure. Ask if they have a FAQ page with the
promise that if they do you'll never have to ask them another question
again. LOL!

Have a :) day!

jb

ob-filter-gunk: table database sql

-- 
jim barchuk
[EMAIL PROTECTED]



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to