• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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