Home » Categories » Database » MySQL |
What is the connection string for my mariaDB database? |
Article Number: 318 | Rating: Unrated | Last Updated: Fri, Jun 26, 2020 at 12:54 AM
|
If you want to connect from your site to your mariaDB database, please use:
Server=localhost; Port=3306; Database={database}; Uid={user}; Pwd={password}
{user} = the db username that you created on our Control Panel
{password} = the db password that you created on our Control Panel
|
Attachments
![]()
There are no attachments for this article.
|
Can I set up additional logins for my MySQL database?
Viewed 2426 times since Mon, Apr 30, 2012
What is the connection string for my MySQL database?
Viewed 3347 times since Mon, May 7, 2012
How do I query MySQL Database in PHP ?
Viewed 2780 times since Tue, May 1, 2012
How do I query MySQL database in ASP.NET?
Viewed 11939 times since Tue, May 1, 2012
Do you support MySQL WebAdmin Access?
Viewed 2691 times since Tue, May 1, 2012
Can i login to my MySQL database via my own mySQL tool?
Viewed 2504 times since Mon, May 7, 2012
Can you grant SELECT PRIVILEGE to the system table mysql.proc
Viewed 5595 times since Mon, Jun 18, 2012
|