Skip to content

Instantly share code, notes, and snippets.

@akhileshdarjee
Created April 22, 2019 14:22
Show Gist options
  • Select an option

  • Save akhileshdarjee/07c463074f58cf4d3d8974f8c0d13cd9 to your computer and use it in GitHub Desktop.

Select an option

Save akhileshdarjee/07c463074f58cf4d3d8974f8c0d13cd9 to your computer and use it in GitHub Desktop.
Access MySQL remote access
mysql -u {user_name} -p -h {IP} -D {database_name}
Parameters:
user_name: MySQL user name on remote server
IP: IP Address of remote server
database_name: Name of the database on remote server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment