|
|
| |
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... |
|
| |
| Alternating row colors with PHP and mySQL Categories : PHP, Databases, MySQL, HTML and PHP | | | Using Transactions In MySQL Part 1 Categories : Databases, MySQL, Transactions | | | Miles To Go Before I Sleep... Categories : PHP, Calendar, Databases, MySQL | | | Multicolumn Output from a Database with PHP Categories : PHP, Databases, HTML and PHP, MySQL | | | Time Is Money Part 1 of 2 - Designing and implementing a Web-based application Categories : PHP, Databases, MySQL, Complete Programs | | | Date Arithmetic With MySQL Categories : PHP, Databases, MySQL, Date Time | | | PHP and MySQL News with Comments Categories : PHP, Databases, MySQL | | | User identification using cookies in PHP and MySQL Categories : PHP, Databases, MySQL, Cookies | | | A Look Inside MySQL Enterprise Monitor Categories : Databases, MySQL, Utilities | | | Backing Up Your MySQL Databases With MySQLDump Categories : MySQL, Databases | | | Custom MySQL-functions Categories : Databases, MySQL, PHP, PHP Functions | | | Saving Images in MySQL Categories : MySQL, PHP, Graphics, Databases | | | Watching The Web Categories : PHP, Databases, MySQL, HTTP, MD5 | | | How To add paging (Pagination) with PHP and MySQL Categories : PHP, Beginner Guides, Databases, MySQL, HTML and PHP | | | Referer Statistics Categories : PHP, MySQL, HTTP, Databases | |
| | |
|