Skip to content

Instantly share code, notes, and snippets.

@shiv122
Created March 16, 2023 13:01
Show Gist options
  • Save shiv122/4aba89a39006fcf88723cca3a14d299d to your computer and use it in GitHub Desktop.
Save shiv122/4aba89a39006fcf88723cca3a14d299d to your computer and use it in GitHub Desktop.
new_user_mysql
create user 'remote_shiv'@'157.245.102.197' identified by 'Shiv_123';
alter user 'remote_shiv'@'157.245.102.197' identified with mysql_native_password by 'Shiv_123';
create database database_name;
flush privileges;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment