Hi, I get the following error in the final stage of installation: Result :: Some queries failed, the statements and errors are listing below * Error :: Table 'phpbb2.phpbb_easymod' doesn't exist SQL :: INSERT INTO phpbb_easymod ( mod_title, mod_file, mod_version, mod_author_handle, mod_author_email,...
OK, did it the hard way: heine@oscar:~$ mysql -u phpbb2 -p --exec="DELETE FROM phpbb_config WHERE config_name = '[i]em_rows[/i]';" phpbb2 That produces a lot of lines, you have to do it for EM_password, EM_read, EM_write, EM_move, EM_ftp_dir, EM_ftp_user . You can check, if there are other EM lines ...
Sorry to bother again, but this seems to be one of my worst weeks. I tried the following: heine@oscar:~$ mysql -u phpbb2 -p --exec="DELETE FROM phpbb_config WHERE em IN config_name;" Enter password: ERROR 1064 at line 1: You have an error in your SQL syntax. Check the manual that corresponds to your...
Hello, Baer: You want a step-by-step tutorial? Flautist: I think this SQL query will work: DELETE FROM phpbb_config WHERE em IN config_name; but I'm not sure how far I'd trust me on that. OK, how do I send SQL commands to my database? Is there a nice program included in the mysql-installation? Regs...