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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.