RE: perl/mysql issue...

2005-05-04 Thread bruce
Kristen G. Thorson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 8:21 AM To: [EMAIL PROTECTED] Subject: Re: perl/mysql issue... Bruce, You can't issue SHOW SLAVE STATUS because you only have permissions on the livejournal database. Try this: as root or someone with sufficient p

RE: perl/mysql issue...' (Using password: NO)'

2005-05-03 Thread bruce
ECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of bruce Sent: Tuesday, May 03, 2005 10:53 AM To: perl-win32-users@listserv.ActiveState.com; mysql@lists.mysql.com; 'Nikolas Coukouma' Subject: perl/mysql issue... hi... i have the following issu

Re: perl/mysql issue...

2005-05-03 Thread Michael Stassen
bruce wrote: The problem is in your code, not your db. hi... i have the following issue.. i've researched it from google.. but i still can't quite figure it out... i'm using a test app with DBI->connect() and i'm getting the following response... (print/debug statements...)

Re: perl/mysql issue...

2005-05-03 Thread Chris Wagner
At 10:52 AM 5/3/05 -0700, [EMAIL PROTECTED] wrote: >'DBD::mysql::db selectrow_hashref failed: Access denied for user: >'[EMAIL PROTECTED]' (Using password: NO) at /var/www/html/cgi-bin/DBI/Role.pm >$ mysql -uroot -p >mysql> CREATE DATABASE livejournal; >mysql> GRANT ALL PRIVILEGES ON livejournal.*

perl/mysql issue...

2005-05-03 Thread bruce
hi... i have the following issue.. i've researched it from google.. but i still can't quite figure it out... i'm using a test app with DBI->connect() and i'm getting the following response... (print/debug statements...) -- 'bd ds