PHP problem: Steps to fix it.


Subject: PHP problem: Steps to fix it.
From: Mike Barsalou (mbarsalou@aidea.org)
Date: Thu Oct 10 2002 - 16:07:09 AKDT


Here is how I ended up fixing it using phpMyAdmin:

use the view dump of table feature that is found when choosing the
properties of the table.

Select the structure and data radio button and check the send box as well as
complete inserts.

This will produce a sql file that can be store on your local machine. I
edited this file to taste. :)

After copying the table (this function is on the same page as the dump
above) I dropped it from the database.

You drop the table by clicking on the database name in the left hand pane
and choosing drop.

I then typed in the location of the SQL text file in the second text box
that is below all the table names. This recreated the table and added the
records to the database.

VIOLA!

Mike

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Thu Oct 10 2002 - 16:08:56 AKDT