Wednesday, July 1, 2009

Starting up and Shutting Down a MySQL Server

There are different ways for starting up and shutting down a MySQL server. A MySQL server when it starts up it starts up all the way. When a MySQL server shuts down it shuts down all the way. MySQL cannot startup and and shutdown at different levels the way an Oracle database server can.

3 comments:

  1. Hi George,

    check the sentence:
    "MySQL cannot startup and and shutdown at different levels the way a MySQL database server can."

    Should be: "...the way an Oracle server can."

    ReplyDelete
  2. And there is also "mysqlmanager" (Removed in 6.0)

    ReplyDelete