I'm a new user. I want to try PHPCrawl. I need to create the database and the tables needed for the program's function. I searched for all directories and files and nowhere I found the necessary function or at least the mysql query to create blank tables (search apod.) Can you please advise me where I could find the necessary information? Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-01-30
PHPCrawl doesn't natively use a MySQL database. It's up to you to define the schema and implement for your needs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm a new user. I want to try PHPCrawl. I need to create the database and the tables needed for the program's function. I searched for all directories and files and nowhere I found the necessary function or at least the mysql query to create blank tables (search apod.) Can you please advise me where I could find the necessary information? Thank you.
PHPCrawl doesn't natively use a MySQL database. It's up to you to define the schema and implement for your needs.