1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
090601 11:57:29 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090601 11:57:31 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090601 11:57:32 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 10 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
090601 11:57:34 InnoDB: Started; log sequence number 0 0
090601 11:57:34 [Note] Event Scheduler: Loaded 0 events
090601 11:57:34 [Note] C:\PROGRA~1\new\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community' socket: '' port: 3306 MySQL Community Server (GPL) |