written by bmeredyk Since I had a hard time getting this to work, I thought I'd post some instructions for others.
Where to put files - this wasn't clear to me at all.
When you unzip the g2image package, you end up with a file structure like this:
tinymce_plugin/
tinymce_plugin/g2image/
wordpress_plugin/
CHANGELOG.HTML
CREDITS.HTML
README.HTML
(and a few other files)
Drupal 4.7 now requires 'create temporary tables' priveleges.
mysql> GRANT CREATE TEMPORARY TABLES ON tmp.* TO user@localhost;
More secure work around for limited mysql users (comments section) -
http://dev.mysql.com/doc/refman/4.1/en/privileges-provided.html
Drupal work around for hosts that won't provide 'create temp tables' - ref: http://drupal.org/node/49644