[Mass mailing] manages the SQL Server ce database of hmailserver

Source: Internet
Author: User
Tags management studio sql server management sql server management studio microsoft website

If your hmailserver uses SQL Server or MySQL, the Enterprise Manager and phpMyAdmin of SQL Server can easily solve the problem. What if you use the SQL Server compact edition database built in hmailserver? How can I query the data in it?

First, you have to install a management studio of SQL Server 2008. The free Express version is enough. After trying it out, the 2005 version is unavailable and available on the Microsoft website, after installation, run SQL Server Management studio. Select SQL Server compact edition for the server type, and select hmailserver for the database file. well, what is the last one, password, and password? I tried the hmailserver system management password. It is wrong. What is the database connection password?

 

 

Open the bin directory under the hmailserver installation directory and find the hmailserver. open the INI file. There is a password in the [database] field, copy the string after =, and open the Addons \ utilities directory in the hmailserver installation directory, which contains several vbs files, double-click decryptblowfish. vbs, of course, the prerequisite for running is that you have not disabled the system script running and run decryptblowfish. vbs first prompts you to enter the administrator password, and then prompts you to enter the encrypted password. Just the string you copied. A string of characters is displayed in the last dialog box. copy it, that character is the database connection password.

Then you can manage your database. You can also click "create query" and create a simple query statement select count (accountid) from hm_accounts to query the number of users you have.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.