Skip to content

Category Archives: Links

links from delicious

Links for January 9th

MySQL AB :: MySQL 5.0 Reference Manual :: 8.1.8 Unicode Support - ucs2, the UCS-2 encoding of the Unicode character set using 16 bits per character utf8, a UTF-8 encoding of the Unicode character set using one to three bytes per character… Currently, MySQL support for UTF-8 does not include four-byte [...]

Links for January 8th

Module Signing - When you execute a signed module, the permissions granted to the principal (using the GRANT statement) associated with the signing certificate are temporarily UNION-ed into your run-time security token for the duration of the call. Laurentiu Cristofor’s blog : Basic SQL Server Security concepts - [...]

links for January 4th

EncryptByPassphrase Encryption Algorithm - This blog enry shows how to confirm that EncyptByPassphrase, EBP for short, uses triple DES and also passes along a little bit of other info about symmetric encryption in SQL Server.

links for January 3rd

Microsoft SQL Server 2005 Security White Papers - MySQL 5.0 Reference Manual :: 4.5.5 mysqlimport � A Data Import Program - The mysqlimport client provides a command-line interface to the LOAD DATA INFILE SQL statement. Most options to mysqlimport correspond directly to clauses of LOAD DATA INFILE syntax. [...]