Use eprint; CREATE USER 'new123'@'localhost' IDENTIFIED BY 'new12345'; GRANT ALL PRIVILEGES ON * . * TO 'new123'@'localhost'; FLUSH PRIVILEGES; ------------------------------------------------------------------------- vi /home/mapsystems/koha-devnew/etc/koha-conf.xml ----------------------------------------------------------------------------- In Ubuntu 14.04 you may discover that your gitified install returns 403 errors - this is because of the changes to Apache directory security. A possible fix includes adding the following stanza to apache2.conf (could be added in the virtualhost, or in one of the koha-shared*.conf files as well):       Options Indexes FollowSymLinks       AllowOverride None       Require all granted --------------------------------------------------------------------------- export KOHA_CONF=/home/imsuc/koha-dev/etc/koha-conf.xml export PERL5LIB=/home/imsuc/kohaclone:/home/imsuc/kohaclone/lib /usr/bin/zebrasrv -f /home/imsuc/koha-dev/etc/koha-conf.xml & /etc/init.d/apache2 restart /etc/init.d/memcached restart