Hi All,
Why I can connect MySql in EvenHeaders.vbs
error hmailserver :
"ERROR" 3020 "2020-09-25 11:23:56.653" "Script Error: Source: Microsoft OLE DB Provider for ODBC Drivers - Error: 80004005 - Description: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified - Line: 226 Column: 0 - Code: (null)"
I have install MariaDB ODBC 3.1
Without ODBC
CNN = "Driver={MariaDB ODBC 3.1 Driver};Server=localhost;Database=roundcubemail;User=user;Password=pw;Option=3;"
With ODBC
CNN ="DSN=dns_round;uid=user;pwd=pw;DATABASE=roundcubemail;"
both of them working at other vbscrtipt ... like test.vbs
but in EvenHeaders.vbs in hmailserver error & not working
Error connect mysql
Re: Error connect mysql
check the user that the hmailserver SERVICE is running under
That is probably local system account
You may need to create a special user to run hMailserver SERVICE under
That is probably local system account
You may need to create a special user to run hMailserver SERVICE under
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: Error connect mysql
I use MariaDB 32 bit ,... so EvenHeaders.vbs working can connect mysql
MariaDB 64 bit can't connect

MariaDB 64 bit can't connect
