Created
July 6, 2009 20:40
-
-
Save hobodave/141666 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # at 895589273 | |
| #090706 12:00:08 server id 1 end_log_pos 895589478 Query thread_id=1819319 exec_time=0 error_code=1142 | |
| use sentact_sbch/*!*/; | |
| SET TIMESTAMP=1246906808/*!*/; | |
| SET @@session.pseudo_thread_id=1819319/*!*/; | |
| SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1, @@session.autocommit=1/*!*/; | |
| SET @@session.sql_mode=0/*!*/; | |
| SET @@session.auto_increment_increment=3, @@session.auto_increment_offset=1/*!*/; | |
| /*!\C utf8 *//*!*/; | |
| SET @@session.character_set_client=33,@@session.collation_connection=33,@@session.collation_server=33/*!*/; | |
| SET @@session.lc_time_names=0/*!*/; | |
| SET @@session.collation_database=DEFAULT/*!*/; | |
| UPDATE users SET last_login = '2009-07-06 12:00:08', failed_login_count = 0, reset_code = NULL WHERE username = '[email protected]' | |
| /*!*/; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Slave Last_Error: | |
| Last_Error: Query caused different errors on master and slave. Error on master: '%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'' (1142), Error on slave: 'no error' (0). Default database: 'sentact_sbch'. Query: 'UPDATE users SET last_login = '2009-07-06 12:00:08', failed_login_count = 0, reset_code = NULL WHERE username = '[email protected]'' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment