我正在尝试使用加载在我的PC上的localhost上的PHP页面创建一个数据库,使用以下代码:
// Connect to MySQL
$linkdb = mysql_connect('localhost', 'root', '***********');
if (!$linkdb) {
die('Could not connect: '.mysql_error());
}
// Make my_db the current database
$db_selected = mysql_select_db('movi
我在Apache2和MySQL 5中使用mod_auth_mysql进行Apache授权。现在,我们的密码被存储在数据库中的纯文本中。作为一项新的要求,我们必须用盐来储存它们,以对抗彩虹桌的攻击。这些文件指出:
AuthMySQLSaltField <> | <string> | mysql_column_name
Contains information on the salt field to be used for crypt and aes
encryption methods. It can contain one of the following: