At 15:01 -0400 6/29/02, Lou Picciano / Essex Systems wrote: >RE: MySQL 4.01-max, InnoDB, Solaris, Raw device support > >Has anyone had any specific experience implementing an InnoDB tablespace >under Sparc Solaris? > >A specific few lines in my.cnf would be very helpful... > >As we are using a SparcStorage Array, our device pathnames look something >like: > >Innodb_data_file_path=/dev/rdsk/c1t4d0s7:1Gnewraw (OR) >Innodb_data_file_path=/dev/dsk/c1t4d0s7:1Gnewraw > >Either of these options gives us an operating system error number 2 ... > >Are there specific Solaris slices we should be using?? Can't find any docs >on this. > >Please note: using 'standard' InnoDB filespaces, everyting works AOK... > >Any help is appreciated.
innodb_data_file_path is interpreted relative to (i.e., is textually concatentated to) innodb_data_home_dir. You might want to set the latter to / and remove / from the _path values. > >Lou --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php