| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Comments:
<0> I can imagine most of them want to bludgeon Steve Irwin to death <1> Or feed him to one of hos crocs <0> what's a wally? <2> that was certainly my ex's policy on him :P <2> infi: it is a cultural reference with which only australians and nzers appear to be familiar <0> yeah, being a yank expat in Japan, and only having worked with aussies for about 6 months in HK, I didn't have time to pick up all the slang. <2> slang ? <1> Rest of the world may understand wanker ?? Not normally a word I'd use in polite company... <0> I did get "slab", "drop-bear", etc. <2> australians and nzers do not have slang <0> ok, "non-standard English" <2> seems completely standard to me :P <0> (not that yanks use standard English, either) <3> you all bastardize it ;) <1> Or standard English spelling
<0> "regional dialect," perhaps? <0> Leith: Don't you mean "bastardise" ;) <3> god damned auto-spelling on IRC is American :P <0> heh <1> andrewbryson: Are you a jafa :-) <2> so get a better client :P <2> wobbles: hell no <0> run over your typist with a lorrie, and throw her in the boot. <2> i said i was an nzer :P <2> we don't count auckland as a part of nz <2> is more an appendage of sydney or something <1> andrewbryson: Just checking :-) Which bit, then? <2> well i work in IT and don't live in auckland :P <2> is only really one other city :P <1> Oh, I am so not going there. <2> or at least, the probability of me living elsewhere would be negligible <1> Must be Helenz country ? <2> lol <1> As in windy city <2> only 24kph at the moment <2> which is pretty low for here :P <2> usually is above 50kph <1> Ah, a slight breeze off the Cook Striat :-) <2> must be <2> oh sod my mug ran out of wine :'( <1> A nice Marlborough vintage? <2> lol nope <2> australian <2> actually that one was a cheap pinot noir <2> australia makes better reds than nz <2> in my opinion <1> Ye gods, and you have all those nice pinots over there? But our ereds are better <2> i am sure it is a subjective matter <1> Oh for sure; ask any two wine drinkers and you get three different opinions <2> and that is before they have consumed the bottle <2> or bottles <1> I noted that you also have some really awful imported stuff over there (Chile and Sth Africa) <2> lol i only buy nz and australian wines <1> Good move <2> and thus pretty much avoid crappy wine <1> Well, if you also avoid Jacobs Creek and similar.... <2> don't think i have had that one <2> but some of the really cheap ones are nice <1> Don't bother, it's budget stuff for export to the Poms <2> i quite like the banrock ones <0> you guys have pretty good beef, too ;) <2> indeed <0> I haven't had american beef since japan banned it a couple years ago :) <2> some of it is sitting in my fridge just waiting to be made into a lasagne <1> Agree, for inexpesive wines they are surprising. OMade about 200k from where I live <0> hope you're enjoying having the market here cornered :) <2> if you want a wine to never buy, it would have to be corbans <2> i cannot drink the stuff :P <1> Don't kow it? <2> you don't want to <1> know <1> Yours or ours? <0> surely it must be better than this wine: http://blog.danielkenneth.com/images/Documents%20and%20Settings/Daniel/Desktop/cheap_red_wine.jpg <2> not sure - did not pay attention to that since it was disgusting <2> lol infi
<2> another wine that i did not enjoy was the penguin wine <0> I've actually drunk that stuff. calling it vinegar would insult vinegar. <1> Heh, yours; http://www.corbans.co.nz/ <0> ah, college. <2> lol ok neither the corbans nor the penguin is so bad to insult vinegar :P <1> Hmm, Corbans is in Napier <2> have not been to napier for a long time <2> i should go there for a hoon one day <2> well... one weekend <2> get out of the house and all :P <1> A hoot through the Rimutakas? <1> If you don't get blown off the road <2> oh i just point the car and drive <2> and follow the signs <2> i figure it will be up past palmerston north somewhere <4> re <1> andrewbryson: And veer right :-) <2> at least when added to water <2> or chlorine <2> yeah probably :P <4> how can i remove all data from a table? ive lost my mysql notes ...( <1> By someone else <4> andrewbryson, try communic <2> well if i went left i would end up in new plymouth <1> metalfan_: <2> metalfan_: truncate table <1> truncate table ? <4> ah...so delete from table is the same? accept in speed? <4> except... <2> nope <2> delete from will fire triggers n stuff <2> truncate will not <2> plus i think truncate just drops all the data whereas delete does not <2> although that is just a guess <4> thx <3> truncate drops the table and creates a new one <3> so yes it is a lot faster <2> it actually drops the table ? <2> did not know that either :P <3> yep <2> makes sense though <3> yup <0> truncate also resets any auto_increment counter, iirc <0> as of some version, anyway <2> that would follow from the dropping and recreation of the table <0> yeah ;) <0> I find it useful to explicitly document side-effects, though. <5> heu <3> believe it is documented somewhere <6> Hi people... just wondering how I can bulk change the table collation types from latin1_swedish_ci to somethjing more general... and what that more general thing should be <6> i cant even work out how to do it on a table by table basis <7> Hi all! I am trying to make a dump of my database. The database is in utf8 and it contains danish letters. When I use the dump command all special letters comes out messed out. I have tryed to specify which charset in the dump command, but the result is the same. I have googled but I cant find the answer. <7> How do I make a dump without having mysql mess up the danish letters? <8> coolzone: utf8 isn't handling the data? Seems odd. What makes you think there's a problem? <3> is the editor you are using to the view the file utf8 enabled? <7> When I am looking at the dump file.. the danish letters are changed into a mess <7> yes <8> coolpix: mysqldump --help <8> coolpix: mysqldump --help | grep ^default-character <7> I first just imported the dump to the new database and found characters messed up, then I looked at the dump file with a browser, and a text editor <8> coolzone: Try that. <8> coolzone: What does that tell you? <7> Xgc, I have tried that both using utf8 and latin1 <8> coolzone: I'm asking you to show the default setting. <7> ah, :-) one moment <7> default-character-set utf8 <7> Xgc, dumping should leave the danish letters without messing them up right? Since it is utf8 I am running as default. <8> coolzone: That's the hope. <7> What to do when it doesn't? What could be causing the error? <7> I dont know what to do from here <7> only thing I can think of is a search and replace done manually in the dump, but I dont get this at all. It is the database I have set up on work. It should dump the characters right.
Return to
#mysql or Go to some related
logs:
acer 3500 touchpad frozen crt1.o Ubuntu ubuntu 86c764 #perl awb4422 #css javascript variable html body /usr/lib/python2.4/site-packages/apt/__init__.py:17: FutureWarning: apt API not miniirc python qemu sendkey enter
|
|