Results 1 to 3 of 3

Thread: Setup MariaDB/mysqld as user without root access

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    You forgot "UPDATE mysql.user SET password = PASSWORD('new_password_here')" after which you can login using the -u root -pnewpasswordhere (no, that -pnewpasswordhere is NOT a typo), or just use -u root -p, then enter your password manually
    nevermind
    Last edited by IzNoGoD; 4th July 2015 at 10:32.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. The Following User Says Thank You to IzNoGoD For This Useful Post:

    Ni3ls (3rd July 2015)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •