Mysql

The following notes were used by me when re-creating and migrating some of the websites on my local virtual machine.

Create new mysql database statement:

  • create database networknet;

Create new mysql database user for Wordpress of CMSMadeSimple installations:

  • GRANT ALL PRIVILEGES ON *.* TO ‘Ivan’@'localhost’ IDENTIFIED BY ‘P@ssw@rd1′ WITH GRANT OPTION;

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>