This guide will show you how to add Remote MySQL Access in the webuzo enduser panel.
Go to Webuzo Enduser Panel > Database > Remote MySQL Access
1. localhost
Click on Add Host to create new Host.

Select Mysql User from the dropdown list.
You can add Access Host from the dropdown list.
2. Any Host
Select Mysql User from the dropdown list.
You can add 'Any Host' from the dropdown menu.
Now the Mysql user added successfully for 'Any Host'

You can now connect the admin_demo user to the remote MySQL server using the following command:
mysql -u admin_demo -p -h <ip>
Then enter the admin_demo user password
Now the user connected successfully.
3. Use Text Filed
Select Mysql User from the dropdown list.
Select 'Use Text Filed' from the dropdown menu.

Now the multiple hosts added successfully.