Can't find information_schema
Posted: Sat Mar 06, 2021 10:33 pm
Hi people,
Both myself (on a bluehost.com) and another of my clients (using an in house server) are getting this error when installing or uploading a nuBuilder database.
CREATE VIEW `zzzzsys_object_list` AS select `information_schema`.`tables`.`TABLE_NAME` AS `zzzzsys_object_list_id` from `information_schema`.`TABLES` where (`information_schema`.`tables`.`TABLE_SCHEMA` = database())
MySQL said: Documentation
#1054 - Unknown column 'information_schema.tables.TABLE_NAME' in 'field list'
This does not happen when installing nuBuilder on my local WAMP stack from bitnami.
Does anyone know why?
Steven
Both myself (on a bluehost.com) and another of my clients (using an in house server) are getting this error when installing or uploading a nuBuilder database.
CREATE VIEW `zzzzsys_object_list` AS select `information_schema`.`tables`.`TABLE_NAME` AS `zzzzsys_object_list_id` from `information_schema`.`TABLES` where (`information_schema`.`tables`.`TABLE_SCHEMA` = database())
MySQL said: Documentation
#1054 - Unknown column 'information_schema.tables.TABLE_NAME' in 'field list'
This does not happen when installing nuBuilder on my local WAMP stack from bitnami.
Does anyone know why?
Steven