MySQL Forums
Forum List  »  Newbie

Re: phpMyAdmin - SQL Help (pleasee)
Posted by: Zach Ellis
Date: August 10, 2023 09:19PM

Hello Mohammed Zeinelabdin.

I ran your code in mysql workbench none of the statements failed.

only got these warnings

3 row(s) affected, 1 warning(s): 1681 Integer display width is deprecated and will be removed in a future release. Records: 3 Duplicates: 0 Warnings: 1 0.015 sec (from mysql workbench)

which is talking about the int(11) dropped all the tables got rid of the 11 so the column just had int re ran the code and the warnings were gone.

which DML statement failed?
Are you using this code as a .sql file with mysqldump to do a backup, this code looks like it comes from one with these types of comments?

--
-- Indexes for dumped tables
--

I'm new to SQL as well and am intrigued about this problem.

Hope this helps
Zach Ellis

Options: ReplyQuote


Subject
Written By
Posted
Re: phpMyAdmin - SQL Help (pleasee)
August 10, 2023 09:19PM


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.