What are some good ideas regarding user security in MySQL?
Answers were Sorted based on User's Feedback
Answer / guest
There is no user without a password. There is no user
without a user name. There is no user whose Host column
contains % (There are as few users as possible (in the
ideal case only root) who have unrestricted access
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / amita
u can use grant command for security. assigned access to the
user according to the requirement
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the maximum number of records in mysql table?
How big is a blob mysql?
What is the function of mysqldump?
What is the difference between now() and current_date()?
How to create a new table by selecting rows from another table in mysql?
How To see all the tables from a database of mysql server.
What is mysql community edition?
What is mysql data directory? How to determine the location of the data directory?
How to use mysqldump to create a copy of the database?
Which one of the following is the correct way to select all columns and all rows from "vtable"? Choice 1 SELECT FROM vtable SELF JOIN vtable Choice 2 SELECT ALL COLUMNS FROM vtable WHERE ALL ROWS = * Choice 3 SELECT EVERYTHING FROM vtable Choice 4 SELECT vtable.* WHERE vtable = vtable Choice 5 SELECT * FROM vtable WHERE 1 = 1
How do I create a mysql database?
How to present a past time in hours, minutes and seconds?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)