Another method, rather than deleting the rows is to go into your configuration_group table and find what configuration_group_id has been given to Google Base.

Then, go into your configuration table and find the GOOGLE keys that have a configuration_group_id = 0 and set this to the configuration_group_id from the first step above.

This method is faster but involves a little more knowledge of navigating PHPMYADMIN.