Re: Msql Question

Re: Msql Question

am 23.09.2003 07:42:30 von Jochen Wiedmann

Tim Dellinger wrote:

> sub OpenMySQL {
> use DBI;
> $dbh =
> DBI->connect("DBI:mysql:tna-zhlc_tna:216.206.61.76:2082","tn a-zhlc_test","te
> st");
> return; }

Try adding the RaiseError flag, as in

DBI->connect("DBI:mysql:tna-zhlc_tna:216.206.61.76:2082",
"tna-zhlc_test","test"
{RaiseError => 1});

That should make sure that you are seeing an error message.



> When I run the scripts I receive no errors but no information is returned to
> me. It should print this information to my screen. When I run it it just
> sits for awhile like it is accessing the database, but shows nothing. I put
> the :2082 behind my ip address because when I access the database at tna,
> through my database management control panel, it shows this in the url. My
> site administrator tells me that:
> It does not matter where you are to access your web site (and database) as
> long as you are connected to the internet.

This is not entirely true, depending on your network. For example, if you
are sitting behind some kind of personal firewall or router, then the
situation may be more complex.


Jochen


P.S: Please use the mailing list perl@lists.mysql.com for queries.



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org