I wanted to install phpBB-3.1.0-a3 without (MySQL) table prefix but it didn't allow me to. Is this a bug?
If not, why is a table prefix required?
Don't require table prefix
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Don't require table prefix
No, we use table names like "log" which are key words, when they are not prefixed
Member of the Development-Team — No Support via PM
Re: Don't require table prefix
Don't table names get quoted?
Re: Don't require table prefix
No, as not all DBMS phpBB supports support that. It is also a bad idea to use reserved words, even with a hack like backticks.XTF wrote:Don't table names get quoted?
- DavidIQ
- Customisations Team Leader
- Posts: 1905
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Don't require table prefix
Plus there is more possibility to conflict with another table for some other product like Joomla or WordPress if the prefixes are not present. Users table comes to mind.
Re: Don't require table prefix
True, but I'm not requesting the prefix to be empty by default.