Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 

#shutdown
To stop mysql: mysqladmin -u root -p shutdown
#restart
To restart mysql: sudo mysqld_safe &