• 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 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