@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15



Comments:

<0> It is *FRUMPLE*
<1> Therion: what do you hate about them? You could just change the names of your fields. That will fool spam machines too
<2> Yum. 4.0.18-max-nt
<0> groundup: They're just annoying
<0> will: Why would you use 4.0.18?
<2> Because it works!
<0> heh
<0> It was the only stable 4.0 for a long time there
<1> lmao "I like giving a facial as much as the next guy, but really, watching one in progress just doesn't do it for me." http://jroller.com/page/fate
<0> 99 Xgcs on the wall, 99 Xgcs
<0> Bile Blog?
<0> 98 Xgcs on the wall
<1> Yeah, I was reading deanellis and noticed it
<0> 98 Xgcs



<0> ah
<0> ergonaught is more fun to read
<0> but whatever
<2> hmm
<0> We must slay Xgc
<2> Myconid, Identity crisis?
<1> http://www.deanellis.com/index.php?p=42 I am just the opposit
<1> 4 days before I go on vacation I am already ready. It takes me 4 days to start working again once I get done.
<1> The Xgc count down
<3> sniff sniff
<3> --> poops on will
<2> :(
<2> TIME TO GO!
<2> Well, em.
<2> And him
<3> where can I learn mysql programming online
<3> i just started a site for my dig
<3> dog
<0> groundup: Heh, I don't relax very well...takes some time for my brain to realize I'm not still doing whatever it was I was doing
<1> Reading your blog (shows how bored I am) and I noticed the Skype article. That should be against some free trade law
<1> luckily I stepped on the perogi that was just in my lap or it might be here indefinitely
<3> whos got the qualuudes
<0> LUDES MAN
<4> is there any free good tool to know the plan of an sql query?
<0> EXPLAIN your_query_here;
<4> its a really big one
<5> hi
<6> hello
<7> can anybody explain me Please : http://84.244.0.248/README.txt I must setup a script. for game score.
<5> i use mysql 5.0 and j2sdk1.4 to interlock
<5> but i get error message
<5> at excutetime.
<5> SQL Error : Communication link failure: java.io.IOException, underlying cause: Unexpected end of input stream
<5> ** BEGIN NESTED EXCEPTION **
<5> java.io.IOException
<5> MESSAGE: Unexpected end of input stream
<5> STACKTRACE:
<5> java.io.IOException: Unexpected end of input stream
<5> at com.mysql.jdbc.MysqlIO.readPacket(MysqlIO.java:1096)
<5> at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:626)
<5> at com.mysql.jdbc.Connection.createNewIO(Connection.java:1562)
<5> at com.mysql.jdbc.Connection.<init>(Connection.java:491)
<5> at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:346)
<5> at java.sql.DriverManager.getConnection(DriverManager.java:512)
<5> at java.sql.DriverManager.getConnection(DriverManager.java:171)
<5> at Test.main(Test.java:15)
<5> ** END NESTED EXCEPTION **
<5> code is very simple. JDBC driver loading and db connection
<7> can anybody explain me Please : http://84.244.0.248/README.txt I must setup a script. for game score.
<4> any toad usersin here?
<8> What does "ramp up" mean in this sentence "A couple of years ago, I noticed that though I had taken a vacation, it was only at the end of the vacation, when I had to ramp up and return to work, that I actually managed to begin to relax." ?
<8> Thanks
<9> dudes, i compiled php4 --with-mysql and i cant connect to teh db, i see the phpinfo.php and i see this "Client API version 3.23.49" although mysql-client/server-4.1.18 are installed, any idea how to correct this? (system freeBSD)
<10> StereoSkit: --with-mysql=<path to 4.1 libraries>
<10> StereoSkit: What you complied is MySQL client library included in php code
<9> salle: actually i did set the path /usr/local/lib/mysql and the Makefile reported there where not libraries... i must be missing something
<11> thanks
<2> Yay! My Certificate came in today!
<2> I'm officially certified!



<10> StereoSkit: /usr/local/lib/
<9> salle: i tried that also
<8> will, cerfified for what?
<2> Uh... MySQL?
<8> You took some exam?
<2> Yes
<2> So should you
<8> I never heard about some MySQL qualifications in my country.
<2> Move
<8> s/some/any
<2> USA is nice.
<8> I want to emigrate to Canada.
<2> That's nice too
<8> But my ancestors live here. I don't want to leave them.
<12> INSERT INTO account_transactions SET (date, account_name, description, debit, credit, balance)
<12> VALUES ( '08/12/2005','BankSA Alex','Internet Deposit 08DEC10:05Transfer', null',2500.00,2500.00);
<12> any idea what's wrong with that?
<0> will: Core, Pro, both?
<0> Zyclops: Sure. You invented syntax and mysqld didn't get the memo.
<0> Zyclops: Remove SET.
<12> ohhh damn
<0> also the quote near "null" is confusing
<12> Do you think it got lost in the post
<0> Probably!
<12> lol, what's even funnier is that i've got the mysql docu open and there's no set in that either
<0> There is a SET syntax for it, technically
<0> But that's not how you use it
<7> any MYSQL Guru can help me Please http://pastebin.com/568151
<8> I have a table which contains many varchar fields, some varchar fields are to store Chinese strings, some varchar fields are to store English strings, the others are to store strings mixed by Chinese and English. I want all Chinese characters to be stored in utf8. Is it proper to use utf8 as the charset of the whole table?
<13> #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
<13> sav me
<13> save*
<14> hxu: sizewise it's no problem, as english text in UTF-8 doesn't take up more space than ordinary encoding
<8> gaupe: What is the ordinary encoding of english text?
<8> latin1?
<15> Hey folks. I was wondering if there's any valid reason *to* hard-code a type=MyISAM to the end of create table statements or if it's universally better to leave that off and let MySQL figure out itself what table type to use?
<7> hxu http://pastebin.com/568151 please chk
<2> webchick, MySQL does not decide what table type to use. If you do not specify it, it will use the default handler.
<15> will: Ok. Does the handler indicate whether it should be MyISAM or InnoDB or whatever?
<2> Yes.
<2> Default is normally MyISAM.
<7> will what is rong hier http://pastebin.com/568151
<15> and/or is there a page I can go to to read about this stuff so I don't need to bug you? ;)
<2> Read up on what?
<15> will: Cool. Thank you.
<8> TheBest: What do you want me to do?
<15> Default handlers and whatnot.
<2> Umm..well, it's just a DB setting, I believe. I can't remember for sure.
<7> hxu to chk out this error http://pastebin.com/568151
<2> Paste the error here if it is a MySQL error
<14> hxu: 7bit, latin1 is 8bit
<8> TheBest: You want me to know the error that you have encountered? (sorry for bad english)
<7> You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1 COMMENT='Randomly picked numbers'' at li
<8> gaupe: I have a UTF8 string which contains 3 Chinese characters and 4 English letters, what is the length of it?
<7> version: 4.0.24_Debian-10sarge1-log
<2> TheBest, You exported that in 4.1+.
<2> Either upgrade that 4.0 box, or dump the SQL in compatibility mode
<14> hxu: 2*3 + 4*1 I guess
<7> so how i dump the sql
<2> !m TheBest mysqldump
<16> TheBest: (The mysqldump Database Backup Program) : http://dev.mysql.com/doc/mysql/en/mysqldump.html
<8> gaupe: I hope that is the truth.
<7> on debian is not big version then "4.0.24_Debian-10sarge1-log" mysql
<2> webchick, Don't know how to set the default. I never needed to change it.
<15> OK that's cool. Thanks for your help!
<14> hxu: I don't know chinese, but isn't there a thing called simplied chinese and ordinary chinese?
<8> gaupe: Yes. People in the People's Republic of China use simplified Chinese since 1960s. People in HongKong, Taiwan, Singapore and some other regions are still using Traditional Chinese.
<8> gaupe: Personally, I recommend Traditional Chinese. Because if you ever want to touch the soul, the essence of Chinese culture, you have to know something about the traditional Chinese.
<17> hmmmmmm
<17> starting with the First Emperor ?
<17> Chin ?
<8> Sneaky_Bastard: China have official written history long before Chin dynasty.
<13> #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #mysql
or
Go to some related logs:

gentoo there was a problem registering the panel with the bonobo activation serv
xdebug.so' - (null) in Unknown on line 0
maudibsk
python like conch
[Errno 256] No more mirrors to try anaconda
sami myrén
mysql.headers fc2
how to delete mails from mqueue sendmail
#linux
#bind



Home  |  disclaimer  |  contact  |  submit quotes