Re: Problem with some characters in tablename

2001-12-16 Thread Jason Wong
On Monday 17 December 2001 02:02, Didier Brisebourg wrote: > Hi, > > Can anybody help me ? > > In MySQL documentation, it is said that table name can use any character > allowed in filename except '/' and '.'. > > On my Linux, i can create a file with this name "'w4-1". > > But, i can't create the

Problem with some characters in tablename

2001-12-16 Thread Didier Brisebourg
Hi, Can anybody help me ? In MySQL documentation, it is said that table name can use any character allowed in filename except '/' and '.'. On my Linux, i can create a file with this name "'w4-1". But, i can't create the table with this name. The request is rejected. Has anybody an explanation