Remove trailing whitespace
Removed trailing whitespace in tests and build scripts.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#create user repl@'%' identified by 'repl';
|
||||
grant replication slave on *.* to repl@'%' identified by 'repl';
|
||||
#create user repl@'%' identified by 'repl';
|
||||
grant replication slave on *.* to repl@'%' identified by 'repl';
|
||||
|
||||
FLUSH PRIVILEGES;
|
||||
|
@ -1,6 +1,6 @@
|
||||
create user skysql@'%' identified by 'skysql';
|
||||
create user skysql@'localhost' identified by 'skysql';
|
||||
GRANT ALL PRIVILEGES ON *.* TO skysql@'%' WITH GRANT OPTION;
|
||||
GRANT ALL PRIVILEGES ON *.* TO skysql@'%' WITH GRANT OPTION;
|
||||
GRANT ALL PRIVILEGES ON *.* TO skysql@'localhost' WITH GRANT OPTION;
|
||||
|
||||
create user maxuser@'%' identified by 'maxpwd';
|
||||
|
@ -22,7 +22,7 @@ pid-file = /var/run/mysqld/mysqld1.pid
|
||||
socket = /var/run/mysqld/mysqld1.sock
|
||||
port = 3301
|
||||
datadir = /data/mysql/mysql1
|
||||
|
||||
|
||||
[mysqld2]
|
||||
log-bin=mar-bin
|
||||
binlog-format=row
|
||||
@ -48,7 +48,7 @@ pid-file = /var/run/mysqld/mysqld3.pid
|
||||
socket = /var/run/mysqld/mysqld3.sock
|
||||
port = 3303
|
||||
datadir = /data/mysql/mysql3
|
||||
|
||||
|
||||
[mysqld4]
|
||||
log-bin=mar-bin
|
||||
binlog-format=row
|
||||
|
@ -16,7 +16,7 @@ sleep 20
|
||||
|
||||
for i in `seq 1 $servers`;
|
||||
do
|
||||
sudo mysql_install_db --defaults-file=$dir/multiple_servers.cnf --user=mysql --datadir=/data/mysql/mysql$i
|
||||
sudo mysql_install_db --defaults-file=$dir/multiple_servers.cnf --user=mysql --datadir=/data/mysql/mysql$i
|
||||
done
|
||||
|
||||
sudo mysqld_multi --defaults-file=$dir/multiple_servers.cnf start &
|
||||
|
Reference in New Issue
Block a user