Blog

MySQL FILE Priv

This was a sticking point in for the WERC seminar reservation system. The database web bot / mysql user needs the FILE priv.

GRANT FILE on *.* to ‘werc_seminar_bot’@’localhost’;

By |March 10th, 2010|Research, WERC|Comments Off on MySQL FILE Priv

A little LDAP research

I had opened a ticket a while back with OIT and eventually got a response from Daniel LaRoe. He suggested one way to get a listing of INE people via edir.alaska.edu and LDAP was to do an advanced search with this query:

(&(|(uid=*Northern Engineering*)(unitDirectoryHeadings=*Northern Engineering*)(unitAlias=*Northern Engineering*)(unitDisplayName=*Northern Engineering*))(|(ou=routing)(ou=resource)(ou=departments)))

This only produces two records, each which point to […]

By |March 5th, 2010|CEM, INE, Research|Comments Off on A little LDAP research

MySQL 5.1.44

This new version is out. I looked at the release notes https://dev.mysql.com/doc/refman/5.1/en/news-5-1-44.html and determined that none of these issues immediately affect this work or the new WERC website. I am not going to bother with this upgrade until the final rollover to production server.

By |February 18th, 2010|INE Server Log, WERC|Comments Off on MySQL 5.1.44

mysql 5.1.43 Done

Upgraded to 5.1.43.

mysql> select version();
+———————+
| version() |
+———————+
| 5.1.43-standard-log |
+———————+
1 row in set (0.00 sec)

./configure -prefix=/usr/local/mysql -with-server-suffix=-standard -enable-thread-safe-client -enable-local-infile -enable-shared -with-zlib-dir=bundled -with-big-tables -with-readline -with-plugins=all -without-docs –libexecdir=/usr/local/mysql/libexec/

By |February 1st, 2010|INE, INE Server Log|Comments Off on mysql 5.1.43 Done

Methane Videos

Videos located at https://www.alaska.edu/uaf/cem/ine/walter/videopage.xml
https://www.alaska.edu/uaf/cem/ine/walter/videopage2.xml were having a hard time loading on some computers. Videos were uploaded to YouTube and we do not have this problem anymore.

The text was also cleaned up on these pages and some emails were updated.

By |January 29th, 2010|INE, Roxen Pages, WERC|Comments Off on Methane Videos

Accessing EDIR Data

Spoke with David Bantz and John Mitchell about getting a data feed for accessing Banner info to update pages like https://www.alaska.edu/uaf/cem/ine/directory/directory_alpha.xml

Will open another ticket requesting rpts ops$sxldap resources. The plan is to have shell access on some SQL machine, produce a data dump of INE people (for example), and then send a data file […]

By |January 15th, 2010|INE|Comments Off on Accessing EDIR Data

MySQL 5.1.42

Configure Commands

CFLAGS=”-arch x86_64″
CXXFLAGS=”-arch x86_64″
./configure -prefix=/usr/local/mysql
-with-server-suffix=-standard
-enable-thread-safe-client
-enable-local-infile
-enable-shared
-with-zlib-dir=bundled
-with-big-tables
-with-readline
-with-plugins=all
-with-unix-socket-path=/tmp/mysql.sock
-without-docs

This prompted a more robust set of steps to test out MySQL updates:

Read Patch Notes, make sure it does not break anything, see if the update fixes unrelated bugs, […]

By |January 4th, 2010|INE Server Log, WERC|Comments Off on MySQL 5.1.42

Style Sheet for Printing

I worked up a quick style sheet for print media (fancy way of saying printing), for this blog. Browser support for published standards of print style sheets is lacking at the moment, but most browsers support the “display:none” property. With this control, I can make certain elements of the page disappear.

When these pages […]

By |December 1st, 2009|Research|Comments Off on Style Sheet for Printing