phpbar.de logo

Mailinglisten-Archive

AW: perl und InnoDB

AW: perl und InnoDB

sheinatz mysql-de_(at)_lists.bttr.org
Thu, 25 Apr 2002 20:38:06 +0200



Da ich InnoDB nicht kenn, behelf dir doch mit


		open (COUNTER,'/etc/httpd/conf/ipconnect.conf');
		select(COUNTER);

			$config=<COUNTER>;
			$config1zeile=<COUNTER>;chomp($datasource);
			$config2zeile=<COUNTER>;chomp($user);
			$config3zeile=<COUNTER>;chomp($password);

			$ende=<COUNTER>;chomp($ende);





->Hallo Ihr!

->Ich habe ein kleines Problem:
->Folgendes funktioniert nicht:
->Fild /ect/httpd/conf/ipconnect.conf:
->[test]
->user=root
->password=***
->host=server.zolnott

->my $datasource ->
->="DBI:mysql:database=test;mysql_read_default_file=/etc/httpd/conf/ipconnec
t.conf;mysql_read_default_group=test";
->my $dbh = DBI->connect($datasource, undef, undef, {'RaiseError' =>  1});

->Die Applikation stürzt ab.

->Es geht hingegen:
->my $datasource = "DBI:mysql:database=test;host=server.zolnott";
->my $user = "root";
->my $password = "***";
->my $dbh = DBI->connect($datasource, $user, $password, {'RaiseError' =>
1});

->Das obere geht erst nicht mehr, seit ich die Datenbank auf InnoDB
->umgestellt hat.

->Kann mir jemand helfen. Ich hätte es gerne, daß es wieder in der oberen
->Weise funktioniert.

->Danke

--
->See you
                                .--.
->Michael Ott                    |o_o |
->Glockenhofstr 29 a             ||_/ |
->90478 Nuernberg               //   \ \
->->e-mail: ZolnOtt_(at)_NEFkom.net   (|     | )
->Tel. +49 9 11 41 88 576     /'\_   _/`\
 ->                           \___)=(___/

---
Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter
-->>  http://www.4t2.com/mysql 



php::bar PHP Wiki   -   Listenarchive