Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find correct details for PHPMyAdmin database?

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 = "";
like image 524
ryni201400 Avatar asked Jan 21 '26 04:01

ryni201400


1 Answers

After clicking on your database in phpMyAdmin, you may (or may not) see a "Privileges" tab where you can add users.

phpmyadmin

If not, go to the "MySQL Databases" page in hosting24's cPanel site and you'll see the relevant option at the bottom.

like image 50
rjdown Avatar answered Jan 22 '26 16:01

rjdown



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!