|
From: Obantec S. <su...@ob...> - 2006-08-21 19:11:14
|
----- Original Message -----=20 From: "Munzir Taha (=D9.=D9?=D8=B0=D8=B1 =D8=B7=D9?)" <munzirtaha@gmail.c= om> To: <web...@li...> Sent: Monday, August 21, 2006 7:00 PM Subject: Re: [webmin-l] Crackers_Child hack now mysql login on webminaproblem > On Monday 21 August 2006 20:05, Obantec Support wrote: > > > Hi Jamie > > > > when i try to login (i am root) i get > > > > ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO) > > The syntax should be something like: mysql -uroot -p > and you have to put the root password for mysql. The root user in mysql has > nothing to do with the root user in the system. So, you have to know th= at > password. Also the root/admin user for mysql is not necessarily named root. > > As Jamie pointed out you have to be able to log into mysql using the command > line. > > --=20 > Munzir Taha > Telecommunications and Electronics Engineer > Maintainer of Fedora Arabic Translation Project > https://listman.redhat.com/mailman/listinfo/fedora-trans-ar > Maintainer of the OpenBugs project page at > http://www.arabic-fedora.org/munzir/OpenBugs.html > Master CIW Designer, ICDL, MOUS, Linux+, LPI 101 > Riyadh, SA > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > > > --=20 > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.1.405 / Virus Database: 268.11.3/423 - Release Date: 18/08/2= 006 > > looks like i have a problem with mysql. all database access is ok as my sites that use mysql are running and i can use phpMyAdmin to admin the databases but as root using mysql -u root -p gets me the same responce [root@proteus2 admin]# mysql -u root -p Enter password: ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES= ) [root@proteus2 admin]# Mark |