Here we go again.

B

bob aka error

Guest
With debugging on and sql error messages, I get this error.
-----------------------------------------------------------------------------------------
DaDaBIK 2.2.1 - Administration
Error during query execution.
DROP TABLE IF EXISTS dadabik_table_list
MySQL server said: Access denied for user: 'nobody@localhost' (Using password: NO)
-----------------------------------------------------------------------------------------
config.php

// display the main sql statements (insert/search/delete/update) for debugging (0/1);
$display_sql = 1;

// display all the sql statements and the MySQL error messages in case of DB error for debugging (0/1);
$debug_mode = 1;

Thank you.
bob
 
E

Eugenio

Guest
bob aka error wrote:

> With debugging on and sql error messages, I get this error.

[....]

Duplicated post, see here:
http://www.dadabik.org/forum/read.php?f=1&i=1653&t=1653



(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top