Create a database and account in MySQL: create database liferay; grant all on liferay.* to ‘liferay’@’localhost’ identified by ‘liferay’...