CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Posts
    14

    Unhappy mysql embedded - error 1146

    hi! i hope this is the right section...
    i'm developing a software based on mysql embedded system...
    the version i'm using is 5.1 (it's the only one i found that have libmysqld...)
    i'm referring to this site -> http://lstigile.wordpress.com/2009/0...-2008-express/
    if i create a table using MyISAM engine everything works.
    if i use InnoDB it says "error 1146 (table xxx.yyy does not exists)"...
    what can i do?! I need to work with InnoDB engine!

  2. #2
    Join Date
    Jul 2009
    Posts
    14

    Re: mysql embedded - error 1146

    solved. used alredy existing non-table file and deleted ib_logfile0 and ib_logfile1

Tags for this Thread

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

Featured