Wednesday, January 18, 2012

Interegated Feedburner Services to Dspace

applying feed bernor to dspace

No comments:

Create Superuser in Mysql

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