Hello David,
It worked after using the "mysql grant" command with password to the user
'artifactory' as shown below.

mysql> grant all on artdb.* to 'artifactory'@'127.0.0.1' IDENTIFIED BY
'password';
Query OK, 0 rows affected (0.00 sec)

mysql> grant all on artdb.* to 'artifactory'@'localhost' IDENTIFIED BY
'password';
Query OK, 0 rows affected (0.00 sec)

Thank you,
Ravi



--
View this message in context: 
http://forums.jfrog.org/Not-able-to-open-my-Artifactory-URL-tp7580125p7580134.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to