Query: dbix::datasource::mysql
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DataSource::mysql(3) User Contributed Perl Documentation DataSource::mysql(3)NAMEDBIx::DataSource::mysql - MySQL driver for DBIx::DataSourceSYNOPSISuse DBIx::DataSource; use DBIx::DataSource qw( create_database drop_database ); create_database( "dbi:mysql:$database", $username, $password ) or warn $DBIx::DataSource::errstr; create_database( "dbi:mysql:database=$database;host=$hostname;port=$port", $username, $password ) or warn $DBIx::DataSource::errstr; drop_database( "dbi:mysql:$database", $username, $password ) or warn $DBIx::DataSource::errstr; drop_database( "dbi:mysql:database=$database;host=$hostname;port=$port", $username, $password ) or warn $DBIx::DataSource::errstr;DESCRIPTIONThis is the MySQL driver for DBIx::DataSource.AUTHORIvan Kohler <ivan-dbix-datasource@420.am>COPYRIGHTCopyright (c) 2000 Ivan Kohler Copyright (c) 2000 Mail Abuse Prevention System LLC All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.BUGSSEE ALSODBIx::DataSource::Driver, DBIx::DataSource, DBD::mysql, DBI perl v5.8.0 2000-09-25 DataSource::mysql(3)