Embedded demo not working
Posted: Sun 20 Sep 2009 08:51
Hello!
I'm using Delphi 2006 and MyDac 4.3. Embedded demo app tells me error on opening table (LOG-last line):
*******
mysql_embedded, Version: 4.1.7-embedded-log. embedded library
Time Id Command Argument
InnoDB: The first specified data file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ibdata1 did not exist:
InnoDB: a new database to be created!
090920 10:46:45
InnoDB: Setting file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090920 10:46:45
InnoDB: Log file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
090920 10:46:46
InnoDB: Log file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
090920 10:46:59 [ERROR] mysql_embedded: Can't find file: 'c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\mysql\time_zone_leap_second.frm' (errno: 22)
090920 10:46:59 [Warning] Can't open and lock time zone table: Can't find file: 'c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\mysql\time_zone_leap_second.frm' (errno: 22) trying to live without them
090920 10:46:59 1 Query SELECT * FROM EMP ORDER BY ENAME
090920 10:46:59 [ERROR] mysql_embedded: Can't find file: 'c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\test\emp.frm' (errno: 22)
*******
Any sugestions?
I'm using Delphi 2006 and MyDac 4.3. Embedded demo app tells me error on opening table (LOG-last line):
*******
mysql_embedded, Version: 4.1.7-embedded-log. embedded library
Time Id Command Argument
InnoDB: The first specified data file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ibdata1 did not exist:
InnoDB: a new database to be created!
090920 10:46:45
InnoDB: Setting file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090920 10:46:45
InnoDB: Log file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
090920 10:46:46
InnoDB: Log file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
090920 10:46:59 [ERROR] mysql_embedded: Can't find file: 'c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\mysql\time_zone_leap_second.frm' (errno: 22)
090920 10:46:59 [Warning] Can't open and lock time zone table: Can't find file: 'c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\mysql\time_zone_leap_second.frm' (errno: 22) trying to live without them
090920 10:46:59 1 Query SELECT * FROM EMP ORDER BY ENAME
090920 10:46:59 [ERROR] mysql_embedded: Can't find file: 'c:\Dev\CoreLab\Mydac for Delphi 2006\Demos\Win32\Embedded\data\test\emp.frm' (errno: 22)
*******
Any sugestions?