All references to table ip2nationCountries are missing the upper-case C in Countries in DB 50 (TDB_full_335.50_2013_01_14.sql).
Linux mysql 5.5.23 x64 isn't able to find the ip2nationCountries table (it's called ip2nationcountries in the SQL) and the server will not start.
Changing ip2nationcountries to ip2nationCountries in the SQL fixes the issue.
All references to table ip2nationCountries are missing the upper-case C in Countries in DB 50 (TDB_full_335.50_2013_01_14.sql).
Linux mysql 5.5.23 x64 isn't able to find the ip2nationCountries table (it's called ip2nationcountries in the SQL) and the server will not start.
Changing
ip2nationcountriestoip2nationCountriesin the SQL fixes the issue.