• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

how do I use mysql on my server?

E

eggman2001

Guest
I have plesk 8.0.1 running on my server along with mysql 4.1. I'd like to use mysql through SSH, but I'm not sure what I need to do once I log into my server. I have 10 domains on this server, so I'm not sure if each domain has its own mysql path or not. Mysql noobie here just trying to learn.
 
What do you want to do? If you want to get to a mysql prompt you can do that by logging in as root and running the mysql command. The following uses the MySQL admin user and uses your Plesk admin password:

Code:
# mysql -uadmin -p`cat /etc/psa/.psa.shadow`
 
Back
Top