Fulltext results:
- MySQL: Backup @info:mysql:database
- = Export a Database ===== <code bash> # set or replace the variables $USER, $PASS and $DB mysqldump -... abases individually ===== <code bash> # set or replace the variables $USER and $PASS DATE_YMD=$(date
- MySQL: Change Password @info:mysql:user
- ====== MySQL: Change Password ====== * Replace ''{passwd}'' with the password of the user. * Replace ''{user}'' with the name of the user. <code s
- MySQL: Create User @info:mysql:user
- LEGES ON `{db}` . * TO '{user}'@'%'; </code> Simpler Alternative: <code sql> CREATE DATABASE IF NOT