Code in this video: hMailServer – Part 7 – Install and Configure RoundCube WebMail for hMailServer

Code in this video: hMailServer – Part 7 – Install and Configure RoundCube WebMail for hMailServer

✳️ Thank You for watching and Don't forget to Subscribe to my channel

👉 The version of Roundcube Webmail I'm using in the video: Google Drive Or Download the latest vesion from official website

📌 Create database for WebMail

	CREATE DATABASE Your-Database-Name;

	CREATE USER Your-Database-User@localhost IDENTIFIED BY 'Your-Database-Password';

	GRANT ALL ON Your-Database-Name.* TO Your-Database-User@localhost;

	FLUSH PRIVILEGES;

📌 Add end of page
	
	$config['enable_installer'] = true;

Leave a Reply

Your email address will not be published. Required fields are marked *