in reply to DBI connect problems

You'll have to configure mysql to accept connections from user 'bla' and the locations it can connect from. You do that on the 'mysql' database, 'users' table.

Replies are listed 'Best First'.
Re^2: DBI connect problems
by Anonymous Monk on Jun 12, 2008 at 15:46 UTC
    Hi I can connect from any location-Desktop or from some other folder. the error that i am getting is: Access denied for user 'bla'@'localhost' (using password: YES) at names_db.pl line 50. when I am doing manipulations for second time;