linux my sql!
sådan ser min my.conf (mysql cfg'en)men jeg skal gøre sådan at min hjemmeside skal logge ind med brugernavnet: doomstone og password: doomday
hvad skal jeg så skrive i denne config?
Sidst jeg prøver fuckede jeg mysql helt op :)
# Example mysql config file.
#
# I hope the following parameters will once get into the upstream
# version... <ch@debian.org>
#
# debian_error_log This logfile contains the start and stop time of the
# daemon and the reason that prevents its startup.
#
[debian]
debian_error_log = /var/log/mysql.err
# You can copy this to one of:
# /etc/mysql/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is /var/lib/mysql) or
# ~/.my.cnf to set user-specific options.
#
# One can use all long options that the program supports.
# Run the program with --help to get a list of available options
# This will be passed to all mysql clients
[client]
#password = my_password
port = 3306
socket = /var/run/mysqld/mysqld.sock
# Here is entries for some specific programs
# The following values assume you have at least 32M ram
# The MySQL server
#
[mysqld]
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
log = /var/log/mysql.log
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
language = /usr/share/mysql/english
skip-locking
set-variable = key_buffer=16M
set-variable = max_allowed_packet=1M
set-variable = thread_stack=128K
[mysqldump]
quick
set-variable = max_allowed_packet=1M
[mysql]
no-auto-rehash
[isamchk]
set-variable = key_buffer=16M
