Results 1 to 1 of 1

Thread: MySQL libmysqld.dll v5.1

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2008
    Posts
    15

    MySQL libmysqld.dll v5.1

    I have an application that I developed using libmysqld.dll Ver 4.1?
    It runs perfectly.

    I have recently updated the headers etc and tried it with Ver 5.1

    If I use the strings in the documentation example here:
    http://dev.mysql.com/doc/refman/5.1/...rary-init.html
    at the library intialization stage mySQL_library_init()
    It will complete the initialization, but with an error = 1

    If I then add a path ie:
    "--datadir=F:\Documents and Settings\All Users\Application Data\MySQL\MySQL
    Server 5.1\data"
    ... it hangs.


    But, if I use these strings:
    "this_program"
    "--datadir=F:\Documents and Settings\All Users\Application Data\MySQL\MySQL
    Server 5.1\data"
    "--skip-innodb"
    "--skip-bdb"
    "--skip-networking"
    "--language=./english"

    ... it intializes with error code = 1

    In Fact there seems to be no combination that does not result in error code = 1

    What am I missing here?

    Any help would be greatly appreciated
    Last edited by Mike Trader; Aug 14th, 2008 at 07:24 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width