Hello, I have to move a database from host with mysql 3.22.27 to a new host with mysql 3.23.36. After the install of mysql-3.23.36, I transfered the datadir that is running with the 3.23.36 on the new system and I restart mysqld. But the mysqld failed with error :
root@reserv4:/var/lib/mysql# /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-locking --default-table-type=isam Can't initialize Innobase as 'innobase_data_file_path' is not set 011109 15:27:07 /usr/sbin/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 011109 15:27:07 /usr/sbin/mysqld: Normal shutdown I don't understant because I see the file host.frm if I list it : root@reserv4:/var/lib/mysql# ls -l ./mysql/host.frm -rw-rw---- 1 root root 8958 Apr 26 2000 ./mysql/host.frm Could you help me ? Thanks, Dominique. --------------------------------------------------------------------- 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