Bug #29488 | aes_encrypt() is not working when copy database from Mac OS X to Windows XP | ||
---|---|---|---|
Submitted: | 2 Jul 2007 15:14 | Modified: | 7 Aug 2007 18:11 |
Reporter: | Shanwen Yu | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Administrator | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | MacOS (and Windows XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | password |
[2 Jul 2007 15:14]
Shanwen Yu
[2 Jul 2007 21:11]
Sveta Smirnova
Thank you for the report. Please provide output of SHOW CREATE TABLE USER;
[6 Jul 2007 12:08]
Shanwen Yu
Here is the result of "Show Create Table User" | Table | Create Table | user | CREATE TABLE `user` ( `user_id` int(10) unsigned NOT NULL auto_increment, `user_type_id` tinyint(3) unsigned default NULL, `username` varchar(20) default NULL, `password` varchar(20) default NULL, `firstname` varchar(50) default NULL, `middlename` varchar(30) default NULL, `lastname` varchar(50) default NULL, `email` varchar(100) default NULL, `last_login` datetime default NULL, `createddate` timestamp NOT NULL default CURRENT_TIMESTAMP, `modifieddate` datetime default NULL, `is_deleted` tinyint(1) default '0', PRIMARY KEY (`user_id`), UNIQUE KEY `username` (`username`), KEY `idx_username` (`username`), KEY `user_type_id` (`user_type_id`), CONSTRAINT `user_ibfk_1` FOREIGN KEY (`user_type_id`) REFERENCES `user_type` (`user_type_id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 | --------------------------------------------+ 1 row in set (0.00 sec) Thank you.
[7 Jul 2007 18:11]
Sveta Smirnova
Thank you for the report. I can not repeat described behavior in my environment. Are you sure you use same 'password' on both machines? If yes, please indicate accurate versions of MySQL server on both Mac and Windows machines. Also provide configuration files for both servers.
[7 Aug 2007 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".