Hi, This looks like your MySQL server isn't configured to allow access from your host for the configured user.
Take a look at: http://www.thegeekstuff.com/2010/08/allow-mysql-client-connection/ That should help you get going. Christian -- Christian Hammond - [email protected] Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -----Original Message----- From: [email protected] <[email protected]> Reply: [email protected] <[email protected]>> Date: June 29, 2015 at 6:41:41 PM To: [email protected] <[email protected]>> Subject: How to install ReviewBoard old version?such as 1.7.24 > I want to build a ReviewBoard server base on a centos6.5 machine,after i > finished processing dependencies for ReviewBoard==1.7.24 by easy_install > ReviewBoard==1.7.24 command and try to rb-site ,everything seems to be > ok,but last it shows:Traceback (most recent call last): > File > "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.24-py2.6.egg/reviewboard/cmdline/rbsite.py", > > line 1102, in next_page > func() > File > "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.24-py2.6.egg/reviewboard/cmdline/rbsite.py", > > line 1346, in call_func > func() > File > "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.24-py2.6.egg/reviewboard/cmdline/rbsite.py", > > line 400, in sync_database > self.run_manage_command("registerscmtools") > File > "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.24-py2.6.egg/reviewboard/cmdline/rbsite.py", > > line 589, in run_manage_command > execute_manager(reviewboard.settings, [__file__, cmd] + params) > File > "/usr/lib/python2.6/site-packages/Django-1.4.20-py2.6.egg/django/core/management/__init__.py", > > line 459, in execute_manager > utility.execute() > File > "/usr/lib/python2.6/site-packages/Django-1.4.20-py2.6.egg/django/core/management/__init__.py", > > line 382, in execute > self.fetch_command(subcommand).run_from_argv(self.argv) > File > "/usr/lib/python2.6/site-packages/Django-1.4.20-py2.6.egg/django/core/management/base.py", > > line 196, in run_from_argv > self.execute(*args, **options.__dict__) > File > "/usr/lib/python2.6/site-packages/Django-1.4.20-py2.6.egg/django/core/management/base.py", > > line 231, in execute > self.validate() > File > "/usr/lib/python2.6/site-packages/Django-1.4.20-py2.6.egg/django/core/management/base.py", > > line 266, in validate > num_errors = get_validation_errors(s, app) > File > "/usr/lib/python2.6/site-packages/Django-1.4.20-py2.6.egg/django/core/management/validation.py", > > line 103, in get_validation_errors > connection.validation.validate_field(e, opts, f) > File > "/usr/lib/python2.6/site-packages/Django-1.4.20-py2.6.egg/django/db/backends/mysql/validation.py", > > line 14, in validate_field > db_version = self.connection.get_server_version() > File > "/usr/lib/python2.6/site-packages/Django-1.4.20-py2.6.egg/django/db/backends/mysql/base.py", > > line 415, in get_server_version > self.cursor().close() > File > "/usr/lib/python2.6/site-packages/Django-1.4.20-py2.6.egg/django/db/backends/__init__.py", > > line 319, in cursor > cursor = util.CursorWrapper(self._cursor(), self) > File > "/usr/lib/python2.6/site-packages/Django-1.4.20-py2.6.egg/django/db/backends/mysql/base.py", > > line 387, in _cursor > self.connection = Database.connect(**kwargs) > File > "/usr/lib/python2.6/site-packages/MySQL_python-1.2.5-py2.6-linux-x86_64.egg/MySQLdb/__init__.py", > > line 81, in Connect > return Connection(*args, **kwargs) > File > "/usr/lib/python2.6/site-packages/MySQL_python-1.2.5-py2.6-linux-x86_64.egg/MySQLdb/connections.py", > > line 193, in __init__ > super(Connection, self).__init__(*args, **kwargs2) > _mysql_exceptions.OperationalError: (1130, "Host '172.16.0.206' is not > allowed to connect to this MySQL server") > I don't know how to solve this ,can you help me ? > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" > group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
