Feature Requests item #1987990, was opened at 2008-06-08 07:39
Message generated for change (Comment added) made by gingerdog
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1987990&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: SVN (please specify revision!)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: GingerDog (gingerdog)
Assigned to: Nobody/Anonymous (nobody)
Summary: Installer - check perms to create tables etc
Initial Comment:
Quite a few users seem to run into problems on installation regarding the ability to create tables within their db.
The installer (setup.php) should check to see whether the db user can create tables within the database, and if not, it should write out the SQL to screen for the user to run.
(Presumably this is just a case of doing "echo $sql" rather than "db_query($sql)")
The user can then be responsible for copy & pasting the SQL in as appropriate.
----------------------------------------------------------------------
>Comment By: GingerDog (gingerdog)
Date: 2008-06-11 20:42
Message:
Logged In: YES
user_id=1761957
Originator: YES
Perhaps "Show Grants" can help?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1987990&group_id=191583
|