• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

MySql Database User Without Permissions

R

rbatisteli

Guest
I installed a server with Debian Lenny 5.0 + Plesk Panel 9.3. From the Plesk Panel I created a domain and, for him, I created a database and a user database. But the user database is created by Plesk without any permission, so it is not possible any transaction in the database, either through PHPMyAdmin or through the command line. Can someone help me?
 
Last edited by a moderator:
what do you mean by transaction?
if you created it using myisam that db type doesnt support transactions, you would need to install/enable/use innodb as an engine in the mysql config file.
 
Back
Top