- or download this
C:\xampp\perl\bin>perl -MDBIx::Class::Schema::Loader=make_schema_at,du
+mp_to_dir:.\lib -e "make_schema_at('turboimmisoft::Schema', ['dbi::my
+sql::dbname=t
urboimmisoft', 'root', ''])"
- or download this
Reference found where even-sized list expected at C:/xampp/perl/site/l
+ib/DBIx/Class/Schema/Loader.pm line 165.
DBIx::Class::Storage::DBI::_connect(): You did not provide any connect
+ion_info at -e line 1
- or download this
use DBI;
my $driver = "mysql";
...
my $password = "";
my $dbh = DBI->connect($dsn, $userid, $password) #, {RaiseError => 1
+, AutoCommit => 1}
or die "Could not connect to database:$DBI::errstr";