"Tucker, Gabriel" <[EMAIL PROTECTED]> wrote:
> 
> I have a user that is granted all privileges for their database.  When =
> they run a select * on a table in that database, the request fails after =
> about 1000 records.  When I run the same query as root, I have no =
> problems.  Consequently, I believe this is a permissioning problem.
> 
> Since I have granted this user all privileges on their database, I am =
> not sure what could be wrong.
> 
> I appreciate any assistance.
> 
> 4.0.16 - Unix

Check value of SQL_SELECT_LIMIT, SQL_BIG_SELECTS session variables:
        http://www.mysql.com/doc/en/SET_OPTION.html




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to