Saturday, March 1, 2008

Connection to Plesk database

To connect to Plesk Database on Windows server you have to following steps:
click on Start > run
type cmd and press enter
then give following command:
cd C:\Program Files\SWsoft\Plesk\MySQL\bin
then give command
mysql
or mysql -uadmin -p password
Then you will be on MySql prompt.
Then give command:
use psa;

This is plesk database. From there you can access all the tables under it.

-------------------------------------------------------------------------------------

To connect to Plesk Database on Linux server you have to following steps:
Connect to the server and give following commands:
mysql
or mysql -uadmin -p password
Then you will be on MySql prompt.
Then give command:
use psa;
This is plesk database. From there you can access all the tables under it.

No comments: