6

I have Codeigniter and Ion Auth installed on MAMP. I have the libraries working but I'm not sure how to build the required database tables for Ion Auth. Is there a preferred / best-practices way of doing this? Should I copy a query code from somewhere? Run a setup-db script? For that matter, with Codeigniter installed, is there any basic database setup that should be performed? All I have done is setup the ci_sessions table.

Thanks for any help.

starsinmypockets
  • 2,264
  • 4
  • 34
  • 45

1 Answers1

6

Oh - I figured this one out.

Just import the .sql file provided by Ion Auth - in my case I used PHPmyAdmin to import ion_auth.sql.

This built the meta table, et al

starsinmypockets
  • 2,264
  • 4
  • 34
  • 45