• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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