DBIx::MyParse

DBIx::MyParse is a Perl module that provides access to the MySQL SQL parser.
Download

DBIx::MyParse Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Philip Stoev
  • Publisher web site:
  • http://search.cpan.org/~philips/

DBIx::MyParse Tags


DBIx::MyParse Description

DBIx::MyParse is a Perl module that provides access to the MySQL SQL parser. DBIx::MyParse is a Perl module that provides access to the MySQL SQL parser.Requirements:· PerlINSTALLATION:A binary RPM built using cpan2rpm on a Fedora Core 6 is available from http://www.sf.net/projects/myparse. To compile the module from scratch please do the following:A. Prepare your MySQL source1. Download the latest 5.0 MySQL source from http://dev.mysql.com/downloads/mysql/5.0.html and unzip it2. Apply the patch # cd /usr/src/your-mysql-source # cat /usr/src/DBIx-MyParse/mysql.patch | patch -p13. Configure the MySQL source # cd /usr/src/your-mysql-source # ./configure --with-embedded-server # makeYou do NOT need to do "make install". This way, any other MySQL installations that you have will not be overwritten. You only need to have a populated /usr/local/share/mysql/ directory (containing errmsg.txt).If you do not have it, do: # cd /usr/src/your-mysql-source # cd sql/share # make instalB. Install DBIx::MyParse # perl Makefile.PL # make install # mkdir /tmp/myparse # mkdir /tmp/myparse/test # make testYou will need to create /tmp/myparse and /tmp/myparse/test to run the test suite.


DBIx::MyParse Related Software