Bug #49312 Unhandled exception: global name "tempfile" is not defined
Submitted: 1 Dec 2009 23:06 Modified: 30 Dec 2009 19:13
Reporter: Todd Farmer (OCA) Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.10 r4680 OS:Windows (XP)
Assigned to: Alfredo Kojima CPU Architecture:Any

[1 Dec 2009 23:06] Todd Farmer
Description:
I get this error repeatedly when opening a 5.1.34 remote server configuration file over SSH (requires sudo checked).  There is no "tempfile" entry in the configuration file, so I assume that this comes from WB somehow, possibly related to the remote SSH access.

How to repeat:
See above.
[30 Dec 2009 3:27] Allen Ford
I am getting this too..   tryed form windows 7 and windows XP...  also tryed it with ubuntu mysql package and Centos mysql Package... 

Also there is no CENTOS in the profiles and Fadora has the mysql start script as 
/etc/init.d/mysql start    i know CentOs is /etc/init.d/mysqld start

But back to the issue at hand it seems that it can find /etc/my.cnf  but can not see the [mysqld]  inside of it.   chicking all other tabs under Configuration shows an unhandled exception [mysqld]  

this is what is inside the file

[client]
port=3306
socket=/tmp/mysql.sock

[mysqld]
port=3306
socket=/tmp/mysql.sock
key_buffer_size=160M
max_allowed_packet=8M

[mysqldump]
quick
______________________________________________________
[30 Dec 2009 19:13] Alfredo Kojima
This is a duplicate of bug #48906 which has been fixed.