Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

If one is going to perform maintenance on the IEPM data base, Such such as creating indexes, dropping indexes, optimizing the database, etc. The following steps should be taken to assure that no access is attempted while the database is undergoing modification.

...

It is not necessary to shut down mysql, but if you want to, use the following commands 

Anchor
shutdown
shutdown

To stop mysql: mysqladmin -u root -p shutdown
Anchor
restart
restart

To restart mysql: sudo mysqld_safe &