0
votes
2answers
2k views
MySQL: “lock wait timeout exceeded”
I am trying to delete several rows from a MySQL 5.0.45 database:
delete from bundle_inclusions;
The client works for a while and then returns the error:
…
1
vote
mysql query excluding a set of data but includindg certain items from the set if item contains value in a specific column
Actual Answer
I want all info about all products that have a product line other than 10. I also want the ones that have a product line of 10 but also have an option of "option1" or "opti …
