PHP installation - table users already exists

PHP installation - table users already exists

gshielsgshiels Posts: 2Questions: 1Answers: 0

I am trialling the Editor and need to run the SQL which creates a few tables, one of which is called USERS, however, I already have a table using that name in my DB which is referred to in multiple places in my code, so I don't want to change the name of my table. Can I change the DataTables table name from USERS to USERS_DT (or whatever)?
Thanks

Answers

  • allanallan Posts: 63,689Questions: 1Answers: 10,500 Site admin

    Hi,

    This is for the installation of the Editor examples? I would probably suggest that you create a new database that you can install the examples SQL into. You won't want or need the examples SQL once you've got the basics, so you could then easily just drop the examples database.

    Allan

  • gshielsgshiels Posts: 2Questions: 1Answers: 0

    Doh! That simple eh!
    Thanks very much Allan

This discussion has been closed.