I've just installed easyPHP 3.0 in my computer with window vista home premium SP1 64-bit and I had the error "Unexpected end of MySql... See log file" I got the information in the faq saying "An older configuration file from a previous installation of Mysql was left on your computer. Find the c:\my.cnf and rename it." but i couldnot found the file c:\my.cnf in my computer. this is the log file:
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
090309 21:21:06 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090309 21:21:06 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...
090309 21:21:06 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
090309 21:21:06 InnoDB: Started; log sequence number 0 0
090309 21:21:37 [Note] Event Scheduler: Loaded 0 events
090309 21:21:37 [Note] C:\PROGRA~2\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community' socket: '' port: 3306 MySQL Community Server (GPL)
What can be in this case the problem and the solution? TY.
works fine on the first installation but once easyphp shutdown... impossible to restart exactly the same message :
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
090322 17:35:56 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090322 17:35:57 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...
090322 17:35:57 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
090322 17:35:59 InnoDB: Started; log sequence number 0 0
090322 17:35:59 [Note] Event Scheduler: Loaded 0 events
090322 17:35:59 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community' socket: '' port: 3306 MySQL Community Server (GPL)