simply do not run those SQL queries again and go ahead.MzVette wrote:Great tutorial!
I have a problem. I attempted to install a portal mod, but received errors. I tried to reinstall where I thought the errors would be fixed, but I got a error that the db entry had already been created.
Is it safe enough to drop the db entries, then remove the portal files so that I an attempt a clean re-install?
Thanks in advance!
fimo wrote:Hi,
i was wondering if its possible to use phpMyadmin to take a backup of my phpbb3 board,
but ONLY backup the member list,all of their posts.
the idea is that i would like to install a fresh phpbb3 board and then "copy" alle my users,their posts
and then restore them via phpMyadmin, but i dont know if thats possible / how ?
Um yeah when doing your back up only select those tablessathsara wrote:fimo wrote:Hi,
i was wondering if its possible to use phpMyadmin to take a backup of my phpbb3 board,
but ONLY backup the member list,all of their posts.
the idea is that i would like to install a fresh phpbb3 board and then "copy" alle my users,their posts
and then restore them via phpMyadmin, but i dont know if thats possible / how ?
It will be really useful,
Should be possible all in one go, using phpMyAdmin! Simply press and hold the Strg key on yourThunderCrew wrote:Um yeah when doing your back up only select those tablessathsara wrote:fimo wrote:Hi,
i was wondering if its possible to use phpMyadmin to take a backup of my phpbb3 board,
but ONLY backup the member list,all of their posts.
the idea is that i would like to install a fresh phpbb3 board and then "copy" alle my users,their posts
and then restore them via phpMyadmin, but i dont know if thats possible / how ?
It will be really useful,
in phpbb3 maintinence area when doing the databse back up you have the option of select all OR just mark the ones you want to back up.
Ooops actualy its not entirley accurate...
You would have to do one and then the other.
You can highlight one back it up then highlight the other then back it up though instead of entire databse.
Or if tables you want are ontop of each other you can highlight both and back them up.
Code: Select all
INSERT INTO phpbb_config (config_name, config_value) VALUES ('reimg_max_width', '640'), ('reimg_max_height', '480'), ('reimg_rel_width', '0'), ('reimg_swap_portrait', '1'), ('reimg_zoom', '_litebox');
battye wrote:What to do once in phpMyAdmin
that's mean i need to click on Config.php and insert all the code below?easygo wrote:Just click the database name on the left menu and follow the How to in the first post, see ::
Code: Select all
INSERT INTO phpbb_config (config_name, config_value) VALUES ('reimg_max_width', '640'), ('reimg_max_height', '480'), ('reimg_rel_width', '0'), ('reimg_swap_portrait', '1'), ('reimg_zoom', '_litebox');
sorry.. i really dont know.. that's why i'm askingeasygo wrote:Config.php? No, that means click on the SQL tab and then paste any sql command line you want to run.
Code: Select all
INSERT INTO phpbb_config (config_name, config_value) VALUES ('reimg_max_width', '640'), ('reimg_max_height', '480'), ('reimg_rel_width', '0'), ('reimg_swap_portrait', '1'), ('reimg_zoom', '_litebox');