Comments on: How to Install MySQL 8 in Fedora 38 Linux https://www.tecmint.com/install-mysql-fedora-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 03 Oct 2023 08:46:40 +0000 hourly 1 By: David Pope https://www.tecmint.com/install-mysql-fedora-linux/comment-page-1/#comment-2085548 Mon, 02 Oct 2023 22:35:21 +0000 http://www.tecmint.com/?p=1996#comment-2085548 In reply to Ravi Saive.

Nice easy solution, Ravi! Thank you!

]]>
By: Ravi Saive https://www.tecmint.com/install-mysql-fedora-linux/comment-page-1/#comment-1979603 Wed, 08 Mar 2023 05:09:45 +0000 http://www.tecmint.com/?p=1996#comment-1979603 In reply to André.

@Andre,

You need to allow user to access the database on MySQL with these commands.

CREATE USER 'golden'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'golden'@'localhost';
FLUSH PRIVILEGES;
]]>
By: André https://www.tecmint.com/install-mysql-fedora-linux/comment-page-1/#comment-1979150 Tue, 07 Mar 2023 13:38:51 +0000 http://www.tecmint.com/?p=1996#comment-1979150 Installing is not an issue, but actually connecting to a MySQL database is a different story, nor matter what you do, you will always get “Access denied for user@localhost using password (YES)“…

]]>
By: Anthony Adams https://www.tecmint.com/install-mysql-fedora-linux/comment-page-1/#comment-1906974 Sat, 29 Oct 2022 23:01:38 +0000 http://www.tecmint.com/?p=1996#comment-1906974 Super helpful article!! Made installation of MySQL a snap on my Fedora 36 virtual server running in Virtual Box.

]]>
By: momo https://www.tecmint.com/install-mysql-fedora-linux/comment-page-1/#comment-1899732 Mon, 17 Oct 2022 06:21:59 +0000 http://www.tecmint.com/?p=1996#comment-1899732 Very helpful article on installing MySQL.

]]>