To install a Dolibarr source without the table pr

Hi,

We are trying to install a Dolibarr source without the table prefix like as ‘llx_’.
When we tried this in online the tables were created without prefix. But when we try to login the error ‘llx_user doesn’t exist’ appears.
When we tried the same in local, (even if we didn’t include the prefix) while installation the prefix ‘llx_’ taken by the tool by default.

Please suggest do we have the possibility to install a Dolibarr source without the table prefix like as ‘llx_’

Thanks

Hi,

If you create the database without prefix you should change the configuration of Dolibarr.

In the file /htdocs/conf/conf.php check the line $dolibarr_main_db_prefix=‘llx_’;
I never try to install without prefix, but It should work.