![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
However, that one record I inserted is like a ghost now. I don't see it if I browse the database with phpMyAdmin. My regular scripts don't report it as being part of the database. But if I attempt to save a new record with the same name, it says it already exists. |
#3
| |||
| |||
|
|
Bint: However, that one record I inserted is like a ghost now. I don't see it if I browse the database with phpMyAdmin. My regular scripts don't report it as being part of the database. But if I attempt to save a new record with the same name, it says it already exists. Sounds like it's indexed, but there are no data. What does "a new record with the same name" mean? |
#4
| |||
| |||
|
|
On 2/25/11 10:21 AM, in article 8sq37hFlc9U1 (AT) mid (DOT) individual.net, "Erick T. Barkhuis" <erick.use-net (AT) ardane (DOT) c.o.m> wrote: Bint: However, that one record I inserted is like a ghost now. I don't see it if I browse the database with phpMyAdmin. My regular scripts don't report it as being part of the database. But if I attempt to save a new record with the same name, it says it already exists. Sounds like it's indexed, but there are no data. What does "a new record with the same name" mean? It means I am able to do an UPDATE call to the record, using the filename, and it says it is OK. |
#5
| |||
| |||
|
|
Bint: On 2/25/11 10:21 AM, in article 8sq37hFlc9U1 (AT) mid (DOT) individual.net, "Erick T. Barkhuis" <erick.use-net (AT) ardane (DOT) c.o.m> wrote: Bint: However, that one record I inserted is like a ghost now. I don't see it if I browse the database with phpMyAdmin. My regular scripts don't report it as being part of the database. But if I attempt to save a new record with the same name, it says it already exists. Sounds like it's indexed, but there are no data. What does "a new record with the same name" mean? It means I am able to do an UPDATE call to the record, using the filename, and it says it is OK. That still leaves me puzzled. What filename? Anyway, could you plase compare the number of rows in the table with the number of entries in the index of the primary key (using phpMyAdmin)? |
#6
| |||
| |||
|
|
The table looks like it has 683 rows. I think that the number of entries in the index is also 683. At least that is what it says under "Cardinality" under Indexes for the primary key. |
#7
| |||
| |||
|
|
On 2/25/11 10:21 AM, in article 8sq37hFlc9U1 (AT) mid (DOT) individual.net, "Erick T. Barkhuis" <erick.use-net (AT) ardane (DOT) c.o.m> wrote: Bint: However, that one record I inserted is like a ghost now. I don't see it if I browse the database with phpMyAdmin. My regular scripts don't report it as being part of the database. But if I attempt to save a new record with the same name, it says it already exists. Sounds like it's indexed, but there are no data. What does "a new record with the same name" mean? It means I am able to do an UPDATE call to the record, using the filename, and it says it is OK. But it still doesn't show up in the database when I do SELECT or just browse with phpMyAdmin. B If you can identify the record, you can try a "delete ....where..." to |
#8
| |||
| |||
|
|
Hello, I had an incorrect script, which attempted to INSERT a row with the incorrect number of values. I got back a "bad insert" error. I've since changed the script to reference the fields by name. However, that one record I inserted is like a ghost now. I don't see it if I browse the database with phpMyAdmin. My regular scripts don't report it as being part of the database. But if I attempt to save a new record with the same name, it says it already exists. I am kind of new with mySql. Is there any way to delete this phantom record or on the other hand get it to show up fully? |
![]() |
| Thread Tools | |
| Display Modes | |
| |