How to design the database of encyclopedia websites

clipboard.png

< H2 > Database design of encyclopedic websites < / H2 >

as shown in the figure above, it is a medical encyclopedia website. For example, the typical symptoms page is full of text with large p tags. I don"t know how to store them in the database. If you use a relational database such as mysql, how to design the database

Oct.08,2021

just store it as text

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-24c68d5-42e7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-24c68d5-42e7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?