Database Error

A

Anonymous

Guest
Hi.
When I query the database i get this message.
PMA Database ... not OK[ Documentation ]
General relation features Disabled
Is this becaus I set up php or mysql incorrectly?
 
What does this mean?
-----------------------------------------------------------------
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
060824 11:22:47 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
060824 11:22:47 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...
060824 11:22:48 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
060824 11:22:48 InnoDB: Started; log sequence number 0 0
060824 11:22:49 [Note] C:\MySQL\bin\mysqld-nt: ready for connections.
Version: '5.0.24-community-nt' socket: '' port: 3306 MySQL Community Edition (GPL)
060824 13:25:19 [Note] C:\MySQL\bin\mysqld-nt: Normal shutdown

060824 13:25:19 InnoDB: Starting shutdown...
060824 13:25:21 InnoDB: Shutdown completed; log sequence number 0 43655
060824 13:25:21 [Note] C:\MySQL\bin\mysqld-nt: Shutdown complete

060824 13:27:01 InnoDB: Started; log sequence number 0 43655
060824 13:27:12 [Note] C:\MySQL\bin\mysqld-nt: ready for connections.
Version: '5.0.24-community-nt' socket: '' port: 3306 MySQL Community Edition (GPL)
 
Back
Top