1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Portability fixes.

This commit is contained in:
monty@hundin.mysql.fi
2001-10-03 17:02:14 +03:00
parent 193ae61fc0
commit 55a6911bb1
11 changed files with 70 additions and 65 deletions

View File

@@ -3,6 +3,7 @@ connect (slave,localhost,root,,test,0,mysql-slave.sock);
connection master;
reset master;
grant file on *.* to replicate@localhost identified by 'aaaaaaaaaaaaaaab';
grant file on *.* to replicate@127.0.0.1 identified by 'aaaaaaaaaaaaaaab';
connection slave;
slave start;
connection master;