This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Copyright (c) 2005 nixCraft project <http://cyberciti.biz/fb/> | |
| # This script is licensed under GNU GPL version 2.0 or above | |
| # Source: http://www.cyberciti.biz/tips/move-mysql-users-privileges-grants-from-one-host-to-new-host.html | |
| # Author Vivek Gite <[email protected]>, | |
| # Peter Geil <[email protected]> | |
| # ------------------------------------------------------------ | |
| # SETME First - local mysql user/pass | |
| _lusr="src-db-user" | |
| _lpass="src-db-pw" |