Frequently Asked Questions

These pages contain answers to the most common questions asked of Servlets.Net. To read an answer to a question, first select the category on the left, then the question on the right. If you don't find what you're looking for, feel free to send e-mail to our Support Department. If you would prefer, the entire FAQ is available on a single page.


 
General
Virtual Server
Java Servlets
Java Server Pages
Database
Internet
Dynamic Configuration Files
 
 
 
What database server is available?
What JDBC drivers are available?
Can I connect to my database from Microsoft Access or Visual Basic via ODBC?
Why do I have more than one database connection?
How do I pool my database connections?
How do I change my MySQL database's password?
How do I install the PoolMan connection broker software?
 

 
 
 

You can change the password to access your MySQL database from the localhost (the command prompt on a Servlets.Net machine or from your servlets) by executing the following command from the command prompt:

mysqladmin -p password newpassword

To change your database password for remote access, you will need to install the MySQL clients for Windows. From your Windows-based machine, use this command:

mysqladmin -hwww.yourserver.com -uusername -p password newpassword

Keep these lines as shown, but replace newpassword with what you want your new password to be. Also replace www.yourserver.com with your web address and username with your database username. Do NOT type your current password where the word password is. The command must have the word password in it to indicate that you are changing a password.

When you press enter, you will be asked for your old password. Type it in and press enter. Your password will then be changed.

 


 
Copyright © 1998 - 2007 Servlets.Net Corporation. All rights reserved. Legal Notices.