X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=Oc1GFNC IR1jqVptoxMDiij7Dzgh4cacZB4EdBqdkMSOu/6Nh2ZXI9TSc8YS3ePXaPwL/+IJ 59G97lj1pHkXRUGFHw2OFU+cimuuvdFssliJasNfUj4llFs7598gyXKmo2YaU/69 Vn/f9+fc94TT5TwDwp7yq6txSwojk/I8YxDA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=J25dynb12S6XR L2O8lqUKbXXngI=; b=JhLkLnBhBPPg7IbAkHcy/coA+NasjcScE2ZUe2KGspRm1 7GoCyhvAcOg7DOdITLdAPcXDVQoWkCeTaG9HXr9aATS5Wrgc2rEtgMBxvbOCestn jELmdv0pwV7EkYKotTn8cANmwmd1s5OWZC1wpTl6bovwJ31PTKvgM6Zyj1bXDU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Database, responded, rows X-HELO: mail-yw0-f170.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=mQtx2pzVzSsbs46es7xBJODwXGQdp0paMC4FfyAC4n8=; b=oUM5GoISBdv1Wu+Yg944AoTz1STyG4Ix3Vp7D4uQYwomhuCBXyd3Ca+hk0liiw2zIe uas9rzeMeYaaAe7M5NETpVGo/jvhzK6/1PjUze1HYF0cv3pqA1jG1i2rZxY6yVeWcFNA HlSXKYStIxlwDq2/YKC2l07lzh9lhiCdX7NmOLjRHUPWHGse2sLC15u2QctgSCLvDMHa xXmRfAuTCZeOYQjP7eVDhpC3vYJbMSPN/Fcgzn9P+8WmspbvvGVMOtiyLMDTiEhIeQGX p6Rk/v+Drybhy+BWcX+pEOxL9oBSFIyy+kfJpDA2hz23iy7Ea1cCuzwIoZgKVdHnA8VR crRA== X-Gm-Message-State: AMCzsaVaQWUj6qOsCe3TxaFxPapdAFlGWGMyyGKL4agkzHU+X5GSJmYE psjHpE6EidFhN101R2Ox8kFcziuTCbV0dKEgnsEx8Q== X-Google-Smtp-Source: ABhQp+S0CKDVOicWVQBao+Zeqe3QAdwcBnV8xEEVGQ8Icei+rOuezTKTzdKXE5+GicmKhqaZcuOoBzh1U+YG3wns3mg= X-Received: by 10.13.212.5 with SMTP id w5mr12556216ywd.13.1510084239452; Tue, 07 Nov 2017 11:50:39 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <89cb918b-3df6-5446-f800-9d9e7b7dde45 AT cygwin DOT com> From: Keith Christian Date: Tue, 7 Nov 2017 12:50:39 -0700 Message-ID: Subject: Re: Various questions about 10.1.26-MariaDB on CYGWIN_NT-10.0 2.9.0(0.318/5/3) 2017-09-12 10:18 x86_64 Cygwin To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes GRANT syntax issue SOLVED: Log in to the mysql client as root: $ mysql -u root -p Enter password: MariaDB [keithdb]> use keithdb; Database changed MariaDB [keithdb]> grant usage on keithdb.* to 'keith'@'localhost' with grant option; Query OK, 0 rows affected (0.00 sec) Thanks to all who responded! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple