Tag Archives: grant
EMS SQL Manager for MySQL 4.5.1.2 Lite Version | Software Download
Posted on 03. Feb, 2010 by admin.
EMS SQL Manager for MySQL Freeware (EMS SQL Manager Lite for MySQL ) is an excellent freeware graphical tool for MySQL database administration. … Advanced data manipulation tools: View, edit, search, group, sort, filter any data stored in registered database; Support of queries returning Multiple Result sets; Powerful security management: Powerful user manager to administer users and privileges; Grant manager displaying all database object grants in the form of a grid …
Continue Reading
Looking for a MySQL Guru – Cigar Asylum Cigar Forum
Posted on 21. Jan, 2010 by admin.
If want to give it every operational privilege on the DB (not a good choice from a security perspective!!) replace the grant line with this one”. Code: GRANT ALL PRIVILEGES ON .* TO ‘ ‘@’localhost’; …
Continue Reading
Managing MySQL Grants
Posted on 01. Jan, 2010 by admin.
MySQL has an unusual grants system that allows a user to be specified by host, ip or network address.
Continue Reading
Evolving A Database With MySQL | HowtoForge – Linux Howtos and …
Posted on 23. Oct, 2009 by admin.
If you want to enable the query log on the live server (say, for finding out what went wrong), you will have to realize that this may come with security risks. Anyone who can read the log could easily look for GRANT, CREATE USER or SET …
Continue Reading
Security Sensitive Grants
Posted on 22. Oct, 2009 by admin.
Consider excluding the following grants from users on any production MySQL server. — GRANT Grant is used to give other users, up to and including, all of the privileges that the GRANTING user currently has. The following privileges should only be given to root level administration account(s)
Continue Reading
snetdownloads: PostgreSQL Vs MySQL: Comparative Review
Posted on 01. Sep, 2009 by admin.
Security . MySQL : The access control is finely tuned
Continue Reading
PostgreSQL Vs MySQL: Comparative Review
Posted on 31. Aug, 2009 by admin.
Security . MySQL : The access control is finely tuned. The user can GRANT and REVOKE whatever rights he wants after providing user name, table name and client host name
Continue Reading
Vuln: MySQL Database Unauthorized GRANT Privilege Vulnerability
Posted on 12. Jul, 2009 by admin.
MySQL Database Unauthorized GRANT Privilege Vulnerability
