I'm using Debian(jessie). I created a database(Cars) using phpMyAdmin's Create database function. I'm following along a book "The Joy of php". After the table is created the author wants to create a table (INVENTORY) using SQL commands. Well, phpMyAdmin will not let me enter any text in the SQL query text area. I created the table using the Create table function(buttons). If I click on the INVENTORY table in the left window-pane or the tab above I get the following error message:
Error
SELECT 'prefs' FROM 'phpmyadmin' . 'pma__table_uiprefs' WHERE 'username' = 'jeff' AND 'db_name' = 'Cars' AND 'table_name' = 'INVENTORY'
If I click on columns under INVENTORY or the Structure tab above I can view the table and columns. Also when I click on the SQL tab I can view the table columns in the right-hand pane and the number 1 appears in the SQL command text field. If more information is needed please let me know.
Thanks for replying. I can input queries using MYSQL workbench. I looked at the link you offered and that doesn't seem to be my problem, but I'm not positive as I am quite new to all of this. Below is some of the file that was discussed in the link. I hope it will help you. I realize that I could do most everything from the workbench but I am also trying to learn php.