Search code examples
mysqldatabase-permissions

Copying permissions from one mysql database to another


I would like to replicate the permissions from one database to another. Could that be done by simply copying the mysql table over?


Solution

  • You should take a look at this question on Server Fault.