[PHP-DB] Cant create temporary tables on linux

2002-02-07 Thread Andy
Hi there, my app works fine on win2k and os x. After porting to linux I get following errormsg: Occured during executing CREATE TEMPORARY TABLE IF NOT EXISTS ranking ( user_id INTEGER, ranking INTEGER ) statement Error: 3 Error writing file '/tmp/#sql451_86_0.frm' (Errcode: 28) I have no

Re: [PHP-DB] Cant create temporary tables on linux

2002-02-07 Thread Jason Wong
On Friday 08 February 2002 00:18, Andy wrote: Hi there, my app works fine on win2k and os x. After porting to linux I get following errormsg: Occured during executing CREATE TEMPORARY TABLE IF NOT EXISTS ranking ( user_id INTEGER, ranking INTEGER ) statement Error: 3 Error writing