Displaying 4 results from an estimated 4 matches for "767030".
Did you mean:
67030
2013 Jan 30
0
Warning: Spatial weights matrix not row standardized
Hi, R users,
I am doing Lagrange Multiplier Test Statistics for Spatial Autocorrelation
with "spdep" and got this warning message: "Spatial weights matrix not row
standardized".
It is a warning, not an error.
I am wondering if this is a problem. Thanks!
Gary
[[alternative HTML version deleted]]
2015 Mar 12
3
mysql replication - problems
...#39; to clear the current input
statement.
mysql>
And then setup that account as the replication user:
mysql> CHANGE MASTER TO MASTER_HOST='web2.somewhere.com',
MASTER_USER='admin', MASTER_PASSWORD='secret',
MASTER_LOG_FILE='mysql-bin.000002', MASTER_LOG_POS=767030, MASTER_SSL=1,
MASTER_SSL_CA = '/etc/pki/CA/certs/ca.crt', MASTER_SSL_CERT =
'/etc/pki/tls/certs/mysql.crt', MASTER_SSL_KEY =
'/etc/pki/tls/private/mysql.key';
Query OK, 0 rows affected (0.02 sec)
You can see that replication is working:
mysql> show slave status \G
***...
2015 Mar 12
0
mysql replication - problems
...ment.
>
> mysql>
>
> And then setup that account as the replication user:
>
> mysql> CHANGE MASTER TO MASTER_HOST='web2.somewhere.com',
> MASTER_USER='admin', MASTER_PASSWORD='secret',
> MASTER_LOG_FILE='mysql-bin.000002', MASTER_LOG_POS=767030, MASTER_SSL=1,
> MASTER_SSL_CA = '/etc/pki/CA/certs/ca.crt', MASTER_SSL_CERT =
> '/etc/pki/tls/certs/mysql.crt', MASTER_SSL_KEY =
> '/etc/pki/tls/private/mysql.key';
> Query OK, 0 rows affected (0.02 sec)
>
>
> You can see that replication is working:
&g...
2015 Mar 12
3
mysql replication - problems
...>
> > And then setup that account as the replication user:
> >
> > mysql> CHANGE MASTER TO MASTER_HOST='web2.somewhere.com',
> > MASTER_USER='admin', MASTER_PASSWORD='secret',
> > MASTER_LOG_FILE='mysql-bin.000002', MASTER_LOG_POS=767030, MASTER_SSL=1,
> > MASTER_SSL_CA = '/etc/pki/CA/certs/ca.crt', MASTER_SSL_CERT =
> > '/etc/pki/tls/certs/mysql.crt', MASTER_SSL_KEY =
> > '/etc/pki/tls/private/mysql.key';
> > Query OK, 0 rows affected (0.02 sec)
> >
> >
> > You can...