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;

Recent Comments