Hello Laugh, and thanks for taking the time to reply!
FWIW I
did grant ALL to the Geeklog DB user, in all
my attempts -- eg;
Text Formatted Code
# mysql -u root -p
mysql> GRANT ALL PRIVILEGES ON geeklog_db_name TO geeklog_db_user@localhost IDENTIFIED BY 'geeklog_db_user_password';
mysql> FLUSH PRIVILEGES;
mysql> \q
I capitalized here, for easier reading.

Which I
thought would get it. But after
so many fails, I
felt it was time to look for additional clues. Having remembered
seeing the GRANT LOCK associated with similar problems, I
began a search on the interweb, and sure enough, GRANT ALL
does
not GRANT LOCK.
Anyway, glad to
actually get a chance to use Geeklog. I'm
still on the "master" branch (can't remember the revision hash),
downloaded yesterday. I intend to clone a copy, and submit a
PULL request with the necessary bits to add Sqlite (3) support
for Geeklog. But am currently struggling with getting Geeklog
to use a theme
other than Denim. Changing the theme in
the admin control panel doesn't do anything other than
say
it was changed. Changing the character set to utf-8, also seems
to have no effect, nor the DOCTYPE.
Seems premature of me to submit an issue yet. But thought I'd
mention it, just the same.
Thanks again, Laugh!
--Chris