Thursday, February 26, 2015

Repository of the Month

DSpace Conference Cum Workshop-May, 2015 at Gandhinagar



Visit the DSpace Site
http://dspace.nitrkl.ac.in:8080/dspace/

No comments:

Create Superuser in Mysql

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