ZenphotoCMS Forum
Default prefix for db tables - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Default prefix for db tables (/thread-1683.html)



Default prefix for db tables - sport-and-iris - 2007-10-04

e.g. zp_albums, zp_comments

... would enable easy sharing of the db if you decide you need to later (and forgot to specify a prefix on install)




Default prefix for db tables - sbillard - 2007-10-04

This already exists. Look in the zp-config.php file for the line that reads:
`// If you're sharing the database with other tables, use a prefix to be safe.

$conf['mysql_prefix'] = "";`
and change it to whatever prefix you want for your tables.