2

I want to create new content in Joomla by running a query via phpmyadmin.

I checked the MySQL query log when I create a new article, and there are multiple insert queries (table content, assets, ucm_content...)

So can you help me, how to insert a completely new article to database via phpmyadmin. Or is there a simple code to do this?

itoctopus
  • 4,133
  • 4
  • 32
  • 44
Huy Cao
  • 31
  • 3

1 Answers1

0

In order to add an article to Joomla, all you need to do is to add that article to the content table. Do not worry about the assets table or other tables.

itoctopus
  • 4,133
  • 4
  • 32
  • 44