Closed Bug 274599 Opened 20 years ago Closed 20 years ago

error if I try to add a product

Categories

(Bugzilla :: Query/Bug List, defect)

2.18
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: kalfi712, Assigned: justdave)

Details

When I try to add a product I get the following error:

DBD::mysql::st execute failed: Can't create/write to 
file '/tmp/#sql_be3_0.MYI' (Errcode: 13) [for Statement "SELECT 
products.name,description,disallownew,
                    votesperuser,maxvotesperbug,votestoconfirm,COUNT(bug_id)
             FROM products LEFT JOIN bugs ON products.id = bugs.product_id
             GROUP BY products.name
             ORDER BY products.name"] at Bugzilla/DB.pm line 62
	Bugzilla::DB::SendSQL('SELECT products.name,description,disallownew,^J
Summary: When adding producr → error if I try to add a product
OS: Windows XP → Linux
It's a MySQL configuration issue. It seems the mysql user is unable to write to
the /tmp folder. Not Bugzilla's problem.

You might want to check that the CREATE TEMPORARILY TABLE permission is turned
on for the Bugzilla SQL user, as specified in the docs -
http://www.bugzilla.org/docs/tip/html/configuration.html , section 2.2.2.4.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.