I've read around, especially at mysql.com to see if there are any
limitations to tablenames, one is 64 characters and the other one seems to
be that a tablename can't exist only numeric.
So, within PHP I try to create a table with name "12345-name" and it fails
entirely.
It get's me rather puzzled as it should be possible according to the mysql
manual.
Of course, the table definition follows as it should. If i change the
tablename to only "name" .. then I can create the table under Mysql
4.0.11a.
But I want my tablenames to consist of faxnumber-name, nothing else.
Is there anything I missed somewhere that prevents me from doing what I
want?
I'm sorta confused here ...
/Andreas
--
Registeret Linux user #292411
Comment