What are some good ideas regarding user security in MySQL?
Answer Posted / 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 |
Post New Answer View All Answers
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
Tell us something about heap tables?
Can mongodb replace mysql?
How can I see all mysql databases?
What is msql?
How do you rename a procedure in mysql?
Why phpmyadmin is used for mysql?
What is the difference between a heap table and temporary table?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
How can you increase the performance of mysql select query?
What are the differences between mysql vs sql server?
How do I show columns in mysql?
What is mysql and mysqli?
What is mysql architecture?