W liście z pon, 25-08-2003, godz. 17:24, Herbert Braun, Berlin Tourismus Marketing GmbH pisze: > I have set up the scenario you describe below and got a dummy connection > running - even though 'make test' of DBD::mysql massively complained about > not finding a database server ...
I just took a look at DBD::mysql tests and I see that you can set shell's environment variable DBI_DSN to something like 'DBI:mysql:database=test;host=your_mysql_server_host_name', DBI_USER to your mysql user name and DBI_PASS to your mysql user's password and than 'make test' will be able to find your mysql database. Of course, you have to create mysql user first, but I presume, that You already did so, and that You already checked, if you can connect to your mysql server from your webserver using 'mysql' command. Hope that helps, Waldemar
