MySQL and Server Side Cursors

posted in: Linux, Windows, Software 0

Common wisdom says “MySQL does not support server side cursors”. I searched and did not find anything that indicated this was old information (read on). After a lot of unsuccessful work to get MySQL to handle cursors with 1 million … Read More

Remote Access to MySQL on Fedora

posted in: Linux 0

A recent project which involved working with MySQL Workbench and accessing a MySQL database on a Fedora 14 computer has proven to be a challenge in getting the connection established. Besides receiving rather meaningless errors

SSH to Remote Site without password

posted in: Linux 0

When running ssh or scp from a script, there is a need to establish a connection to the remote site without being prompted for a password. This quick reference should get the job done.