Sorry, I found the solution myself after hours (luckily I had spare hours in sick leave...)
For others who may have this issue:
installed phpmyadmin but could not get access to it, so found this post:
https://askubuntu.com/questions/6687...on-this-server
used these commands it mentions:
Code:
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin
sudo service apache2 restart
after that, could get wp-admin page, but it said that database does not exist.
created database again - and it worked...
Perhaps someone would like to explain what happened there?..