LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   freebsd and mysql error (https://www.linuxquestions.org/questions/linux-software-2/freebsd-and-mysql-error-60207/)

Zac2003 05-16-2003 06:40 PM

freebsd and mysql error
 
Ok just compiled mysql and apache and all of that on a new freebsd server and it was going fine even had 100+ users on the box with 0.3 load so it was doing fine then I check to make sure all is still speedy and fine and am getting this error via the phpbb forum.

Code:

General Error
 
Couldn't obtain category list.

DEBUG MODE

SQL Error : 1030 Got error 28 from table handler

SELECT c.cat_id, c.cat_title, c.cat_order FROM phpbb_categories c, phpbb_forums f WHERE f.cat_id = c.cat_id GROUP BY c.cat_id, c.cat_title, c.cat_order ORDER BY c.cat_order

Line : 106
File : /usr/home/username/website.com/forum/includes/functions.php

ok so there is error one, then I have phpmyadmin installed so I try to add a new database to install a new forum for testing and I click add a new database and here is the output of that

Code:

Database testing running on localhost

Notice: Undefined index: enable in /usr/home/zac/www/phpmyadminwebiste.com/libraries/sqlparser.lib.php on line 213

Error

SQL-query : 


CREATE DATABASE `testing`

MySQL said:


Can't create database 'testing'. (errno: 28)

any ideas as to what is wrong it went from running perfect and then all of a sudden not working at all.

thx, Zac

Zac2003 05-16-2003 08:25 PM

anyone know? need to fix this ;)


All times are GMT -5. The time now is 09:42 PM.