Menu

Envision Access Problems

Envision database could have a problem in MYSQL authentication process. In such a case try to update the 'tbl_operators' table using the following SQL command:

UPDATE `tbl_operators` SET `password` = PASSWORD( 'admin' ) WHERE `operator_id` =7

You should read in the 'password' field the following string:
*4ACFE3202A5FF5CF467898FC58AAB1D615029441

Then retry to access.

Posted by Piero Berritta 2006-04-06

Log in to post a comment.