• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Mysql

K

Kapil

Guest
Hello,

Thanks for your prompt reply.

If one of the user have hosted his site (abc.com) on windows server 2003. He has some mysql databases with his user name and password all. He has plesk control panel also.

How he can access that mysql database.

Please let me know by both way. From locally or from control panel.

And please let me know about php mail function.

Waiting for fruitful reply.

Warm Regards,
Kapil
 
Mysql databases can be accessed from phpmyadmin in control panel

1) log into control panel
2) click on domain name -> databases icon
3) click on the database name
4) click on dbwebadmin to manage databases

You can access it locally from %plesk_dir%\mysql\bin directory

Goto start -> run
Type cmd and press enter
type cd %plesk_bin%\mysql\bin
You can access mysql by typing "mysql -u username -p<password> -P3306

you may also use mysql clients like "mysqlcc" to access mysql locally on the server
 
Back
Top