Hi all,
I am trying to create a table in CreateTable sub and update the created table using load data infile in UpdateTable sub.
dbh = DBI->connect statement worked well in the first sub and I have the table created.
Next sub,it raised an error:
DBD::mysql::db do failed: Access denied for user 'bla'@'localhost' (using password: YES) at names_db.pl line 60.
I have disconnected the earlier dbh.
How do I connect to the same db again?Do I really need to do that?