Questions and answers
SQL Bases
How to connect to my data base?
The sub-domain named 'sql' point is targeting the server that contain your database. For example, if your domain name is domaine.tld you must use the server sql.domaine.tld in your scripts.
Important: please don't use localhost.
How to access to phpMyAdmin ?
The databases administration tool is located on the 'sql' sub domaine. For example, if your domain name is domaine.tld, use the address http://sql.domaine.tld
I just see one database whereas I have several of them !
You can contact the technical support and indicate the number of data bases to be created.
What is the weight limit for a batabase ?
The maximum size advised by database is 50 MB. Your database can be more big, but would be transferred on a dedicated server for heavy databases.
How to make my databases faster ?
You can use Indices, limit your requests to the only useful data, and don't use JOIN whithout needs.
Can you safeguard my database periodically ?
You can contact the technical support to receive each days a backup your database on your ftp space.