Вот тут лежит скрипт :
http://photo.konstanta.net/mysql_check.php
Такого вот содержания :
...
header( 'Content-type: text/plain; charset=utf8' );
$connect = mysql_connect( 'localhost', 'user', 'pass' ) or die( 'Нет соединетия с сервером' );
$select = mysql_select_db( 'database' ) or die( 'Нет соединения с БД' );
if ( $connect && $select ) {
echo 'Все ок :)';
}
...
И вот что говорит друпал с теми же параметрами БД :
http://photo.konstanta.net/install.php
Это проблема в севере или ... ?
Комментарии
А причем тут коннект?
Читаем еще раз:
We were unable to lock a test table on your MySQL database server. We tried locking a table with the command LOCK TABLES drupal_install_test WRITE and MySQL reported the following error: Access denied for user 'konstanta'@'localhost' to database 'konstanta_net_-_photo'.
значит я все таки дурак.
спасибо