For now i only running database from localhost, just for website and shop only. (for dev purpose only)
If i change database table name, do i need to chnge/edit on the server side to?
Printable View
For now i only running database from localhost, just for website and shop only. (for dev purpose only)
If i change database table name, do i need to chnge/edit on the server side to?
If you change the name of the table, the server will stop working. On the server side, table names are not configured; those that were specified during compilation are used. It is better to create a separate database for the site, and get data from the main databases using the JOIN in the query.