MySQL Questions
How many
MySQL databases do I get?
Depends on your hosting package,
Beginner 1
Advanced 2
Gold 3
Platinum 5
If you need more then you can add as many as you like for just
$5 per database. This is a
one time setup fee only.
Do you
provide root access to MySQL (or a dedicated MySQL server)?
No
How do I
administer a MySQL database?
You are responsible for providing your own administration tools for your database. At this
time, we do not provide technical support for MySQL users.
For further assistance, you may want to visit http://www.mysql.com.
If you use Microsoft Windows, you can download a Windows MySQL client from http://www.mysql.com/downloads/os-win32.html
If you use a Mac running OS X, there are two OpenSource applications you can use to
maintain your MySQL databases from your desktop: YourSQL and CocoaSQL.
You may also administer with phpMyAdmin tool from your
account control panel.
How do I access
a MySQL database?
You will manage your MySQL database using an interface such
as phpMyAdmin (installed on your site) or a program such as MySQL-Front, Mascon, etc. (run
from your Windows computer). The phpMyAdmin project: http://www.phpmyadmin.net/
MySQL-Front http://mysqlfront.sstienemann.de/
Mascon http://www.scibit.com/
More Windows MySQL applications are avaialble at: http://mysql.com/downloads/os-win32.html
If you use a Mac running OS X, there are two open source applications you can use
to maintain your MySQL databases from your desktop: YourSQL and CocoaSQL.
How much
storage space am I allowed to use in a MySQL database?
Your MySQL storage space will be shared with all of the other files in your disk space
quota so practically the max limit is the quota of total disk space available for your
package.
Where can
I find out more information about MySQL?
http://mysql.com
What
version of MySQL are you currently running?
MySQL 5.0.37
What
table types can I use?
We currently support myISAM, Heap, Merge, ISAM, and Berkely DB table types. |