Displaying 3 results from an estimated 3 matches for "f49b".
Did you mean:
a49b
2019 Apr 24
2
mariadb: How to delete foreign key constraint from non-existing table?
Hi,
somehow phpmyadmin messed things up when I was trying to modify a table.
The table disappeared, and now it's impossible to re-create it:
MariaDB [time]> create table etikettend_metainfo (userID integer(6)
unsigned, stationsnummer integer(4) unsigned, primary key (userID));
ERROR 1005 (HY000): Can't create table `time`.`etikettend_metainfo`
(errno: 150 "Foreign key
2017 Feb 13
2
First SIP-registering succeeds, second doesn't
...WW-Authenticate: Digest realm="sipgate.de",
nonce="WJ4Yd1ieF0tFmpj4o617dwQB2X5d9sKR"
Content-Length: 0
2017/02/10 20:40:59.301187 192.193.194.99:55060 -> 217.10.79.9:5060
REGISTER sip:sipgate.de:5060 SIP/2.0
Via: SIP/2.0/UDP
99.88.77.66:55060;rport;branch=z9hG4bKPj5fb9a513-f49b-4823-8c63-6f0a38314d89
From: sip:custumoerIDe0 at sipgate.de;tag=b14c0d37-ef26-4dc5-b112-caf0c12a51f1
To: sip:custumoerIDe0 at sipgate.de
Call-ID: 6cf97519-e593-4a7e-bfe4-29141604665d
CSeq: 2368 REGISTER
Contact:
Expires: 300
Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL,
UP...
2019 Apr 24
0
mariadb: How to delete foreign key constraint from non-existing table?
In article <f7f6e8a9-5425-78f6-f49b-988ab125b7f6 at gc-24.de>,
hwilmer <hw at gc-24.de> wrote:
>
> Hi,
>
> somehow phpmyadmin messed things up when I was trying to modify a table.
> The table disappeared, and now it's impossible to re-create it:
>
>
> MariaDB [time]> create table etikett...