mysqld          0:off   1:off   2:on    3:on    4:on    5:on    6:off
这个是mysql自动启动的信息吗?数字是代表什么的?谢谢

解决方案 »

  1.   

    这个是在哪里看到的?一般启动信息会象这样。InnoDB: The first specified datafile /home/heikki/data/ibdata1
    did not exist:
    InnoDB: a new database to be created!
    InnoDB: Setting file /home/heikki/data/ibdata1 size to 134217728
    InnoDB: Database physically writes the file full: wait...
    InnoDB: datafile /home/heikki/data/ibdata2 did not exist:
    new to be created
    InnoDB: Setting file /home/heikki/data/ibdata2 size to 262144000
    InnoDB: Database physically writes the file full: wait...
    InnoDB: Log file /home/heikki/data/logs/ib_logfile0 did not exist:
    new to be created
    InnoDB: Setting log file /home/heikki/data/logs/ib_logfile0 size
    to 5242880
    InnoDB: Log file /home/heikki/data/logs/ib_logfile1 did not exist:
    new to be created
    InnoDB: Setting log file /home/heikki/data/logs/ib_logfile1 size
    to 5242880
    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
    InnoDB: Started
    mysqld: ready for connections
      

  2.   

    先谢谢楼上,我是用ssh连接服务器之后在ssh中看到的,不知道是什么意思
      

  3.   

    我也是用ssh  连的linux啊。进去之后,你用的什么命令显示的?
      

  4.   

    [root@localhost /]# /sbin/chkconfig --list
    用的这个命令