Giter Club home page Giter Club logo

p5-dbd-mysqlpp's Introduction

DBD::mysqlPP - Pure Perl MySQL driver for the DBI
=====================================================================

DBD::mysqlPP is a Pure Perl MySQL dirver for the Perl5 Database
Interface(DBI). This module implements network protool between
server and client of MySQL, thus you don't need external MySQL
client library like libmysqlclient for this module to work.
It means this module enables you to connect to MySQL server from
some operation systems which MySQL is not ported. How nifty!

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Check that 'make test' of Net::MySQL is successful.


DEPENDENCIES

This module requires these other modules and libraries:

  DBI
  Net::MySQL

COPYRIGHT AND LICENCE


Copyright (C) 2002-2011 Hiroyuki OYAMA. Japan. All rights reserved.

Copyright (C) 2011 Takuya Tsuchida

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

p5-dbd-mysqlpp's People

Contributors

macfisherman avatar

Watchers

James Cloos avatar

p5-dbd-mysqlpp's Issues

Getting SQL syntax error when using bind_param

This error:

DBD::mysqlPP::st execute failed: #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?, ?

happens when using $sth->bind_param and a subsequent execute is issued.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.