• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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