user directadmin creat database
try phpmyadmin creating :
Appear the cause of the problem is updated directadmin and PHP I can with APACHE MYSQL
And mysql 5.0 updated to 5.1 by
Give me your hand, please!
Code:
Error creating the database
Unable to add user giantxu_111. Access denied for user 'da_admin'@'localhost' to database 'giantxu\_111'
try phpmyadmin creating :
Code:
#1044 - Access denied for user 'da_admin'@'localhost' to database 'merryz_tuan'
CREATE USER 'merryz_tuan'@'localhost' IDENTIFIED BY '***';
GRANT USAGE ON * . * TO 'merryz_tuan'@'localhost' IDENTIFIED BY '***' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;
CREATE DATABASE IF NOT EXISTS `merryz_tuan` ;
GRANT ALL PRIVILEGES ON `merryz_tuan` . * TO 'merryz_tuan'@'localhost';
Appear the cause of the problem is updated directadmin and PHP I can with APACHE MYSQL
And mysql 5.0 updated to 5.1 by
Give me your hand, please!