I set up my own mysql database. then how to work with my own mysql database instead of sample database?
thank you.
3 Answers
You can edit database configuration in config.php
And change the table name and select_command in grid code.
Your Answer
I set up my own mysql database. then how to work with my own mysql database instead of sample database?
thank you.
You can edit database configuration in config.php
And change the table name and select_command in grid code.