Versions Compared

Key

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

...

Code Block
mysqladmin create opexport -p #if you haven't set a password you can leave out the -p, if you need to run as a different user add -u user_name u root -p

After creating a new database you will want to create a new user and grant them access to the new database:

...