View Questions by Category: |
|
|
MySQL
|
There were 9 questions found in this category:
-
Can I use my cgi scripts with MySQL?
Certainly. MySQL has API supports for many different languages, such as Perl, C, C++, Python, PHP, Tcl and so on. You can also use Java via the JDBC support of MySQL.
-
Do you offer remote access to your MySQL server?
We do not offer external access to the MySQL server. You can only access the database via localhost.
We do however, have an excellent phpmyadmin interface that allows full functionality on your database. It is located inside your cPanel. ...
-
How do I connect to the MySQL server?
The server name to connect to is "localhost". Perl DBI, and PHP are all supported methods of connecting to the MySQL server.
-
How do I dump my MySQL database?
You can do this through the MySQL admin interface, PHPMyAdmin, located inside your cPanel.
-
How do I go about getting a MySQL database setup with Host1?
If your hosting plan offers a MySQL database, you can contact the support team at support@host1.com.au to have it set up. Include the following information. Your: Host1 account nameaccount passworddomain namedesired database namedesired database password...
-
How do I restore a MySQL database?
You can use the phpmyadmin interface located inside your cPanel to import a saved MySQL database.
-
How fast and reliable is MySQL?
The main goals of MySQL are speed, robustness and ease of use. MySQL is an SQL server that could handle very large databases an order of magnitude faster than what any database vendor could offer. It can operate in an environment with more than 40 databases containing 10,000 tables, of which more th...
-
What is MySQL?
MySQL is a true multi-user, multi-threaded SQL database server. SQL is the most popular database language in the world. MySQL is a client/server implementation that consists of a server daemon mysqld and many different client programs and libraries.SQL is a standardized language that makes it easy t...
-
Where can I get more information about MySQL?
You can get more information, including documentation about MySQL at its homepage http://www.mysql.com
|