Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: login in to the MySQL server.  (Read 3066 times)

0 Members and 1 Guest are viewing this topic.

Chetan Singh

  • Full Member
  • ***
  • Posts: 123
  • Karma: +2/-0
  • Bienvenido a las Tecnologías de la Admin-Ahead.
    • Admin-Ahead Server Technologies.
login in to the MySQL server.
« on: October 27, 2013, 03:47:52 am »
Hi,

Plesk uses two MySQL servers. One for clients databases (port 3306) and second server for Plesk databases (8306). You can connect to Plesk DB using the following command:

%plesk_dir%\mysql\bin\mysql.exe -uadmin -pPlesk_admin_passwd -P8306 or

C:\Program Files\Parallels\Plesk\Databases\MySQL\bin\mysql.exe” -uadmin -pPlesk-admin_passwd -P8306

===================>>>
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 990 to server version: 4.1.22-community-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show databases;
+----------+
| Database |
+----------+
| apsc     |
| mysql    |
| psa      |
| test     |
+----------+
4 rows in set (0.00 sec)

mysql>
===================>>>

Thank you,
Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!