I have a database with phpMyAdmin, when I use it with my localhost it works perfect, but if I want to upload the database to my domain, how do I know the host, username and password?
Thanks
I have a database with phpMyAdmin, when I use it with my localhost it works perfect, but if I want to upload the database to my domain, how do I know the host, username and password?
Thanks
If what you want is to upload your database to your host, you have to go to the database section, your host will ask you to define the name and password of the user who will have access to that database, those are the what will you use for your connection.
In the host section in your connection file you can leave localhost, if your files are stored in the same host, in case you want to make an external connection to your database you will have to use the ip of your host
I hope it helps you.