Ok
Is there anyway to get the total sum of any given INT in a table? That is all the rows with the INT's value combined
How do I install the mysql public key? (getting an error when trying to install from the redhat rpm)
Where can I find the config files for mysql on redhat?
Where do I get all those informations? Is there a FAQ somewhere?
How do I list all the indexes in my db?
How can I batch set the value for one column for every row in a table?
How slow are we talking emilsedgh?
Is there a way to launch routine on a regular basis from mysql ?
How can you change a column with SQL so it isn't auto-incrementing anymore?
Is there any difference in creating the procedure in mysql and sql ?
Are circular foreign keys supported within MySQL 5.1?
Would it be useful if the index were Unique? (It can be, because id will be unique.)
Is there a way to use LIMIT with an AVG()?
Do delayed inserts take up significantly more time than regular inserts?
How do you destroy a variable when you're done with it?
Is it possible to do a GROUP BY within a join?
Where are these query logs you were referring to?
Where can I find documentation on rank or int_col?
Does it makes sense to have a type of VARCHAR(45)? till now I also saw VARCHAR(255)
Is there a recommend tutorial for administering mysql through the command line?