Issue
I have created a MySQL
database within phpmyadmin
on http://www.hosting24.com/ but I am unsure where to find my details in order to correctly link my Android Application
to it using PHP scripts
.
I.e I do not know these details, and want to know where I could find them?
$mysql_host = "";
$mysql_database = "";
$mysql_user = "";
$mysql_password = "";
Solution
After clicking on your database in phpMyAdmin, you may (or may not) see a "Privileges" tab where you can add users.
If not, go to the "MySQL Databases" page in hosting24's cPanel site and you'll see the relevant option at the bottom.
Answered By - rjdown
Answer Checked By - Mildred Charles (JavaFixing Admin)