Hi,
How to configure one other account vs SQL server?
Change to other account
Re: Change to other account
You want to change your SQL server connection account?
Create a new user in SQL using SQL Server Management Studio or similar, AND then change the hmailserver.ini to reflect the change
Create a new user in SQL using SQL Server Management Studio or similar, AND then change the hmailserver.ini to reflect the change
Just 'cause I link to a page and say little else doesn't mean I am not being nice.
https://www.hmailserver.com/documentation
https://www.hmailserver.com/documentation
Re: Change to other account
Thanks. Previous password was encrypted below
How to put other password well?Username=sa
Password=****************removed********
Re: Change to other account
It is Blowfish encrypted
./bin/DBSetupQuick.exe is probably easiest way to enter new username and password
./bin/DBSetupQuick.exe is probably easiest way to enter new username and password
Just 'cause I link to a page and say little else doesn't mean I am not being nice.
https://www.hmailserver.com/documentation
https://www.hmailserver.com/documentation
Re: Change to other account
Sorry, nothing comes out, in the following
Re: Change to other account
DBQuick.exe does this:
It basically creates a Internal MS-SQL-CE Database, but it doesn't create a MS-SQL Server (not CE), a MySQL or PostgreSQL Database, but it launches DBUpdater.exe if a Database
was already created and needs a updated Database SQL-Structure or Data. DBUpdater.exe quits if nothing is to do.
Code: Select all
if (_application.Database.DatabaseType == hMailServer.eDBtype.hDBTypeMSSQLCE ||
_application.Database.DatabaseType == hMailServer.eDBtype.hDBTypeUnknown)
{
InitializeInternalDatabase();
}
was already created and needs a updated Database SQL-Structure or Data. DBUpdater.exe quits if nothing is to do.
Re: Change to other account
Hi,
What does nothing happen, when I call "DBSetupQuick.exe"?
What does nothing happen, when I call "DBSetupQuick.exe"?
Re: Change to other account
Hi,
Any help?
Any help?