One thing u can do is get MySQLCC from their website. It's a great GUI for
managing MySQL. U can edit the users and check permissions in a list and
per table. That should let u debug it.
--
REMEMBER THE WORLD TRADE CENTER ---=< WTC 911 >=--
"...ne cede males"
0100
_
Configure the script to run as a scheduled task?
I'm assuming that the OS is Windows here...
Brian
- Original Message -
From:
Ted Yu
To: perl-win32-users@listserv.ActiveState.com
Sent: Tuesday, May 03, 2005 19:06
Subject: uninstall/delete running
app
I
- Original Message -
From: "robert johnson" <[EMAIL PROTECTED]>
>
> So, now my question becomes trivial. How do I get Win32::SerialPort
towork
> under cygwin? i tried installing this module but it dies miserably during
the
> make. I therefore assumed it was incompatable with cygwin.
I have a program that run continuously once an hour that looks something like this:
while (1 == 1)
{
# stuffs ..
sleep(3600);
}
During uninstall, or if the customer tries to delete this program, it won't allow you to because the program is continuously running. I know you c
ummm
i made a mistake in what i posted... a typing error... it should have been
i did the following to configure the mysql database/table
--
$ mysql -uroot -p
mysql> CREATE DATABASE livejournal;
mysql> GRANT ALL PRIVILEGES ON livejournal.* TO
> lj@
bruce wrote a cross-post with:
> i can access the mysql db/livejournal from the mysql client/command line.
> mysql -ulj -host192.168.1.55 -p
what happens when you try this with the user/host you specified for the
database? i.e.
mysql -u lj -host localhost -p
or omit the host altogether. see
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.*
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
--- Bbirthisel wrote:
> Hello Robert,
>
> In a message dated 4/29/2005 7:51:42 PM Eastern Daylight Time,
> r_wray_johnson writes:
>
> > checking the checking serial control via ioctl... no
> > configure: WARNING: Without ioctl support, most serial control functions
> > are missing.
>
> That is
Hi all.
I am considering writing a perl utility to extract information from, and change
information in, MS-Project files. I've used OLE from perl with Excel before and
been moderately successful. I am hoping that there's a fairly straightforward
way to query/set details in project. That said,
> YAML doesn't support nested hashes. I wish it did.
Yes it does. It supports ANY ARBITRARY perl data structure. I use it
exclusively now instead of Data::Dumper.
--
Mark Thomas
Internet Systems Architect
___
BAE SYSTEMS Information Technology
2525 Network
11 matches
Mail list logo