You are Here: FAQ ->Scripting and Programming Languages->MySQL Database->Article #4


WebHosting 5.0 This article is for 1&1 Linux WebHosting only.


How to access MySQL Database



You can access MySQL Database in two ways:

1. Accessing via command prompt. Make SSH connection to your web space via PuTTY or
any SSH client. Here you can access the database by using a simple command. Please check
FAQ: How to connect using SSH

myShell:~> mysql -h hostname -u username -p database Enter password:

2. You can access your database through phpMyAdmin.

Note: Not all packages have SSH Access.


Print Article
How useful was this article?
(From 5 = Very Useful to 1 = Not useful at all):
1 2 3 4 5