Project

General

Profile

Appion DB installation instructions

Added by Ian Stokes-Rees over 13 years ago

The DB installation instructions here:

http://emg.nysbc.org/projects/appion/wiki/Database_Server_Installation

detail setting up "GRANT" permissions on tables that do not yet exist. Have I missed a step?


GRANT DELETE ON leginondb.ViewerImageStatus TO usr_object
'localhost';
GRANT DELETE ON leginondb.ImageStatusData TO usr_object@'localhost';
GRANT DELETE ON projectdb.processingdb TO usr_object@'localhost';
@

This returns an error.

Thanks,

Ian


Replies (3)

RE: Appion DB installation instructions - Added by Ian Stokes-Rees over 13 years ago

I think I've answered my own question -- I didn't read the comment just before the SQL which says:

"After the webserver and myamiweb is installed, you should change privileges of these three tables:"

So I'll get back to you after I've gotten that far!

Ian

RE: Appion DB installation instructions - Added by Amber Herold over 13 years ago

You are absolutely correct!
Those tables will exist after doing the web server installation and setup. You can come back to these instructions after doing the web server installation.

Sorry about the road bump and thanks for the feedback!
Amber

RE: Appion DB installation instructions - Added by Amber Herold over 13 years ago

I have updated the documentation, hopefully the instructions are more clear now.

    (1-3/3)