Wednesday, March 20, 2013

DSpace 3.0 Batch Installer is Now in Hand

Dear All,

I am very happy to introduce you the new lauch of DSpace 3.0 Batch Installer for Window.

Please doanlaod it from HERE

1 comment:

Anonymous said...

Hi,
i've tried to download the installer already three times but due to a very slow connection (around 26KB/s) the download gets interrupted. is there a way to download a copy of this from another Website with more bandwith?.

Create Superuser in Mysql

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