Forgot your password?

typodupeerror

Comment: Re:Authentication systems (Score 1) 232

by Jay Pipes (#21342771) Attached to: Ask Database Guru Brian Aker
Not sure what a footgun is, but this approach works and has worked well for MySQL users for years. It's not about "admin functions" or anything else. It's about providing for the ability to provide distinct privileges depending on whether the user connects locally or remotely (without having to use stored procedures or have multiple users).

"In PostgreSQL if you really need to do this, I you can use security definer stored procedures which could check for arbitrary other criteria and deny permission on that basis."

You can do the same in MySQL. But, point being, you don't need to get complex to accomplish something as simple as separate privileges for the same user connecting from different hosts.
Databases

MySQL is closing off its source

Submitted by vboulytchev
vboulytchev writes "MySQL quietly let slip that it would no longer be distributing the MySQL Enterprise Server source as a tarball, not quite a year after the company announced a split between its paid and free versions. While the Enterprise Server code is still under the GNU General Public License (GPL), MySQL is making it harder for non-customers to access the source code. http://www.linux.com/feature/118489"
Quickies

New FingerprintingTechnique to Reveal Race and Sex-> 1

Submitted by
Tech.Luver
Tech.Luver writes "Telegraph reports, " A new fingerprinting technique that can identify the race and sex, and possibly the diet of suspects has been developed. Scientists have shown that using a gelatine-based gel and high-tech chemical analysis can provide significant clues to a person?s identity even if police do not hold existing fingerprint records. ""
Link to Original Source

Finality is death. Perfection is finality. Nothing is perfect. There are lumps in it.

Working...