@# 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



Comments:

<0> Probably my fault somehow
<1> please can u help me ??
<2> tanto: show processlist?
<3> works for me
<4> Therion, Never your fault.
<4> Blame rioter
<0> I wrote the code; probably my fault
<0> Could be a flaw in the bot though
<4> !kick will
<1> do u see what im writing ??
<5> c0uin: no, sorry.
<1> i have two table and i want to do only one with the twice and i suppose i must to have the same fields in same order on the two tables ?? its correct or its possible to reunify the twice directly ??
<6> litheum: you there mate?
<3> it seems like 4.1 replication is buggy :(
<0> tanto: using most recent 4.1 version?
<3> 4.1.11



<0> That's a no
<0> "I'm having strange behavior" and "I'm using a very old release" combine to present you with a probable solution.
<1> i have two table and i want to do only one with the twice
<7> ......
<3> i have a little lab setup with latest 5.0 and it's working extremely differently than this 4.1
<1> i suppose i must to have the same fields in same order on the two tables ??
<1> ts possible to reunify the twice directly ??
<6> Darien: mmm how about you? any chance you could help me? :P
<7> nope, at work
<3> err my lab is 4.1.16
<3> i need to upgrade this guy to the latest 4.1 i guess
<5> c0uin: SELECT .... UNION SELECT ...
<5> c0uin: if that's what you mean.
<6> arjenAU: http://hashmysql.org/paste/viewentry.php?id=1547 does that code look workable?
<0> second query has syntax errors
<0> clauses out of order
<1> arjenAU thx i wiil try in this way
<0> both queries ***ume $q will be numeric
<5> trizem: we've been over this. you did not change anything that I talked about. so it's still the same. why ask.
<6> arjenAU: let me scroll up, I must have missed it
<5> trizem: no you didn't, you responded to it. you just didn't really read.
<6> Oh, the part about changing it to island=" .$q. ".. I actually already changed that, just created the pastebin before that :(
<8> Hello
<6> Maybe I just have to create an additional field called bids in Table1 and just use that? And everytime a bid is placed I just have to UPDATE two tables?
<8> Can i Talk To Sumone PM Cause I Dont WAnt People To Know How Stupid I Am
<6> To late?
<0> smotts2002: I Think Your Cover May Be Blown Already.
<8> lol
<8> i know
<8> Could Not Start The Service MySQL. Error 0 <------ Is Error When I Get To Config
<9> perror 0
<9> !perror 0
<10> System error: 0 = Success
<11> No nEeD for CaMel CaSe
<8> sry
<5> smotts2002: you upgrading from a <4.1 to a newer version? you'll need to stop the old service first as the new installer can't detect the old stuff.
<8> ist a bad habbit
<12> Therion: Go sleep in a corner, old man!
<8> Oh
<8> this is my first time
<8> mysql
<5> smotts2002: the paths will also be differnet.
<8> never used an older
<0> kuja: okay :(
<12> Therion: Give me a hash brownie on your way there, foo'!
<5> smotts2002: right. that's quite interesting then.
<8> yeah
<8> im baffled
<12> Bef0 Ah BuSt uH c4p!
<5> smotts2002: check on forums.mysql.com or just try to install again.
<8> i tried install 7 times
<8> lol
<8> i unistalled
<5> smotts2002: you may also look into control panel, admin tools, services, mysql service and see if you can start it manually. if not, look at the services log in admin tools to see the error
<8> and installed
<13> hey, i need to delete a database but it complains about no existing table
<13> like this ERROR 1016 (HY000) at line 571: Can't open file: 'g2_Item.MYI' (errno: 130)
<5> !perror 130
<10> MySQL error: 130 = Incorrect file format



<8> Wheres admin tools in XP
<5> monne: nicely done.
<5> smotts2002: I just told you where.
<6> arjenAU: well how about this.. if I'm using a COUNT(t2.a) while SELECTING a table, how do I reference it? would I use "COUNT(t2.a) AS t1.count"?
<13> arjenAU,?
<8> lol i fuked up my server 2003 a long time ago and to lazy to fix
<8> i know in control panel
<5> monne: apparently you screwed up an index file. that's quite an effort. did you do a nasty shutdown?
<8> not there
<5> smotts2002: Administrative tools will be there.
<8> Ok
<8> lol
<13> arjenAU, I did /etc/init.d/mysql restart, ander after thismy gallery database has an error
<8> it says could not start mysql error 1067
<5> monne: nono. you actually messed things up manually. on the file level. this cannot be caused by the server internally.
<13> arjenAU, i have a backup of the databse but I can't overwrite the old one because of the missing file
<5> monne: manually copying db files, killing the db server, unplugging your box, etc.
<5> monne: CHECK tblname EXTENDED;
<5> monne: and then REPAIR ...
<13> arjenAU, did the repair table g2_Item and got an error
<8> im baffled
<8> kk now to find service logs
<5> monne: congrats. did you read it?
<5> smotts2002: try being baffled.
<8> i cant find em
<8> cant remeber where they are
<5> smotts2002: sorry not running win here so I can't look for you.
<13> arjenAU, gallery.g2_Item | check | error | Can't open file: 'g2_Item.MYI' (errno: 130)
<8> kk
<5> monne: REPAIR TABLE g2_item EXTENDED USE_FRM
<13> arjenAU, gallery.g2_item | repair | error | Table 'gallery.g2_item' doesn't exist
<5> monne: dunno how you did that. anyway, you may wish to use a backup. or if it's a new install, do it again.
<13> arjenAU, but i can't delete the databse gallery, how can I force it
<8> well what else could it be dang
<5> monne: stop server, delete the db dir.
<13> arjenAU, will it delete the other databases too? and where is it located
<7> !perror 130
<10> MySQL error: 130 = Incorrect file format
<7> ooh
<8> !pererror 0
<5> monne: I said to delete the one db dir, not all your dbs. and I really prefer to not play sysadmin by remote.
<14> anyone good with vb.net and mysql?
<8> !perror 0
<10> System error: 0 = Success
<5> jbrimble: you didn't show, did you...
<5> smotts2002: did you find the log?
<8> Nope
<5> smotts2002: ah. so you're back to being baffled. how's it working for you?
<8> lol im getting very mad
<14> ah, arjen.. I wanted to come, but i had dinner with the future in-laws last night. I'm definately keen for your next one, though.
<13> arjenAU. where do I find the database dir, whats is it name laike path etc
<8> i will get this
<8> google wont even give me a file path when i search where they are
<8> normally a microsoft site will have path
<5> Apachez: if it happens again it'll reconnect via :8001 now.
<5> monne: SELECT VARIABLES LIKE "datadir";
<8> FREAK All These Sites Want Me To But Books
<8> i gotta get food
<5> smotts2002: control panel, admin tools, event log. and I just found that in 5 seconds via google.
<8> LOL
<8> i searched Microsoft Services Log
<8> ok
<8> Default storage engine (InnoDB) is not available
<8> For more information, see Help and Support Center at http://www.mysql.com.
<8> is discription i get
<1> (SELECT USER, EMAIL, FONE, ADRESS from usertable) UNNION (SELECT USER, EMAIL, FONE, ADRESS from userdb); its correct to copy all entrys from usertable to userdb ??
<8> Default storage engine (InnoDB) is not available <---- Whats That Mean Is Sumthing Not Installed Right
<1> and if its not correct what is the correct to do that ??
<8> well now i know error next is to figure out how to fix it
<14> http://pastebin.com/590049 <-- In VB.NET, how do I retreive the FullName column of the accepted user to put in a textbox?
<8> ?
<15> @find uml
<16> with PHP I'm trying to update the number of downloads for file before redirecting to the actual file for download, but the number isn't increasing. do I have to commit the changes or something in the database first?


Name:

Comments:

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






Return to #mysql
or
Go to some related logs:

#math
geordi dies
#osdev
sourceomatic for ubuntu
debian sn21g5
iptables stop log console debian
gxine badmatch
HDIO_GET_MULTCOUNT failed: Inappropriate ioctl for device
logrotate max_binlog_size
#css



Home  |  disclaimer  |  contact  |  submit quotes