# This file is used by Rack-based servers to start the application.require::File.expand_path('../config/environment',__FILE__)map'/assets'doassets=Rails.application.assetsrunassetsendmap'/'dorunRails.applicationend
$ mysql_install_db --datadir=/opt/mysql/
Installing MySQL system tables...
110609 20:59:26 [Warning] Can't create test file /opt/mysql/zzzhc-laptop.lower-test110609 20:59:26 [Warning] Can't create test file /opt/mysql/zzzhc-laptop.lower-test
Installation of system tables failed! Examine the logs in
/opt/mysql/ for more information.
...
+ mysqld_install_cmd_line='/usr/sbin/mysqld --language=/usr/share/mysql/english --bootstrap --basedir=/usr --datadir=/opt/mysql/ --log-warnings=0 --loose-skip-innodb --loose-skip-ndbcluster --user=mysql --max_allowed_packet=8M --default-storage-engine=myisam --net_buffer_length=16K'+ s_echo 'Installing MySQL system tables...'+ test 0 -eq 0 -a 0 -eq 0
+ echo'Installing MySQL system tables...'Installing MySQL system tables...
+ /usr/sbin/mysqld --language=/usr/share/mysql/english --bootstrap --basedir=/usr --datadir=/opt/mysql/ --log-warnings=0 --loose-skip-innodb --loose-skip-ndbcluster --user=mysql --max_allowed_packet=8M --default-storage-engine=myisam --net_buffer_length=16K
+ echo'use mysql;'+ cat /usr/share/mysql/mysql_system_tables.sql /usr/share/mysql/mysql_system_tables_data.sql
110609 21:04:14 [Warning] Can't create test file /opt/mysql/zzzhc-laptop.lower-test110609 21:04:14 [Warning] Can't create test file /opt/mysql/zzzhc-laptop.lower-test
+ eval cat
++ cat
+ echo+ echo'Installation of system tables failed! Examine the logs in'Installation of system tables failed! Examine the logs in
+ echo'/opt/mysql/ for more information.'/opt/mysql/ for more information.