search for: etikettend_stationen

Displaying 2 results from an estimated 2 matches for "etikettend_stationen".

2019 Apr 24
2
mariadb: How to delete foreign key constraint from non-existing table?
...table `time`.`etikettend_metainfo` (errno: 150 "Foreign key constraint is incorrectly formed") MariaDB [time]> show tables like 'etikettend%'; +------------------------------+ | Tables_in_time (etikettend%) | +------------------------------+ | etikettend_etikettentypen | | etikettend_stationen | +------------------------------+ 2 rows in set (0.001 sec) Since the table has vanished, I'm finding myself unable to remove the key constraints, and trying to disable them was also unsuccessful. It is not necessary to recover the vanished table because it had just been created a...
2019 Apr 24
0
mariadb: How to delete foreign key constraint from non-existing table?
...> (errno: 150 "Foreign key constraint is incorrectly formed") > MariaDB [time]> show tables like 'etikettend%'; > +------------------------------+ > | Tables_in_time (etikettend%) | > +------------------------------+ > | etikettend_etikettentypen | > | etikettend_stationen | > +------------------------------+ > 2 rows in set (0.001 sec) > > > Since the table has vanished, I'm finding myself unable to remove the > key constraints, and trying to disable them was also unsuccessful. > > It is not necessary to recover the vanished t...