HI I have a dedicated server (linux freepsd) with Ensim control panel but Couldn t creat new database through phpmyadmin or through php file I should use Ensim control panel to create it Can I through some changes (I have root access) enble this feature
If you get ERROR 1006: Can't create database 'dbname'. (errno: 13) when creating database through phpmyadmin. Do..... chmod 775 /var/lib/mysql as root.
Thanks guys . the error message is : SQL-query: CREATE DATABASE `ddf` ; MySQL said: #1044 - Access denied for user: 'user@localhost' to database 'ddf' __________________________ User is the username I am using to login to Ensim I don t know if I should put the root credentials to do this but actually I intend to use php files to create new database and I don t want to put the root access password in php file