Micah Delane Bolen

less info
20 reputation
3
bio website micahdbolen.elance.com
location
age
visits member for 1 year, 2 months
seen Mar 28 at 21:59
stats profile views 0

I specialize in web and mobile programming for educational and academic research projects. My past clients include the University of Florida and Alianza Superior: the first social network for higher education in Colombia.

I have a deep understanding and appreciation of writing valid, standards-compliant, and accessible code. This means that I personally guarantee that my work functions equally well in all modern web browsers and is designed with universal accessibility and a first-class user experience in mind.


Mar
20
awarded  Supporter
Mar
20
comment How can I determine the size of a dump file prior to dumping?
Thanks. In my case, the query returned about 10.4 GB and the actual file size (not gzipped) turned out to be about 10.8 GB.
Mar
20
accepted How can I determine the size of a dump file prior to dumping?
Mar
20
asked How can I determine the size of a dump file prior to dumping?
Mar
29
comment How should I update ID field values for all records based on previous values?
Yes, in my case, another table was referencing these values. I had to perform the same update procedure on that table as well.
Mar
28
awarded  Student
Mar
28
revised How should I update ID field values for all records based on previous values?
edited tags
Mar
28
comment How should I update ID field values for all records based on previous values?
Thanks, the second suggestion worked well for the id field (which is a bigint(20) in my case). I'm glad you pointed out to find the max value first. I needed to update these columns in this way because I will be importing them into another duplicate table (duplicate structure; not duplicate records) and did not want the import to fail because of duplicate records.
Mar
28
awarded  Scholar
Mar
28
accepted How should I update ID field values for all records based on previous values?
Mar
28
asked How should I update ID field values for all records based on previous values?