|
|
StellarHost.Com's MySQL Access FAQ
- How do I access my database?
Your account database is already initialized by default and ready for your use.
From telnet, type: mysql -p
It will prompt you for the database password.
You can also access it with the following commands:
mysql -u my_user_name --password=my_password
mysql -u my_user_name -p
Your user name is the same as your account name.
If you still have questions after reviewing all the appropriate FAQs please do not hesitate to contact our Sales department by filling out our customer service form.
Thank You!
|