frazap has asked for the wisdom of the Perl Monks concerning the following question:
I setup a new perl (strawberry portable) and I'm stuck with a failing connection to mysql server. That connection was working (and is still working) without problem on my old perl setup. I have no admin rights on the mysql server, I didn't create the users and password myself.
I have tried to move DBIx::Class in perl/site/lib and DBI in perl/vendor/lib from the old to the new install, but that does not change the problem.
The error isDBI Connection failed: DBI connect('host= ... ;database= ... ;','user_ +name',...) failed: Authentication plugin 'mysql_old_password' cannot +be loaded: The specified module could not be found. at c:/spp/perl/vendor/lib/DBIx/Class/Storage/DBI.pm line 1517. at c:/ +spp/perl/vendor/lib/DBIx/Class/Schema.pm line 1118. DBIx::Class::Schema::throw_exception(Dbc::Schema=HASH(0x5aa0c2 +4), "DBI Connection failed: DBI connect('host=mysql.unifr.ch;datab".. +.) called at c:/spp/perl/vendor/lib/DBIx/Class/Storage.pm line 113 DBIx::Class::Storage::throw_exception(DBIx::Class::Storage::DB +I=HASH(0x5aa516c), "DBI Connection failed: DBI connect('host=mysql.un +ifr.ch;datab"...) called at c:/spp/perl/vendor/lib/DBIx/Class/Storage +/DBI.pm line 1558 DBIx::Class::Storage::DBI::catch {...} ("DBI connect('host=mys +ql.unifr.ch;database=dokpe_i02;','dokpe_"...) called at c:/spp/perl/v +endor/lib/Try/Tiny.pm line 123
Thanks for any help
F.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: plugin 'mysql_old_password' cannot be loaded
by marto (Cardinal) on Feb 15, 2019 at 09:47 UTC | |
by frazap (Monk) on Feb 15, 2019 at 12:02 UTC | |
by Lotus1 (Vicar) on Feb 15, 2019 at 14:26 UTC | |
by marto (Cardinal) on Feb 15, 2019 at 15:54 UTC | |
by frazap (Monk) on Feb 15, 2019 at 14:47 UTC | |
by marto (Cardinal) on Feb 15, 2019 at 15:51 UTC | |
by poj (Abbot) on Feb 15, 2019 at 16:53 UTC | |
| |
by poj (Abbot) on Feb 19, 2019 at 15:06 UTC | |
|