So does that mean the mysql:// protocol will only work using scripts executed 
on the server where the database resides?

>This is normal, MySQL always distinguishes user names with domains.
>When you login with telnet to the server running MySQL, you run MySQL
>client and server on the same machine. MySQL server recognizes you as
>user@localhost which is granted access by default. But all users in
>other domains are denied access, and you (or server's administrator)
>must first grant them access manually.
>
>Look here:
>http://mysql.com/documentation/mysql/bychapter/manual_Privilege_system.html
>It was not easy for me to understand and set up.
>
>-- 
>Michal Kracik
>
>[EMAIL PROTECTED] wrote:
>> 
>> I'm trying to access a database using the mysql scheme, but the server is
>> telling me access is denied for "[EMAIL PROTECTED]" when I am only
>> logging in using "username," not "[EMAIL PROTECTED]" What am I doing
>> wrong?
>> 
>> For example.
>> 
>> >> db: open mysql://username:[EMAIL PROTECTED]/database
>> connecting to: 0.0.0.0
>> ** User Error: ERROR 1045 : Access denied for user: '[EMAIL PROTECTED]'
>> (Using password: YES).
>> ** Where: db: open mysql://username:[EMAIL PROTECTED]/database
>> >>
>> 
>> I'm able to login OK via telnet with the same username/password.
>> 
>> Ryan C. Christiansen
>> Web Developer
>> 
>> Intellisol International
>> 4733 Amber Valley Parkway
>> Fargo, ND 58104
>> 701-235-3390 ext. 6671
>> FAX: 701-235-9940
>> http://www.intellisol.com
>> 
>> Global Leader in People Performance Software
>> 
>> _____________________________________
>> 
>> Confidentiality Notice
>> This message may contain privileged and confidential information. If you
>> think, for any reason, that this message may have been addressed to you in
>> error, you must not disseminate, copy or take any action in reliance on 
it,
>> and we would ask you to notify us immediately by return email to
>> [EMAIL PROTECTED]
>> 
>> --
>> To unsubscribe from this list, please send an email to
>> [EMAIL PROTECTED] with "unsubscribe" in the
>> subject, without the quotes.
>-- 
>To unsubscribe from this list, please send an email to
>[EMAIL PROTECTED] with "unsubscribe" in the 
>subject, without the quotes.
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to