Viewing 2 replies - 1 through 2 (of 2 total)
  • You don’t use HeidiSQL to display data through WordPress. HeidSQL is only a “display wrapper” for a MySQL database (assuming that you’re using a WordPress database, of course).

    What you need is to use either the built-in WPDB class/object, or set up your own database connection object to your database and query that.

    Hi Phoneds0123, what are you trying to achieve? Which data would you like to display on your page? And do your users need to be able to modifiy the data too?

    As the other answers say, HeidiSQL is a database edit program. It rund on your computer, not on wordpress, neither on the webserver. So it makes no sense to try to use HeidiSQL to display the data from the web server using it. But maybe a WP plugin like this could do what you need: https://www.ads-software.com/plugins/database-browser/

    Best,

    Philippe

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to display data from heiqisql into wordpress’ is closed to new replies.