PHPMyAdmin Question

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

PHPMyAdmin Question

Post by s.dot »

When exporting a MySQL database into a .sql file saved to disc, there is an option that can be checked or unchecked that says "remember template".

What does this mean?

Does this simply mean save the table structure as well as the information or what?
User avatar
mantrax
Forum Newbie
Posts: 5
Joined: Sun Sep 19, 2004 5:58 am
Location: Italy - Asolo (Treviso)

Post by mantrax »

test both ways and watches the difference
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

the template has to do with the filename pattern you set.
Post Reply