How to connect to MySQL (Web interface & CLI)

Web Interface

Adminer is a database management web applicarion

URL : https://12.34.56.789:12322
Username: adminer
Password : 

Command line

MySQL command line tool log in as root (no password required):

$ mysql --user root 
Welcome to the MySQL monitor. Commands end with ; or \g. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
  • mysql, adminer
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to create a .ppk from private key on Windows

Using a Public/Private key to authenticate when logging into SSH can provide added convenience or...

Connecting using SSH on Linux or OSX workstations

Use the ssh command to connect to your instance. Specify your username and the external IP...

How to connect to Cloud Application shell (Web interface & CLI)

Web based command line URL :  https://12.34.56.789:12320/User : root SSH Login as root....

What is Reverse DNS?

Reverse DNS (rDNS) is name resolution that looks up an IP addresses to obtain a domain name,...

Connecting using PuTTY on Windows workstations

Configuring PuTTY In PuTTY, under Session, enter your Host Name Under Connection choose Data...