投稿

5月, 2007の投稿を表示しています

MySQL

# emerge mysql # mysql_install_db Installing MySQL system tables... OK Filling help tables... OK To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: /usr/bin/mysqladmin -u root password 'new-password' /usr/bin/mysqladmin -u root -h elf password 'new-password' See the manual for more instructions. You can start the MySQL daemon with: cd /usr ; /usr/bin/mysqld_safe & You can test the MySQL daemon with mysql-test-run.pl cd mysql-test ; perl mysql-test-run.pl Please report any problems with the /usr/bin/mysqlbug script! The latest information about MySQL is available on the web at http://www.mysql.com Support MySQL by buying support/licenses at http://shop.mysql.com # /etc/init.d/mysql start # mysql mysql> SET PASSWORD FOR root=PASSWORD('hogehoge'); ERROR 1133 (42000): Can't fin

Gecko系ブラウザで横スクロール

Firefox, SeaMonkey, Epiphany, etc... ロケールバーでabout:configと入力 mousewheel.horizscroll.withnokey.action = 0 mousewheel.horizscroll.withnokey.numlines = 1 mousewheel.withnokey.numlines = 3 mousewheel.withnokey.sysnumlines = false general.useragent.locale = ja-JP --------------------------- layout.css.dpi = 0