All of our servers are configured with MySQL listening on localhost. If you install from Fantastico, it will use this automatically. If you are building your own app or just need to configure one, just use localhost as the Hostname for MySQL. If you are using remote MySQL, you may use your domain name or the server name. ie, server.lithiumhosting.com:3306. You can then use your cpanel username and password, or a database specific username and password for authentication
Most Popular Articles
How can I change my MySQL database collation?
Usually you will be interested in changing your MySQL collation in order to solve problems with...
How can I import a large database? PhpMyAdmin times out.
For importing large databases we recommend using tools such as MySQL Query Browser. Before being...
What type of databases do you support? MySQL, PGSQL?
All Lithium Hosting servers support MySQL and PostgreSQL databases. Also with any of our hosting...
Is SQLite supported?
SQLite is a software library which implements an SQL database engine. SQLite and PDO_SQLite are...
How to optimize a MySQL database in PhpMyAdmin
It is always a good idea to keep your databases' tables optimized. Fortunately, making this...