greeneel Posted December 13, 2003 Share Posted December 13, 2003 Greetings All, I just setup Apache 1.3, PHP 4.3.4 and Mysql 3.23.57.. now I am trying to create a database along with a username and password.. C:mysqlbin>mysqladmin -uroot -pbiscuit create datahome mysqladmin: connect to server at \'localhost\' failed error: \'Access denied for user: \'root@localhost\' (Using password: YES)\' Why is my access denied? I haven`t done anything other than just install mysql,apache & php. can someone help me with this problem? I am abit new.. Oh I am running WinXP Pro Thanks in advance Link to comment https://forums.phpfreaks.com/topic/1496-access-denied-error/ Share on other sites More sharing options...
shivabharat Posted December 13, 2003 Share Posted December 13, 2003 Try this C:mysqlbin>mysqladmin create datahome To see the commands list C:mysqlbin>mysqladmin --help Link to comment https://forums.phpfreaks.com/topic/1496-access-denied-error/#findComment-4928 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.