MySQL AccessSubmitted by blang on Mon, 08/25/2008 - 9:39am.I've noticed something in recent JumpBox builds. This seems to apply on other JumpBoxes as well as the OTRS one. |
SearchJumpBox Open Collections |
MySQL AccessSubmitted by blang on Mon, 08/25/2008 - 9:39am.I've noticed something in recent JumpBox builds. This seems to apply on other JumpBoxes as well as the OTRS one. |
SearchJumpBox Open Collections |
MySQL Access
I believe you can set the root mysqluser password as the debian-sys-maint user ... but you should be able to do this ...
Note: This restarts the mysql server.
Another method:
I am pretty sure as debian-sys-maint:
the SQL statment
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('biscuit');will do it.
Austin