The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Does anyone know if the standard MySQL user provided with the Freeola VIP hosting + MySQL has the privilege to "CREATE TEMPORARY TABLE". I've installed a component for Joomla called CiviCRM (contact database). Installing and configuring the component seemed to go fine but as soon as I tried to add data, I got an error message through the Joomla interface saying:
[db_error: message="DB Error: insufficient permissions" code=-26 mode=callback callback=CRM_Core_Error::handle prefix="" info="CREATE TEMPORARY TABLE dedupe SELECT id id, 5 weight FROM civicrm_contact WHERE ....
Searches on other sites suggest that the database user must have the privilege to create temporary tables and that this might not be standard in some hosts.
cheers
I am also facing the same error in CIVICRM,
can you please tell me. according to your research how to solve this problem. ??
thanks
Error Details:
Array
(
[callback] => Array
(
[0] => CRM_Core_Error
[1] => handle
)
[code] => -26
[message] => DB Error: insufficient permissions
[mode] => 16
[debug_info] => CREATE TEMPORARY TABLE dedupe SELECT id id, 5 weight FROM civicrm_contact WHERE first_name = 'Simon' UNION ALL SELECT id id, 7 weight FROM civicrm_contact WHERE last_name = 'Milner' UNION ALL SELECT contact_id id, 10 weight FROM civicrm_email WHERE email = 'NULL' [nativecode=1044 ** Access denied for user '$$$$$_$$$$$'@'localhost' to database '$$$$_$$$$']
[type] => DB_Error
[user_info] => CREATE TEMPORARY TABLE dedupe SELECT id id, 5 weight FROM civicrm_contact WHERE first_name = 'Simon' UNION ALL SELECT id id, 7 weight FROM civicrm_contact WHERE last_name = 'Milner' UNION ALL SELECT contact_id id, 10 weight FROM civicrm_email WHERE email = 'NULL' [nativecode=1044 ** Access denied for user '$$$$_$$$$'@'localhost' to database '$$$$_$$$$']
[to_string] => [db_error: message="DB Error: insufficient permissions" code=-26 mode=callback callback=CRM_Core_Error::handle prefix="" info="CREATE TEMPORARY TABLE dedupe SELECT id id, 5 weight FROM civicrm_contact WHERE first_name = 'Simon' UNION ALL SELECT id id, 7 weight FROM civicrm_contact WHERE last_name = 'Milner' UNION ALL SELECT contact_id id, 10 weight FROM civicrm_email WHERE email = 'NULL' [nativecode=1044 ** Access denied for user '$$$$_$$$$'@'localhost' to database '$$$$_$$$$']"]
)
Does anyone know if the standard MySQL user provided with the Freeola VIP hosting + MySQL has the privilege to "CREATE TEMPORARY TABLE". I've installed a component for Joomla called CiviCRM (contact database). Installing and configuring the component seemed to go fine but as soon as I tried to add data, I got an error message through the Joomla interface saying:
[db_error: message="DB Error: insufficient permissions" code=-26 mode=callback callback=CRM_Core_Error::handle prefix="" info="CREATE TEMPORARY TABLE dedupe SELECT id id, 5 weight FROM civicrm_contact WHERE ....
Searches on other sites suggest that the database user must have the privilege to create temporary tables and that this might not be standard in some hosts.
cheers