Skip to content

Tag: phpmyadmin

Populating mysql table with json data in phpmyadmin

I have the following example json file and I’m trying to populate a MySQL table with it. Populating books table with json data did not work and with no errors. I want to know what is wrong in the following PHP code: json file looks like this: Mysql table structure looks like this: Table structure Answer…

phpmyadmin error processing request 200

I changed my Wamp’s phpmyadmin config.inc.php file few days ago for auto authentication. Phpmyadmin was working fine but now whenever I click anywhere in phpmyadmin it’s giving me this error in popup: Error in processing request Error code: 200 Error text: OK This is my config.inc.php file: Any he…

How to store a array in a database?

I am trying to learn php databases and I have a question. How do I store an array in a database? I saw an answer on stackoverflow and there were they doing something with type double and in an other answer they were talking about creating a table for every user but I can’t find a solution. So summarized…

Broken links after moving wordpress site

I moved my wordpress site from local host to a live server. The problem is that all links from my nav won’t work as the home button. live site url: http://iulian.cablevision.ro broken link example: http://iulian.cablevision.ro/about/ this is the error that i get: I tried to use the a comand in SQL on my…

phpMyAdmin: secret passphrase?

I am using MAMP and every time I login to phpMyAdmin, I am getting the following error/warning message: the configuration file now needs a secret passphrase (blowfish_secret). I have not messed around with any of this settings before. Can someone please clarify this error. Here is the info on my db server: Se…

MySQL Rows Disappearing (Mysteriously)

I have 3 tables A, B and C which are directly linked and should contain the same number of rows, the rows for each table being created together. I’ve recently noticed that after creating 1000 rows for test purposes (rows are definitely inserted, no transactions, system stable), and without any applicati…