• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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