php forum
php mysql forum
php mysql smarty
 
Topic Options
#285452 - 05/30/05 03:44 PM Updating a table without emptying it first
Musicarl Offline
Lurker

Registered: 05/05/05
Posts: 4

   Updating a table without emptying it first to Del.icio.us Add to del.icio.us
  Digg Updating a table without emptying it first Digg it
We have a table that gets a lot of activity and has about 4,500 records. I update it by using PhpMyAdmin to empty the table and then replace it with a textfile. A few days ago, as soon as I emptied the table the server went as screwy as I've ever seen it. We would reboot, and it would still go crazy - not returning queries, not accepting passwords, etc. After 2 days, we were able to load the textfile and the server has been fine since.<br /><br />Our tech people think the table was receiving queries and since there was nothing in it, some nasty loop situation occurred. <br /><br />Is there a way to update a table with entirely new data without dropping it first? Any suggestion on how to solve this problem are appreciated.

Top
#285453 - 05/30/05 04:08 PM Re: Updating a table without emptying it first [Re: bigjoeyc]
Anno Offline
Code Monkey

Registered: 05/23/01
Posts: 562
Loc: Austria
Did you drop it or only delete the content?<br /><br />To delete the table content: DELETE FROM "tablename"<br /><br />Then insert whatever you wish to insert.<br /><br />To insert data into a table that already contains potentially the same data:<br /><br />REPLACE INTO "tablename"

Top
#285454 - 05/31/05 05:17 PM Re: Updating a table without emptying it first [Re: domain123]
Musicarl Offline
Lurker

Registered: 05/05/05
Posts: 4
That little checkbox allowing me to overwrite the data did the trick. Thanks for your help.

Top


Top Posters Last 30 Days
AllenAyres 18
Gizmo 12
sirdude 6
GEN 3
tackaberry 2
Philipp 2
willing 2
Who's Online
0 Registered (), 36 Guests and 9 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
Installing FlashChat with 7.3
by Gizmo
08/23/08 05:36 AM
[7.2.1] - Naked shoutbox
by Iann128
08/22/08 07:27 PM
Nice Ajax Chat
by M4D
08/21/08 10:02 PM
51-card NVIDIA folding rig cranks out 265,200 ppd
by AllenAyres
08/13/08 10:10 PM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.x] AddThis - Social Networking
by Gizmo
08/01/08 01:30 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.3] Dissallow quotes more then 3 levels deep
by blaaskaak
06/09/08 09:01 AM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
Newest Members
welcomeback1, Paug, Tim Keating, anscers, Murphdog
13324 Registered Users

 

 

 
fusionbb message board php hacks