我在AIX上装了MYSQL,但启动的时候却报 $ ./mysqld
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
030826 12:17:51 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
030826 12:17:53 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
030826 12:17:53 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./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
030826 12:17:56 InnoDB: Started
030826 12:17:56 Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't exist
030826 12:17:56 Aborting
030826 12:17:56 InnoDB: Starting shutdown...
030826 12:17:57 InnoDB: Shutdown completed
030826 12:17:57 ./mysqld: Shutdown Complete
这个 table 'mysql.host' 不存在,但是有的啊,请指教