Please check this link for the screenshot: https://i.stack.imgur.com/31asM.jpg][1]
And this is my .php connection string code.
<?php
$mysql_hostname = "103.20.200.153";
$mysql_username = "jhaycorc_android";
$mysql_password = "******";
$mysql_database = "jhaycorc_myandroid";
$conn= mysqli_connect($mysql_hostname,$mysql_username,$mysql_password,$mysql_database) or die ("Couldn't connect to database: " . mysqli_connect_error());
?>
this is a online phpmyadmin mysql database server from Crazy domains but i think it has a permission or something. Any suggestions or tip with this? TIA