Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build tables for ion auth and codeigniter

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.

like image 932
starsinmypockets Avatar asked Jun 03 '11 16:06

starsinmypockets


1 Answers

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

like image 96
starsinmypockets Avatar answered Oct 23 '22 04:10

starsinmypockets