вторник, 14 июня 2011 г.

mysql without password

A basic ~/.my.cnf file has the following lines. A pound sign '#' before any line means that line should be ignored by the MySQL interpreter.

[client]
user = DBUSERNAME
password = DBPASSWORD
host = DBSERVER

[mysql]
database = DBNAME

Комментариев нет:

Отправить комментарий