MySQL users and permissions
-
Hi folks,
Trying to understand a concept from “Professional WordPress Design and Development” :
In theory, MySQL setup for WordPress is trivial: Make sure MySQL is up and running, create a WordPress user in MySQL, and then have that user create a database to hold the WordPress tables. You can use the MySQL command line or tools such as phpMyAdmin or Chive for these tasks, but bear in mind that MySQL has its own set of users and permissions granted to those users, distinct from those used by your (or your hosting provider’s) operating system.
- What is a ‘WordPress user in MySQL’ ? I am using mamp, and as my understanding , there ir only one ‘MySQL server user and password’ which is usually ‘root’ and ‘root’. I don’t understand where does the ‘WordPress’ term fit in the MySQL server.
- “but bear in mind that MySQL has its own set of users and permissions granted to those users, distinct from those used by your (or your hosting provider’s) operating system.” –> Again… doesn’t MySQL comes with one username and password, which are ‘root’ and ‘root’ ? what ‘set of users’ does the author is referring to ? Distinct from me and my hosting provider? Don’t get this in any way…
Will appreciate some light here….
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘MySQL users and permissions’ is closed to new replies.