 |
| Mission Critical Hosting Services Offerring Reliability & Value |
|
|
Answers
|
- What is MySQL?
MySQL is a relational database management system (RDBMS). Compared with Oracle or Microsoft SQL Server, it has fewer capabilities but as a result, it runs faster--twice as fast or more, on comparable hardware. It is even faster at many operations than Access. It is developed by a Swedish company called T.c.X.
[Back to top]
- What host should I use?
You should set your host to "localhost" or your domain name.
[Back to top]
- What version of MySQL are you running?
mysql Ver 11.12 Distrib 3.23.32, for pc-linux-gnu (i686)
[Back to top]
- Does reliaval store databases on a seperate server?
no, Mysql is on the same server as your web account.
[Back to top]
- Where is the full documentation
The main MySQL web site is http://www.mysql.com. It has the complete MySQL manual, as well as benchmark comparisons with other RDBMS's and information about getting support and consulting help for MySQL.
[Back to top]
- Will I have complete DBA privileges?
Yes. When the database is set up your login is given complete DBA (Database Administration) privileges over it.
[Back to top]
- How do I setup a new database?
If you do not request a new database setup during your inital install, you can request the database by emailing support@reliaval.com
[Back to top]
- What language API's are provided?
MySQL API's are installed for PHP and Perl.
[Back to top]
- Once the database is setup, how do I administer it?
There are a variety of scripts that will assist you with administering a database.
phpMyAdmin is a really good tool for this, we can install it for you if requested.
If you would like to do it manually, you can log into reliaval's telnet or SSH:
When prompted for your username and password, use the DBA information you requested.
[Back to top]
|
|
|
|