On Sat, 30 Jun 2018 06:55:56 -0500 Richard Owlett <[email protected]> wrote:
> On 06/29/2018 01:23 PM, Joe wrote: > > So start > > learning now, such as how to login, how to reset the root > > password, > > How? Haven't found relevant document(s). > Here's a couple to begin with, but the Internet really isn't short of MySQL documentation. https://dev.mysql.com/doc/mysql-getting-started/en/ https://dev.mysql.com/doc/refman/8.0/en/resetting-permissions.html There's very little explicitly for mariadb yet, but for all practical purposes, mariadb can be treated as an exact clone of MySQL at the moment. They may diverge more later. -- Joe

