Comments on: How To Create a New MySQL User with Grant Permissions https://tecadmin.net/create-user-in-mysql-with-full-privileges/ How to guide for System Administrator's and Developers Wed, 31 Aug 2022 07:39:15 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Trevor https://tecadmin.net/create-user-in-mysql-with-full-privileges/#comment-64806 Wed, 31 Aug 2022 07:39:15 +0000 https://tecadmin.net/?p=6848#comment-64806 Thanks this was very helpful for me.

]]>
By: Rahul https://tecadmin.net/create-user-in-mysql-with-full-privileges/#comment-878 Sun, 10 May 2015 08:08:03 +0000 https://tecadmin.net/?p=6848#comment-878 Hi Peter,

Command looks fine. Just make sure you are using correct single quotes (‘) and semi colon (;) at end of query.

]]>
By: Peter https://tecadmin.net/create-user-in-mysql-with-full-privileges/#comment-877 Fri, 08 May 2015 04:36:20 +0000 https://tecadmin.net/?p=6848#comment-877 Nevermind haha. I had previously done it and it had somewhat worked, i had just gone to test it and thought it hadnt. I used the correct internal IP to access the server and it works perfect. Thanks if you read my comment anyway, have fun 🙂

]]>
By: Peter https://tecadmin.net/create-user-in-mysql-with-full-privileges/#comment-876 Fri, 08 May 2015 04:34:00 +0000 https://tecadmin.net/?p=6848#comment-876 I am trying this section, but when i put in the first GRANT ALL ON command, it goes to a subsection, which i believe is an input request. i have no idea what it wants, ive tried password and username but nope. It looks like

MariaDB [(None)] > GRANT ALL ON owncloud.* to ‘owncloud’@’localhost’ IDENTIFIED BY ‘Secret_Password’
-> //this is blank, but if i type here, it just keeps it an makes a new line, like this
->

Im guessing this is a simple case of not knowing Ubuntu very well, or something similar. Sorry, for the time 🙂

]]>