[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] permission error on installing mysql DBD driver for perl



I see that you used the database 'test'
does it exists? does it requires authentication? is your MySQL server up?
try using it by typing

mysql -t test

if you can log in with no problems, then keep looking... if not, you found
it.  You must still install the dbd as root, but can try what I told you as
any users.
.  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .
.  .  .  .
Félix C.Courtemanche . webmaster@xxxxxxxxxxxx
Head Designer . http://www.can-design.com
Co-Administrator . http://www.can-host.com

-----Message d'origine-----
De : Albert Victor <Albert@xxxxxxxxxxxxxxxxxxx>
À : cobalt-developers@xxxxxxxxxxxxxxx <cobalt-developers@xxxxxxxxxxxxxxx>
Date : 10 octobre, 2000 21:43
Objet : Re: [cobalt-developers] permission error on installing mysql DBD
driver for perl


>Thanks Jerald,
>I did that.  According to the telnet prompt I am logged in as root.  Still
getting that same error.
>Thanks for your help.  Any other possibilities?
>
>thanks again,
>Albert
>
>
>Jerald C Jones wrote:
>
>> > Hi all,
>> > I'm at a loss...
>> > I've installed the DBI drivers with no problems.
>> > Now I'm trying to install  Msql-Mysql-modules-1.2215
>> > When I run make test, I get the following  permission error:
>> >
>> > t/10dsnlist.........DBI->connect failed: Access denied for user:
>> > 'admin@localhost' (Using password: YES) at t/10dsnlist.t line 45
>> > Cannot connect: Access denied for user: 'admin@localhost' (Using
password: YES)
>> >         Either your server is not up and running or you have no
>> >         permissions for accessing the DSN DBI:mysql:database=test.
>> >         This test requires a running server and write permissions.
>> >         Please make sure your server is running and you have
>> >         permissions, then retry.
>> >
>> >
>>
>> It would appear from the above error message that you are not logged in
as root, but rather you are logged in as admin.  Type su at
>> the prompt, and enter your password (should be the same password as
admin).
>>
>> JC Jones  :)
>>
>> _______________________________________________
>> cobalt-developers mailing list
>> cobalt-developers@xxxxxxxxxxxxxxx
>> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>
>--
>Albert Victor
>The Starlite Cafe
>http://www.thestarlitecafe.com
>Bringing Poets Together Worldwide
>
>
>_______________________________________________
>cobalt-developers mailing list
>cobalt-developers@xxxxxxxxxxxxxxx
>http://list.cobalt.com/mailman/listinfo/cobalt-developers
>