Databases Articles
- Managing Databases
Once you have set up a database with your hosting account, you can log in to your... - Connecting to a MySQL Database Using CGI/Perl
This example describes using CGI/Perl to connect to a MySQL Database.... - Connecting to a MySQL Database on Your Linux Hosting Account Using PHP
This example describes using PHP to connect to a MySQL Database on a Linux hosting... - What version of MySQL are you currently running?
We are currently running the 4.0.24 version of MySQL on all of our shared hosting... - What is the number of maximum connections allowed to a single MySQL database?
We allow up to 50 simultaneous connections per MySQL user. - What is the server I should use in my code to connect to my database?
Do not use "localhost" as the hostname (or database server) for your... - Can I connect to my database remotely?
No, we do not allow external connections to our database servers. - What do I use for a host name when creating a MySQL database?
Do not use "localhost" as the hostname for your database-driven Web... - Which databases do you support on your Linux hosting accounts?
Currently, you can only set up a MySQL database using our Linux hosting accounts.... - Setting up a MySQL Database for Your Web Site
MySQL is a database server that you can use in conjunction with PHP and other... - Connecting to a MySQL Database on Your Linux Hosting Account Using JSP
This example describes using JSP to connect to a MySQL Database on a Linux hosting...