|
|
|
|
|
|
| |
Introduction
MySQL is an extremely powerful database, but in order to properly maximize its potential, you may need to learn how to set up users and their respective permissions. MySQL is a multi-user database, which means that you can set up several different accounts on the same server with many varied permissions given to each user. This ability is part of what makes MySQL so powerful. It may also be the very feature that makes MySQL so frustrating to new users.
MySQL privileges are critical to the utility of this system as they allow each of the users to access and utilize only the areas needed to perform their work functions. This is meant to prevent, a user from accidentally accessing an area where he or she should not have access. Additionally, this adds to the security of the MySQL server. When you connect to a MySQL server, the host from which you connect and the user name you specify determines your identity. With this information, the server then grants privileges based upon this identity.
With the knowledge provided by this basic tutorial, you will be able to effectively manipulate data in any MySQL database. Specifically, this article focuses on the creation of several user accounts with a variety of different permissions.
Read More... |
|
| |
| Date Arithmetic With MySQL Categories : PHP, Databases, MySQL, Date Time | | | Saving Images in MySQL Categories : MySQL, PHP, Graphics, Databases | | | Beginners guide to PHP and MySQL Categories : PHP, Beginner Guides, Databases, MySQL, Installation | | | Building A Persistent Shopping Cart With PHP and MySQL Categories : PHP, MySQL, Databases, Ecommerce | | | MySQL Access Control System - Grant Tables Categories : Databases, MySQL, Security | | | Start Using MySQL Categories : MySQL, Databases, To MySQL, Beginner Guides | | | Referer Statistics Categories : PHP, MySQL, HTTP, Databases | | | Custom MySQL-functions Categories : Databases, MySQL, PHP, PHP Functions | | | MySQL Made Easy With MySQL Front Categories : Databases, MySQL | | | User identification using cookies in PHP and MySQL Categories : PHP, Databases, MySQL, Cookies | | | Multicolumn Output from a Database with PHP Categories : PHP, Databases, HTML and PHP, MySQL | | | Creating an IE-Only Database Driven Menu System With PHP, MySQL and DHTML Categories : PHP, MySQL, Databases, DHTML | | | PHP and MySQL News with Comments Categories : PHP, Databases, MySQL | | | Practical Date and Time examples with PHP and MySQL Categories : Databases, MySQL, PHP, Date/time | | | Speaking SQL part 2 Categories : General SQL, Databases, MySQL | |
| |
|
|