You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- mysql -e "CREATE DATABASE ujumbe; CREATE USER 'ujumbe'@'localhost' IDENTIFIED BY 'ujumbe'; GRANT ALL PRIVILEGES ON * . * TO 'ujumbe'@'localhost'; FLUSH PRIVILEGES;"