Date index for Dec 2004
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [achievo] Install Help
Hi,
Brian Hodapp wrote:
> I keep getting the following error when running the
> http://yourserver/achievo/setup.php
Try the following: edit the file 'atkconf.inc' and set $config_debug in
that file to 1.
Then, when you now run setup, you'll get some debuginfo that might tell
you more. Feel free to post the output here.
> Only thing I can think of now is that I'm not sure how to grant the 'lock
> tables' privilege permission to the user. The GUI (SQLyog) doesn't appear
> to have a "lock tables" privilege. How would I do that using a command
> line?
login as root with the mysql commandline client (mysql -u root -p
achievo_1_0)
SQL> GRANT lock tables TO achievo;
Greetings,
Ivo