|
|
|
|
|
|
| |
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... |
|
| |
| PHP, MySQL and Authentication 101 Categories : PHP, Databases, MySQL, Authentication | | | Miles To Go Before I Sleep... Categories : PHP, Calendar, Databases, MySQL | | | Descriptions of Common Data Types Categories : MySQL, Databases, PHP, PHP options/info, General | | | Date Arithmetic With MySQL Categories : PHP, Databases, MySQL, Date Time | | | Building A Dynamic MySQL Paging Class With PHP Categories : PHP, Databases, MySQL | | | Time Is Money Part 1 of 2 - Designing and implementing a Web-based application Categories : PHP, Databases, MySQL, Complete Programs | | | Case Study: Handling MySQL Growth With a PHP Class Categories : Databases, MySQL, PHP | | | Backing Up Your MySQL Databases With MySQLDump Categories : MySQL, Databases | | | Practical Date and Time examples with PHP and MySQL Categories : Databases, MySQL, PHP, Date/time | | | How To add paging (Pagination) with PHP and MySQL Categories : PHP, Beginner Guides, Databases, MySQL, HTML and PHP | | | Multicolumn Output from a Database with PHP Categories : PHP, Databases, HTML and PHP, MySQL | | | Speaking SQL part 2 Categories : General SQL, Databases, MySQL | | | Saving Images in MySQL Categories : MySQL, PHP, Graphics, Databases | | | MySQL Access Control System - Grant Tables Categories : Databases, MySQL, Security | | | Referer Statistics Categories : PHP, MySQL, HTTP, Databases | |
| |
|
|