ajitdixit, Tuesday, November 26, 2002, 10:33:04 AM, you wrote: aasdcdi> I am using mysql-4.0.5a-beta on Linux Redhat 7.3 server with php-4.3.0RC1
aasdcdi> When I connect and execute my quiries as root user my query of multi-table aasdcdi> update works fine aasdcdi> update Stockists , areas set Stockists.a_nm = areas.aname where aasdcdi> Stockists.area=areas.acd aasdcdi> Query Executed OK , one row affected aasdcdi> The Query results are OK aasdcdi> But when I execute the same query with different user having update and lock aasdcdi> table previledges I get error aasdcdi> update command denied to user: 'aldixit@localhost' for table 'areas' aasdcdi> What previledges are required for user to execute multi-table update? You must have UPDATE privilege on all tables mentioned in the UPDATE statement. -- 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 --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php