| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Comments:
<0> endra, So I guess you are watching it... <0> fidy <1> ive seen it <1> russells the best comedian in my opinion <2> eh he doesn't do it for me <0> I love his accent impressions. They are great. <0> I prefer Mitch Hedberg. <2> the accents are very good <2> well, he and hedberg aren't comparable <2> style is completely different <1> ive never seen hedberg.. <1> got a vid? <0> Yeah, I prefer Hedberg's style. <2> http://video.google.com/videoplay?docid=9104976284161819323&q=mitch+hedberg <0> endra, I haven't found a good video. Download his MP3s. <2> agreed
<2> you don't lose much by listening instead of watching <2> esp. not once you've seen him once <0> I've seen him once. He shakes SO much. Totally tell he was loaded. <2> here: http://youtube.com/watch?v=nOnsH29qKzY&search=hedberg <0> We, on video. <2> 20 minutes of hedberg <2> quality isn't great, but it streams <1> ill check it out later after russells <1> i love this movie <2> good enough <0> bah, I want the one of him doing 45mins. <2> yeah <0> His second CD... that was GREAT. <2> RIP <2> sigh <0> RIP <2> sigh <0> My coworker introduced me to Dane Cook. Supposed to be style of Mitch. <2> misfire <1> oh dane is my second fav <3> dane cook is funny <0> I listened to his second CD last night, but didn't agree with me. <0> Mitch was funny from the start. I was laughing so hard that couldn't drive and had to turn it down. <1> lol mitch aint that funny he just says joke after joke lol <1> well his jokes are funny but not really related to each other like russell <0> endra, Yeah. It's his delivery that I like the best. <2> yeah, it's a completely different style <2> "have you ever tried sugar... or pcp" gets me almost every time. <1> yea that was one of the good ones <1> I only liked maybe 3-4 jokes <1> most jokes are kinda lame though <0> Well, you're lame. <0> I'm going on break. <1> +coolpoints for you <4> there <4> i've submitted 5 bugs for mysql workbench 1.06 <4> time for bed <1> askaninja is funny http://youtube.com/watch?v=OEmss2lg-ug&dpos=3 <5> folks: is 'double' a type in mysql, and standard sql servers for that matteer? <6> !man double <7> (Overview of Numeric Types) : http://dev.mysql.com/doc/mysql/en/Numeric_type_overview.html <6> apparently <8> I am running Debian Etch on a server and the current version of MySQL is 4.1. apt-get upgrade is now bringing me MySQL 5.0. What do I need to do to make sure I will not loose any data/user settings? Shall I backup everything and add them manually to 5.0? <2> you'll probably be fine. go read the upgrade notes at dev.mysql.com/doc/ <8> gleam_, I hope so. I will read the docs but I was hoping to find some Debian user who has done it for more info :-) <2> i've done it without problems, but in general i recommend you use the mysql.com binaries instead of debian's <8> gleam_, I only use .debs :-) Thank you for the advice though. <8> I mean official .debs <2> your loss :) <8> perhaps, I am not convinced about this <8> in Debian we trust! <2> i'm a hardcore debian lover, but for my mysql servers, it's real binaries all the way <8> gleam_, perhaps I will have problems with a FULL TEXT index I have. I will sort that manually. Other than that, it seems a safe upgrade. Thank you for your advice :-) <9> http://pastebin.com/748112 What should I do about this error. <9> I cant start mysql <2> !perror 142 <7> MySQL error: 142 = Unknown character set used <2> did you downgrade from 4.1 to 4.0 or something? <9> Yes <2> tsk tsk
<9> Yeah I did a dumb thing <2> you should probably go back to 4.1, mysqldump --opt --all-databases --compatible=mysql40 <2> go to a clean install of 4.0 <2> and load it in <2> and you should take note of the downgrading instructions and why it's bad <9> gleam_: Well the way this came around was strange. I dont have a 4.1.1 server any more, maybe I could use a friends.... I guess that will be the best way <2> 4.1.1 is awfully old <2> you can always download the binaries for 4.1.19 from mysql.com <2> plop them in /tmp <2> and run it with your my.cnf <2> and it'll probably work <9> gleam_: K sounds good, Ill give that a try <9> gleam_: think I can use 4.1.20 <2> sure <9> gleam_: Cook thanks, I dont use mysql much <9> cool <2> weird that 4.1.20 is out but doesn't have a changelog <2> and says "not yet released" on the changelog page <9> yeah that is a touch odd <9> one of the mirrors doesnt have it yet, maybe we got it right in the middle of a upgrade <10> can someone point me in the right direction? I'd like to access statistics on a hosted mysql server. I can issue sql commands, but I don't have any command line access <1> north west <11> how to edit database? <11> i creat database called: radius <11> i wanna edit a table <12> !man ALTER TABLE <7> (ALTER TABLE Syntax) : http://dev.mysql.com/doc/mysql/en/ALTER_TABLE.html <12> try that Meaw <11> can i edit it from webmin? <11> i open the table in webmin but no option for " edit " <13> so ive got bulletins, and threads, im selecting bulletins and i wanna add amt of threads per bulletin (where thread.bulletin = bulletin.id), what's the best way to do this? count() ? <14> acidjazz_: you would be better off putting it into your bulletin table when you insert a new thread so that you don't have the extra load on the db by counting the rows all the time <13> Rubberneck: think so? <14> acidjazz_: depends exactly what your doing but your probably going to be viewing the count() way more than you would be inserting a new thread <15> Is there a way to define an alias for a fulltext search string? For instance, if I am using numbers to represent data (i.e. '1' = "Airlines", '2' = "Automotive", etc...) can I have FULLTEXT relate a search on "Airline" to '1' for the column I'm searching against? <16> if I have 2 tables and I want to update the value of one thing in the first table depending on what the value for it is on the second table how can I do the query? <14> notx: something like UPDATE table1,table2 SET table1.something='new value' WHERE table1.something = table2.something <17> Hello <14> hello <18> ohh wow I hope I came to the right place for mysql questions <18> if not I am going to have a seizure <19> Does this look like a place for MySQL questions? <18> \twitch <18> i cannot connect to mysql server ; total newb here ; I know a few commands ; I just want to create a new database with it ; please help <19> What is wrong? Error? <20> is it running? <18> for instance <19> COME TO THE CHANNEL PREPARED! <18> mysqladmin: connect to server at 'localhost' failed <18> error: 'Access denied for user 'root'@'localhost' (using p***word: NO)' <20> add -p after your command <18> i get that error after trying : mysqladmin -u root p***word 'newp***wordhere' <20> oh <19> Well, do you know the p***word? <18> i never made a freaking p***word <18> I just installed it <19> It says there is one. Did you run that mysqladmin program twice? <2> will to the tenth power <18> lets see the first command i did was: mysql_install_db <19> One after that. <18> mysqladmin -u root p***word 'newp***wordhere' <18> no wait that wasnt it <18> /usr/bin/mysqladmin -u root p***word 'newp***here' <19> So you did set the p***word already. <19> mysql -uroot -pnewp***here <19> Try that. <18> i dont think so because everytime i do that command it gives me the error i posted <18> mysqladmin: connect to server at 'localhost' failed <18> [20:43] <18> error: 'Access denied for user 'root'@'localhost' (using p***word: NO)' <19> YOU DID NOT DO WHAT I SAID. <19> mysql -uroot -pnewp***here <19> TRY THAT. <18> no no i was just typing in the error i got previously <19> I'm telling you how to fix your problem... just do it.
Return to
#mysql or Go to some related
logs:
#perl lm-sensors 82801G (ICH7) modules_install if [ -r system.map /sbin/depmod firefox is already running but not responding redhat #linux #physics Vargux #debian gentoo install dwl-g510 #perl
|
|