Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Authentication systems (Score 1) 232

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

Submission + - MySQL is closing off its source

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
Databases

Journal Journal: MySQL Camp II - August 23-24, 2007 - Brooklyn, NY

=========== MySQL Camp II - August 23-24 - Brooklyn, New York ==========

The second MySQL Camp is happening August 23rd and 24th at Polytechnic University in Brooklyn, New York. Like the first MySQL Camp, this one is a *completely free*, *community-driven* event.

About MySQL Camp
----------------

Slashdot Top Deals

Live within your income, even if you have to borrow to do so. -- Josh Billings

Working...