MySQL Forums
Forum List  »  MySQL Workbench

Re: Table create fails
Posted by: Abbott Fleur
Date: August 14, 2021 02:53PM

I am just trying to create some new tables in an existing db.
When I run the following before the table create, they work fine.

SELECT * FROM `abbott_wp6`.`wp_wpinventory_category`;
SELECT * FROM `abbott_wp6`.`wp_wpinventory_item`;
CREATE TABLE `abbott_wp6`.`kbo_inventorycategory` (.....
and then the error.

No coding yet, I first have to get the db setup.
Thanks
Abbott

Options: ReplyQuote


Subject
Views
Written By
Posted
1105
August 13, 2021 11:56AM
352
August 13, 2021 12:20PM
374
August 13, 2021 02:11PM
437
August 13, 2021 02:32PM
373
August 13, 2021 02:50PM
Re: Table create fails
352
August 14, 2021 02:53PM
355
August 14, 2021 03:49PM
334
August 15, 2021 08:40AM
326
August 15, 2021 12:37PM
312
August 16, 2021 12:57PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.