Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
I removed .my.cnf file, I checked all other my.cnf files, there is no [client] section expect debian.cnf but when I run wget command in su, the error still there:(
I dropped all users except root, and I put
[client]
user=root
password=xxxxx
into ~/.my.cnf
it's still not working,
what did i miss ?
by the way i don't have /etc/my.cnf
and where can I find
SYSCONFDIR/my.cnf
$MYSQL_HOME/my.cnf
Thanks for help, do I need to put admin and admin password into /root/.my.cnf or just any user I want, because I tried a test user and it didn't work.
I checked all the
/etc/my.cnf
/etc/mysql/my.cnf
SYSCONFDIR/my.cnf
$MYSQL_HOME/my.cnf
~/.my.cnf
I encountered this during installation
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
so I never set admin@localhost before, I just set the password for the root
and what should I put in /root/.my.cnf
thanks a lot!