Refer to your setup email to find the IP of your MySQL server. You can also use mysql.your-domain.com where required. You can also ping mysql.your-domain.com to find the IP in case you've forgotten your password.
If you're using Linux based server then you can use 'localhost'
- 0 Kasutajad peavad seda kasulikuks
Seotud artiklid
What is the default mysql port?
3306 is the default mysql port.
How to connect to PostgreSQL from PHP?
For connecting to a PostgreSQL database from PHP you can use the standard pg_Connect() function.
How to import an .sql file into a Postgre database?
Log in to your cPanel and open the phpPgAdmin tool. Then click on the PostgreSQL link at the left...
How to create a Postgre user?
In order to create a PostgreSQL user you should go to your cPanel -> PostgreSQL Databases...
How to create a Postgre database?
Creating a PostgreSQL database is a straight-forward process. All you need to do is log in to...