ryantremaine.com

Partner & Lead Developer at greenfield

Saturday, April 30, 2011

View table details in MySQL

›
show table status like 'yourtablename'; Will display info on row_count, auto_increment value, etc. Handy.
Friday, April 29, 2011

View utf-8 values in mysql

›
mysql --default-character-set=utf8 -uroot -pbondaxe dataviews_production Without the --default-character-set "Ã…landsbanken" will...
Monday, April 18, 2011

Chrome asks permission every time i open a link. WTF?

›
Finally found a fix for this really annoying issue: open %USERPROFILE%\AppData\Local\Google\Chrome\Application right click chrome.exe and ...
1 comment:

Bear Mountain Hike

›
What I didn't bring and learned I needed.  We had a very wet & cold overnight hike at bear Mountain this weekend. Being my first eve...

Configure Git Commit Email

›
1. Verify sendmail is installed 2. Execute the following git commands on the repo sending the email notification. Note: some of these config...
Friday, April 15, 2011

Oracle: Select column names for a specific table

›
select distinct column_name from all_tab_columns where table_name = upper('country') order by column_name asc
Monday, April 11, 2011

http://ninite.com/ The Easiest, Fastest Way to Update or Install

›
I can never remember their url http://ninite.com/
‹
›
Home
View web version
Powered by Blogger.