Subscribe Content

Enter your email address subscribing DUC Content Alert:


Delivered by FeedBurner

Create Superuser in Mysql

Login MySQL using mysql -u root -p CREATE USER 'superuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGE...