FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » backup without database
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: backup without database [message #35451 is a reply to message #35446] Fri, 12 January 2007 09:47 Go to previous messageGo to previous message
wariat is currently offline  wariat   Poland
Messages: 22
Registered: April 2005
Location: Poznań/Poland
Karma:
Junior Member

Ilia wrote on Fri, 12 January 2007 03:17

Can you open the datadump in an editor and see if there are SQL queries inside it?

Threre are some, but with no data ... not sure if i'm looking about correct data but e.g.

 $ grep "^INSERT.*user" FUDforum_03_01_2007_03_20.fud
INSERT INTO {SQL_TABLE_PREFIX}users (login, alias, time_zone, theme, email, passwd, name, users_opt) VALUES('Anonymous Coward', 'Anonymous Coward', 'America/Montreal', 1, 'dev@null', '1', 'Anonymous Coward', 1|4|16|32|128|256|512|2048|4096|8192|16384|262144|2097152|4194304);
INSERT INTO {SQL_TABLE_PREFIX}custom_tags (name, user_id) VALUES ('Administrator', 2);
INSERT INTO {SQL_TABLE_PREFIX}stats_cache (online_users_text) VALUES('');

adds default data into table. same time, my username on forum is wariat, and if i'll try to look for it:

$ grep "INSERT.*wariat" FUDforum_03_01_2007_03_20.fud

it shows nothing.



[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: API to programatically add moderators and group leaders ?
Next Topic: Importing Newsgroups
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 21:11:19 GMT 2024

Total time taken to generate the page: 0.04073 seconds