Re: [users@httpd] Apache 2.4, Perl 5.010, MySQL 5.6 and Windows 8.1 pro - no database connection

2015-04-20 Thread Jeff Trawick
On 04/20/2015 04:31 AM, Dan Östberg wrote: Any changes of httpd.conf that I shall do? Or in any other configuration file? Or...? DBIcreatetabledoesn't run but printenv does: Have you tried running DBIcreatetable from the command-line to see if you get any Perl compile failure or other fatal

[users@httpd] Apache 2.4, Perl 5.010, MySQL 5.6 and Windows 8.1 pro - no database connection

2015-04-20 Thread Dan Östberg
Any changes of httpd.conf that I shall do? Or in any other configuration file? Or...? DBIcreatetable doesn't run but printenv does: DBIcreatetable: #!C:\Dwimperl\perl\bin\perl.exe use 5.010; use strict; use warnings; use DBI; print Content-type: text/plain; charset=iso-8859-1\n\n; say Perl