| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11
Comments:
<0> :P <1> :D <0> hmm interesting <0> next saturday ? <0> haha joking:) <1> hahaha sure <1> I'm down <1> my women are down whenever I am, so it works ;) <0> no I have 2 girls to meet on the same night next friday.. I don't know how i'll manage that. <1> literally... ;P <0> 2 girls in the same pub <1> hahaha <1> dating is for noobs... <0> dating ? This is no date! <1> more investors? <1> :P
<0> haha no no just parties like there <0> http://irish.agoraproduction.com <1> oh <1> pfft <1> too long <0> it's there because my paypal if frozen. <2> how do you add a new user superuser with mysql? <0> r0b, you could grant <0> so <0> GRANT ALL ON *.* TO 'username'@'hostname' IDENTIFIED BY 'p***wordyouwant'; <3> r0b - duplicate the root row? <0> !m r0b grant <4> r0b: (GRANT and REVOKE Syntax) : http://dev.mysql.com/doc/mysql/en/GRANT.html <1> huh? <1> CPUnerd, don't you need to GRANT PRIVILEGES? <1> :P <1> CPUnerdX, guess I'm just used to GRANT ALL PRIVILEGES ON *.* TO 'user'@'host' IDENTIFIED BY 'p***' WITH GRANT OPTION; :P <0> you can just GRANT ALL ON *.* .... WITH GRANT OPTION; <0> I forgot this. <0> http://www.donkeymuffin.com/a <0> haha <1> :) <0> I like it. <1> noob :p <1> mmm... I could go for an american muffin, right about now... :d <1> so, cpunerd... how's it going? :) <5> !man replace <4> (REPLACE Syntax) : http://dev.mysql.com/doc/mysql/en/REPLACE.html <5> no no <5> !man str_replace <1> omg darienrush! <4> Nothing found. <5> stfu :( <1> Hi Darien :) <5> !man string functions <4> (String Functions) : http://dev.mysql.com/doc/mysql/en/String_functions.html <1> we were just talking about you :) <5> kthx <1> <3 <0> back <0> Daveman so, cpunerd... how's it going? :) <0> you know what ****s ? when you go to take a dump and there's nothign to read. <0> Darien, you at work ? <5> no <1> o_O <1> omfg... <1> CPUnerd, is a Dave, too? :o <0> indeed <1> :) <0> ok time to work, ttyl <1> work? <1> ... at 1.40AM? <0> yep <1> ****ing canadians <1> CPUnerd, you have a job too!? <6> that's his job? <0> Well of course I have a job <0> I have a company ffs <1> :p <1> Sorry dude, I won't bother you then, or acquire you.
<1> you can thank me later ;) <6> i guess ****ing canadians pays better than i would have thought <0> hehe :P <0> Daveman, acquire me ? hihi <0> company policy, don't help americans. <1> americans buy you! <1> hahaha hansbrix+1 <7> I'm trying to get more familiar with transactions... anybody seen a good tutorial? <8> I'm trying to install mysql5 on Darwin PPC... when I start it using mysqld, it gives me the error "can't open privilege tables"... how do I create them? <8> I see.. I'm an idiot <0> mysql_install_db <3> rm -rf /dat <3> rm -rf /data <9> Wrong window :P <3> rm -rf Elshar <10> hi, i keep getting errors while trying to connect to mysql using the jdbc mysql drivers. my error is this on connection: Data source rejected establishment of connection, message from server: "Host 'localhost.localdomain' is not allowed to connect to this MySQL server". the weird thing is, i can access phpmyadmin with root/p***, and i can use mysql from the command line, but i can't access it like this. any ideas? <11> hy ,what is the php command to create a new mysql usere? <0> just use mysql command line. <0> !m DjDarkPingvin grant <4> DjDarkPingvin: (GRANT and REVOKE Syntax) : http://dev.mysql.com/doc/mysql/en/GRANT.html <12> h <13> Let's say that for some reason I don't like the order of the fields in a table... <0> I would be sad. <13> Is there a way of rearranging them? <0> !m enginuitor|gprs ORDER BY <4> enginuitor|gprs: (Sorting Rows) : http://dev.mysql.com/doc/mysql/en/Sorting_rows.html <13> I'm not looking to sort rows... <13> I want to rearrange the columns <10> can anyone help me with jdbc and mysql? http://eugeneciurana.com/pastebin/pastebin.php?show=9683 <14> where is the database folder ? <15> enginuitor|gprs, you can only sort your coloums after a specified attribute. <16> i try fixing a db w/mysql check and <16> mythconverg.videosource <16> error : Can't open file: 'videosource.MYI' (errno: 126) <16> mythconverg.videotypes OK <10> i keep getting this error while trying to connect to mysql through the official mysql jdbc java driver: Data source rejected establishment of connection, message from server: "Host 'localhost.localdomain' is not allowed to connect to this MySQL server" <17> hello from france <17> i've a problem with mysql administrator, anymody uses it under linux ? <18> hey guys, my mysql server is a debian box. exactly where in /var/ is the actual db's ? (for backup purposes) please? <0> /var/mysql <18> CPUnerd oh yes, found it in /var/lib/mysql... i was expecting /var/data or /var/mysql <18> thanks <19> uhuh <10> is it possible to search a mysql database by some binary data? <10> or would i have to maybe checksum the data and search the checksum as a string <20> "SHOW GRANTS FOR 'foobar';" shows: <20> "GRANT ALL PRIVILEGES ON `jmdb`.* TO 'foobar'@'%'" <20> but i cant do a "INSERT" from the host 192.168.1.2 <20> how can i check, if something works wrong? <21> key_buffer and key_buffer_size are the same vars ? <10> lol <10> it strikes me that this channel is all questions and no answers <19> sorry <19> Stork yes, of course. <19> but why would you need to search binary? <19> hash is a hash <19> Adrenalin` key_buffer doesn't exist iirc. <19> only key_buffer_size <19> double check: http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html <19> Columbo0815 what error are you getting? <19> Stork just use: SELECT x FROM t1 WHERE your_hash_col = 'yourhash'; ? <20> just a second <10> Jax, because i'd be storing a set of small gif images in the database. <10> like, 1000+ gif images, under 3kb in size, each <19> using bob types? <19> *blob <10> i don't know, is that what i should be using? <19> which version of mysql? <22> Stork: If you don't want to actually search the contents of the GIFs you might as well just store the path to the image, and keep the image in the FS <10> yeah, maybe <20> the error message is: <20> java.sql.SQLException: INSERT Befehl nicht erlaubt fuer Benutzer 'foobar'@'192.168.1.2' und table 'technical' <20> this means: INSERT is not allowed for user...
Return to
#mysql or Go to some related
logs:
device has unknown breezy #ubuntu #web +perldoc +the movie smoothscroll joomla S_IREAD python reconfigure network ubuntu foremost gentoo segmentation fault -first and iptables slackware 10.2 port forward bodmas kids tutorial
|
|