@# 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 20 21 22 23 24



Comments:

<0> ohh teh doctors!
<1> none of them are the reason I think you're an idiot.
<2> lol doctors with no understanding of fundamental science i should think
<1> i don't think you're an idiot, that's harsh
<3> well I'm not saying its a disorder yet, but I do believe it plays in a major role in your life with the people that your around.
<1> i think you're in over your head, and I think you don't learn very well
<1> and I think you need to be spoon fed.
<3> lol gleam ther you go
<4> btw gleam_ your ip site is ranked 101,875 on the web, mine is 55,904 :-P
<1> i don't like people who hang around constantly needing to be spoon fed.
<2> i think tdd1984 should take on a less ambitious project
<3> andrewbryson: its serious thow
<3> im serious
<1> you've been coming in this channel for three weeks and you've shown no improvement whatsoever
<3> we was just talking abou this same mental patterns the other day in cl***



<4> was we?
<3> se everything we talked about describes gleam
<4> tdd1984 how old are you?
<3> 22
<3> i got to bsu
<2> someone who gives their free time to help others with no hope of payment ?
<3> go to bsu
<4> can you PM me your email address i want to send you something about gleam_
<2> i guess that could count as a mental disease :P
<3> lol you guys are being funny which is cool, but what im describing is actually true
<2> tdd1984: did you miss the part of basic science where they tell you that it is never possible to prove anything and that you can only ever hope to disprove things ?
<5> hello, mysql is set to utf-8 and the xhtml forms are also set to utf-8, but php still connects to the database as latin1, how can I make it connect and do stuff with utf-8 ? phpmyadmin seem to work well, how does it do it ?
<3> its the signs you go by
<3> its easy to flag them out
<6> hello
<4> Hey I'm in Boston, where are you guys from?
<1> questutis: "set names utf8"
<3> thats if your studing it
<7> read_next: Got error 134 when reading table .i got that error
<3> ohh well who cares
<7> why does it occurs any idea ?
<3> night you alll
<1> !perror 134
<3> :)
<8> MySQL error: 134 = Record was already deleted (or record file crashed)
<2> nice
<1> sounds like you might want to check your table
<7> hmm it says my table in alreaedy use
<7> !perror 124
<8> System error: 124 = Wrong medium type
<8> MySQL error: 124 = Wrong index given to function
<7> its also gives that
<4> http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=12392721
<4> :-P
<1> oh i didn't need to see that.
<4> oh but you did
<9> i'm trying to connect to a mysql server using mysql command but i get this error ERROR 1130 (00000): Host 'my_machine_host_name' is not allowed to connect to this MySQL server
<10> What country would you most like to Visit: paris
<10> go tdd1984!
<4> hahaha
<2> pmsl
<4> Your Weakness:Hmmm Good question
<4> :: please see name of channel ::
<1> infi i'd missed that one
<1> that's fantastic
<1> sherif have you created a user with access from that host?
<1> e.g. grant select on mydb.mytable to 'bob'@'my_machine_host_name' identified by 'bib'?
<4> wait a minute he allegedly has a web design company but hasn't even customized his myspace page? hmmmm
<2> or indeed, he has a web design company and has a myspace page at all ?
<4> ummmm
<4> dude shut up
<4> :-P
<1> i think i'm the only person who is both online and without a myspace page
<4> just about, yeah
<2> lol i had not heard of it until just now
<10> nope, me too.
<9> gleam_: nop i got it i was googling alos .. thx ;-) will do it now
<4> my space can be a powerfull tool, i have an account for one of my web sites, i use it for promotion
<7> hmm. mysqldump: Can't get CREATE TABLE for table `dt_usersonline` (Can't open file: 'dt_usersonline.MYD'. (errno: 145)) when I'm mysqldump
<4> it works pretty well
<4> drives a good amount of traffic to the site



<7> can I repair it if its corrupted ?
<4> good compared to what it was getting before anyway
<2> GoSox: sneaky
<1> calvados you need to repair your tables
<1> mysqlcheck -c --auto-repair mydb
<7> how ?
<7> hmm
<1> add on -uusername -p if you need to
<7> myisamchk -r tuna1/dt_usersonline.MYD works also ?
<1> i'd suggest mysqlcheck.
<7> is there any chance to lost my db completely ?
<1> yes.
<9> gleam_: i don't have myspace page too :P as i think !
<7> gleam but I've only 1 table broken
<9> gleam_: i can use username@* ?
<1> then worst case you'll lose that one table
<1> username@%, sherif
<9> so that user is able to connect using the p***word from anywhere?
<9> okay thx ;-)
<9> gleam_: syntax error
<1> given the silence from tdd i'm ***uming he's typing up another 8 line rebuttal
<1> '%'?
<2> didn't he leave ?
<9> yes
<1> oh did he?
<9> should be 'username'@''%' ?
<1> nope
<1> 'username'@'%'
<2> am sure he said something about "Good night" and we all ignored him
<1> or username@'%'
<1> oh apparently
<9> ah works
<9> thx ;-)
<11> is it legit to have two relationships between two tables?
<7> gleam do I need to start mysql daemon ?
<2> how do you mean "legit" ?
<7> to repair or
<1> calvados, if the server is shutdown then go ahead and try myisamchk
<1> myisamchk should be used when the server is stopped, mysqlcheck can only be used when it's running
<1> if you use myisamchk when the server is running and you aren't careful you can cause even more damage
<7> ok my mysqld is stopped
<7> im only try to repair corrupted table
<7> well it keeps only online users in my portal
<1> then go for it
<7> so if I recreate it no matter thou.
<1> so it's probably not a big deal if you lose the data
<1> yeah
<7> does I need to repair MYI or MYD ?
<1> just do myisamchk tablename
<1> if you want to specify the full filename do MYI
<11> i've created a junction table 'link' between leaf nodes and container nodes. but containers should also contain other containers, so i have another relationship between 'link' and 'container'... is that going to cause problems? how is SQL going to figure that "targetcont_id" is an id for a container?
<1> so you can do tablename or tablename.MYI
<7> hmm
<7> ok
<7> gonnaa use -r ?
<4> ok i'm outtie, later
<1> sure
<7> gleam thanks alot :) i wont never ever touch my mysql db again !
<7> its too risky lol
<7> i afraid alot :o
<2> lol
<2> that is what backups are for
<2> and test servers :P
<7> well i was trying to tweak my.cnf only that I did
<11> i suppose i could put another intermediary table between the second relationship between 'link' and 'container' for redirection but it seems there should be a better way
<1> it sounds like you didn't shutdown your server cleanly after tweaking the config
<2> c474|y57: i don't really know what you are talking about with links and containers...
<2> what is your table structure like ?
<11> andrewbryson: scroll up
<7> well i just service mysqld stop and when I did start it said timeout error etc. so I restore my old my.cnf and started again and that happened
<12> when i run mysqldump i got this error
<2> c474|y57: no i mean i have no idea what you are talking about having scrolled up
<2> was here when you said it remember :P
<11> oh, that was you :p


Name:

Comments:

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






Return to #mysql
or
Go to some related logs:

rename world of warcraft
#css
debian amd64 hp dl380
php5-mssql for centos
#math
ie5-mac flash-player
Kubuntu und win32codex
#math
#gentoo
#perl



Home  |  disclaimer  |  contact  |  submit quotes