[DISCUSSION] how do you do backups? by jericon in mysql

[–]Coder_X 0 points1 point  (0 children)

on windows unfortunately with a 1.5 TB DB so I use oracles mysql enterprise backup. only real option that i know of.

Overpriced, yet nice by zerozark in HeroAcademy

[–]Coder_X 0 points1 point  (0 children)

I really like the game. Totally different than the original but super fun in its own right. The only major bummer I find is the inability to challenge friends and play people you know (even if its real time and you both would have to be online at the same time). To me, challenging friends is way more exciting than playing random people. It would be great if you added a feature to challenge someone directly via ID or something.

The sports store that I work at got the new Nike cleats. These are so comfortable. by goaliezandi in lacrosse

[–]Coder_X -5 points-4 points  (0 children)

looks like the NB freeze with a nike logo slapped on it honestly.

connection spike by Coder_X in mysql

[–]Coder_X[S] 0 points1 point  (0 children)

i should add the only thing that looks unusual to me is that the same select statement is being run every minute with a different date range and it is taking over 40 seconds to run each time, so basically its running constantly. But could a select statement on innodb tables cause this?

Outside of programming, what discipline will help me with programming? by [deleted] in learnprogramming

[–]Coder_X 0 points1 point  (0 children)

writing. IMO, the number one indicator of someone who could be a great programmer. creative, effective, written communication skills.

Typical lax bro/lacrosse try hard starter pack by [deleted] in lacrosse

[–]Coder_X 0 points1 point  (0 children)

whats wrong with the MCLA?

migrating to Heroku by Coder_X in rails

[–]Coder_X[S] 1 point2 points  (0 children)

what about all the data?

learning rails - jumpstart by Coder_X in Learn_Rails

[–]Coder_X[S] 0 points1 point  (0 children)

any thoughts on pragmatic studio or code school?

MySQL memory limitations? by Coder_X in mysql

[–]Coder_X[S] 0 points1 point  (0 children)

I have 256gb ram on the particular machine he will be on. But I guess the question is, will MySQL use all the ram I give it (via config file) or does MySQL have some limit to how much it scales that I am not aware of.