PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, October 11, 2022

[FIXED] How to find correct details for PHPMyAdmin database?

 October 11, 2022     android, hosting, php, phpmyadmin     No comments   

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.

phpmyadmin

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 - Marie Seifert (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing