Host 'remoteserver' is not allowed to connect to this MySQL server"

Venu Madhav April 25, 2013

Hi,

I have installed mysql 5.6 in 1 linux machine and jira 5.2.7 in another linux machine.

when I ran the setup wizard and connecting to mysql then it throwing the below error.

Error connecting to database

null, message from server: "Host 'rcolnx89193.noam.corp.frk.com' is not allowed to connect to this MySQL server"

I have created database by using create database testdb character set utf8 collate utf8_bin

create user act: create use 'jirauser' @'remoteservername' identified by 'jirauserpasword';

GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER,INDEX on jiradb.* TO 'jirauser'@'remoteservername'IDENTIFIED BY 'jirauser';

flush privileges

looking forward your greate quick response.

Thanks

Venu

1 answer

1 vote
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
April 25, 2013

Perhaps replace 'jirauser'@'remoteservername' with 'jirauser'@'rcolnx89193.noam.corp.frk.com'

Certainly change the string 'remoteservername' in your SQL statement to something more useful ;)

Suggest an answer

Log in or Sign up to answer