|
|
 |
 | phpMyadmin, need help. |  |
Posted: Fri Oct 31, 2003 7:11 am |
|
|
| DS |
| Visitor |
|
 |
| Joined: 28 Oct 2003 |
| Posts: 39 |
|
|
|
 |
 |
 |
|
if anyone could help me i would be greatful.
I know about as much about phpMYadmin as i do about brain surgery.
Does anyone know how to backup a database from phpMYadmin?
If so please let me know.
Thanks, |
|
|
|
|
 | Backing up My PHP databse |  |
Posted: Fri Oct 31, 2003 2:59 pm |
|
|
|
Finally I can answer something...I wish I could fix my problem this easily! I believe Daniel is working on it and hopefully will be soon!
Anyway:
[6.4] How can I backup my database or table?
Click on a database or table name in the left frame, the properties will be displayed. Then on the menu, click "Export", you can dump the structure, the data, or both. This will generate standard SQL statements that can be used to recreate your database/table.
You will need to choose "Save as file", so that phpMyAdmin can transmit the resulting dump to your station. Depending on your PHP configuration, you will see options to compress the dump. See also the $cfg['ExecTimeLimit'] configuration variable.
For additional help on this subject, look for the word "dump" in this document. |
|
|
|
|
|
|