Hey guys,
Im looking for some technical genius who can solve my problem. I am currently trying to transfer my website from my localhost using xampp to my web server.
Basically i need to export the mysql database so i can upload it to my website. Unfortunately when i come to export the tables from within phpmyadmin i get the following error which prevents me from reaching the UI section i need to export the tables.
Error
SQL query: DocumentationEdit
SELECT `comment`
FROM `phpmyadmin`.`pma_column_info`
WHERE db_name = 'joomla15'
AND table_name = ''
AND column_name = '(db_comment)'
MySQL said: Documentation
#1017 - Can't find file: 'pma_column_info' (errno: 2)
I have googled for hours now and can find nothing which is aiding me in solving this. I must say im a complete novice when it comes to delving into code so any help is appreciated. This is using joomla 1.5 by the way on an apache server.
Replies