On Aug 6, 1:14 pm, Robin <[EMAIL PROTECTED]> wrote: > struct > ErrorCode 1005 > Message General error message from server: "Can't create table '. > \onlylsa\fqaudit.frm' (errno: 121)" > SQLState S1000 > StackTrace java.sql.SQLException: General error message from server: > "Can't create table '.\onlylsa\fqaudit.frm' (errno: 121)" at > > I'm still assuming I have done something really stupid here. Any help > would be appreciated, as I am yet to get past "GO".
Are you sure this isn't a database configuration issue? MYSQL error #1005 can't create table - 121 http://www.dbforums.com/showthread.php?t=1609901 innoDB (errno: 121) http://lists.mysql.com/mysql/132670 Is it possible you have innoDB tables but have not DROPPED them correctly, but deleted the folder structure instead? You might be seeing the result of an artefact in the innoDB registry and no corresponding .frm file. I'm only guessing cos I'm no mySQL expert. I can't generate your error at this stage - I'll keep at it. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
