MySQL Forums
Forum List  »  Newbie

Re: ERROR 3 (HY000) at line 25 in file: '/home/seven4/public_html/db_jv74.sql': Error writing file './db_jv74/ps_access_373.sdi' (OS errno 122 - Internal (unspecified) error in handler)
Posted by: Anders Yuran
Date: August 08, 2022 11:08AM

Old is Ubuntu 18.04 Mysql 5

New is Ubuntu 20.04 Msql 8

Line 25 and following
is

CREATE TABLE `ps_access` (
`id_profile` int(10) unsigned NOT NULL,
`id_tab` int(10) unsigned NOT NULL,
`view` int(11) NOT NULL,
`add` int(11) NOT NULL,
`edit` int(11) NOT NULL,
`delete` int(11) NOT NULL,
PRIMARY KEY (`id_profile`,`id_tab`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

Options: ReplyQuote




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.