@# 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 16 17 18 19



Comments:

<0> Kxzz: that 1920x1200 res
<0> on the 24" samsung
<1> lsmith: ooh, that seems very good
<1> lsmith: is it an LCD-TV or a simple LCD? You got any links maybe?
<0> LCD
<0> http://www.samsung.com/uk/products/monitors/lcd/largeformatdesktop/ls24brbbsedc.asp
<0> they also have a variant with a tv tuner
<2> ... you can get 20" imac...
<0> but i dont watch tv really
<3> I *love* my Samsung laptop
<0> and the screen is not as high quality
<1> lsmith: looks very nice
<3> imported it from korea because you can't get it in the states
<3> http://www.telparia.com/mine/
<0> i love my ibm t42p laptop
<0> and i love my 3 year on site repair warrenty even more



<1> goo.
<1> good.
<1> :]
<0> i had some issues with my video card
<0> the next day i had a guy in my office
<0> taking apart my laptop
<0> and 1 hour later it was back to working flawlessly
<4> any ideas for my problem?
<0> i simply cant afford to send in my laptop
<1> i'm out :P
<1> everyone see you :]
<5> i have a mysql-folksonomy question. The table dump is at http://hashmysql.org/paste/viewentry.php?id=1875 . I know how I would do queries on these tables, but I was wondering if there is a one-line INSERT command that I could use to populate the columns in 'tag' and 'entry_has_tags'
<0> lalaland
<6> hi all
<6> i have a big problem
<6> mysql> select * from rr;
<6> ERROR 1016: Can't open file: 'rr.MYD'. (errno: 145)
<7> !perror 145
<8> MySQL error: 145 = Table was marked as crashed and should be repaired
<7> repair
<9> salah - other way around
<7> !m mxm***ter repair table
<8> mxm***ter: (REPAIR TABLE Syntax) : http://dev.mysql.com/doc/mysql/en/REPAIR_TABLE.html
<9> your server isn't running, so that file doesn't exist
<10> is it possible to make a foreign key with an auto increment data type on a referenced table?
<11> [NOD] choun
<11> Premium Member
<11> opps
<4> shannon, how?
<10> every instance bombs on me, switch the data type to INT and it works fine
<9> salah - who knows? could be any reason
<5> ...okay, no answer i guess
<12> is it possible to insert into tbl_name values(GET_FORMAT(DATE,'USA') ?
<4> shannon, http://pastebin.com/731913
<6> thanks
<13> How can I ORDER BY native language?
<5> okay, thanks anyway
<9> sunshinelady - make sure you're using the correct collation
<9> collation defines order
<9> hah
<9> Warning: mysql_pconnect(): Too many connections in /home/pastebin/lib/pastebin/db.mysql.cl***.php on line 59
<7> stop using pconnect
<7> :P
<9> seriously
<7> oh, pastebin
<7> they should stop using pconnect.
<7> dumb***es.
<14> gleam_.......
<7> ?
<14> I'm not a fan of name calling. We aren't in high school anymore.
<7> hehe
<7> yeah, but it's pconnect.
<9> maybe you aren't
<7> cmon.
<14> shannon, I'm not, so I make everyone else.
<14> This is an 18+ channel :)
<9> maybe gleam's still in at 35
<7> no special dispensation for pconnect?
<14> No. Just tell them NOT to use it.
<9> lives at home
<7> i do live at home



<7> but i'd imagine most people do
<12> is it possible to insert into tbl_name values(GET_FORMAT(DATE,'USA') ?
<14> shannon, Ok, what you're doing is just as bad.
<7> unless you mean my parents' home.
<9> drinks beer in his boxers
<14> Kartagis, TRY IT.
<9> ok
<13> shannon - i rememer there was something like ORDER BY BINARY column or something
<9> there is, I don't know if you want it but you definitely need to define the collation, otherwhise it's swedish IIRC
<9> !m collation
<8> Incorrect usage. See 'help m'
<9> !m shannon collation
<8> shannon: (Information Functions) : http://dev.mysql.com/doc/mysql/en/Information_functions.html
<12> Fatal error: Call to undefined function GET_FORMAT()
<14> Kartagis, PHP
<15> hey :) I have a DB in 4.1, how can I make a dump (data+struct) compatible with 4.0 ?
<13> shannon - whats the syntex of this binary thingy?
<14> runa, Does mysqldump have a compatible option.
<14> ?
<15> will[werk]: I couldn't find it
<14> mysqldump --help | grep compatible
<15> will[werk]: weird. it's not in the manual
<15> I'll fill a bug report. tnx
<14> Is it in that help file?
<10> does anybody know if it's possible to do a foreign key reference on a data type of serial?
<15> will[werk]: is in mysqldump --help and the website
<4> shannon, is mysqld.sock very important?
<14> salah, Yes. You use it when connection from localhost.
<14> salah, And MySQL automatically creates it when it is started.
<16> hello, last night i downgraded from mysql 5 to 4.1.18, and now i get "was created with a different version of MySQL and cannot be read"... how can i dump the data so i can reimport it? do i have to do it from mysql 5?
<14> phishy, You have to do it in 5.0. Why did you downgrade?
<4> is there no other way to start my mysql server ?
<14> salah, No other way? What do you mean? How did you install MysQL/
<14> MySQL?
<16> will: a piece of software required a lesser mysql
<14> phishy, It should work in 5.0 unless they issue really bad queries.
<16> will: it ust detect it and throw an error
<9> shoulda woulda coulda
<7> can't fix the software?
<14> phishy, Oh...
<4> will[werk], I used apt-get install mysql, but I have been using this for maaany months, and last night I turned it off for a security reason, now it won't start up
<14> Turned off what?
<9> salah - any errors?
<4> the server
<4> the mysql server
<16> gleam: its commercial software, and i dont feel like digging ;-)
<4> shannon, http://pastebin.com/731913 yes this one
<7> rough
<9> pastebin is dead, long live pastebin
<7> reinstall 5.0, mysqldump --compatible=mysql41, reinstall 4.1, and load the sql file in
<16> sounds like a plan i was trying to avoid, but if it must be done.. oh woe is me.. shouldnt take too long
<9> salah, if its short
<9> maybe just pasteit? pastebin is down
<16> can i mysqldump all the databases at once? ;-)
<4> shannon, yes here:
<4> root@hovedserver:/var/run/mysqld# /etc/init.d/mysql force-reload
<4> Reloading MySQL database server: mysqld/usr/bin/mysqladmin: connect to server at 'localhost' failed
<4> error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
<4> Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
<9> that's not short :)
<4> anyways, sorry
<9> and that's not a useful error, that just means it's not running
<9> check your logs
<4> shannon, where is the logs?
<9> try your mysql data dir
<14> Why force-reload? Why not like 'start'?
<4> will[werk], same error
<4> will[werk], any ideas how to extract .gz files?
<7> ...
<12> later
<14> With gzip?
<15> will[werk]: thanks for everything
<17> salah: invite them over for drinks, play some soft music, they'll open up to you.
<4> infi, thanks


Name:

Comments:

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






Return to #mysql
or
Go to some related logs:

OPSEC clamav
sql wildcar
#mysql
ununtu default root password
wterm howto's
#math
#linux
nvidia suse10.1 kernel panic
perl basicbot invite
qemu could not add usb device



Home  |  disclaimer  |  contact  |  submit quotes