View Single Post
Re: please rename HPB bots hostname
Old
  (#3)
Onno Kreuzinger
aka: memed / Server Admin
 
Onno Kreuzinger's Avatar
 
Status: Offline
Posts: 705
Join Date: Jan 2004
Location: germany
Default Re: please rename HPB bots hostname - 04-03-2004

ok, i made a full search (4 results) and i completly sed'ed the database. no more links to hpb_bot.... should be found.
(yes i did dump, sed and re-import the whole database, _thats_ what i like on db's you can dump and work on them ...)

cheers

p.s. for the interessted, thats why i like beeing a DBA:
Code:
 mysqldump -c --add-drop-table -u <some-user> -p<some-pass> botsunited_database |grep -v "^--"|sed  's/http://hpb_bot.bots-united.com/http://hpb-bot.bots-united.com/g'>botsunited_vb3-04032004-restore.sql ;mysql -u <some-user> -p<some-pass> botsunited_database < botsunited_vb3-04032004-restore.sql


sunny morning view from my balcony:

see our WIKI!
see our filebase!

Last edited by Onno Kreuzinger; 04-03-2004 at 15:08..
  
Reply With Quote