config root man

Current Path : /home/usr.opt/mysql57/mysql-test/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/r/variables-win.result

#
# Bug #23747899: @@basedir sysvar value not normalized if set through
#  the command line/ini file
# There should be no slashes in @@basedir and just backslashes
#   since it's normalized
SELECT
LOCATE('/', @@basedir) <> 0 AS have_slashes,
LOCATE('\\', @@basedir) <> 0 AS have_backslashes;
have_slashes	have_backslashes
0	1
End of the 5.6 tests

Man Man