It came out that to fix it in Virtualbox environment these additional steps must be executed
- get focus to new Virtualbox window with mouse during startup
- hold down SHIFT key to get into GRUB menu.
# ssh -l root 192.168.1.68
# mkdir /volume/temp
# cd /volume/temp
# wget http://wizjos.endofinternet.net/synology/archief/syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh
# chmod +x syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh
# sh syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh
# vi /root/.profile and put # before PATH ...
# browser: reboot DS112+ from Synology Diskstation Main menu
# ssh root@192.168.1.68 (root password is same as admin password)
# cd /volume1/web
# mv wordpress wordpress_old (move old version to another location)
# wget http://wordpress.org/latest.zip
# unzip wordpress-3.4.2.zip
# cd /volume1/web/wordpress
# mv wp-config-sample.php wp-config.php (main wordpress configuration file)
# vi
wp-config.php# phpMyAdmin: drop all tables in wordpressblog database
# browser: http://192.168.1.68/wordpress/wp-admin/install.php
# and install wordpress
#
cd /volume1/web
# chown -R nobody:nobody wordpress (just for security reasons)