L.S.
I am deploying the mmbase installation from my local machine (mmbase
version 1.8.0) to a test environment. I exported the database and
imported it in the test environment. This is my first deployment to the
test environment.
My local machine is running Windows XP with MySQL 5.0, whereas the test
environment is running Linux with MySQL 3.23. There are errors starting
the test-environment and in the log I get an jdbc-exception that the
table mm_numberTable does not exist (notice the capital T). That is
correct, since the table is named by mmbase as 'mm_numbertable'
(lowercase t). The SQL generated by mmbase both on my Windows machine as
on the Linux machine use capital T in the tablename (E.g. "UPDATE
mm_numberTable SET number = number + 1" and "SELECT number FROM
mm_numberTable".
Am I doing something wrong?
Regards,
Dave
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers