mysql:mysql $datadir
I honestly cannot think of a scenario where the datadir should be
permissioned any other way.
On 2012-10-29 6:26 AM, "javad bakhshi" wrote:
Hi,
I get an Unknown database error when I am trying to connect to mysql using
C API.
I have created the database in mysql prom
Hi,
I get an Unknown database error when I am trying to connect to mysql using C
API.
I have created the database in mysql prompt as root:
CREATE DATABASE Lr0;
I am pretty sure that the problem is a ownership issue, because when I do
ls -l in my datadir I get:
[javad64@udbl64 data]$ ls -l
18 Apr 2002 12:41:31 -0500
> To: MySQL <[EMAIL PROTECTED]>
> Subject: BSD: Random unknown database error
>
> All:
>
> Recently I've run into a problem where I intermittently receive an "Unknown
> database" error while attempting to communicate with
All:
Recently I've run into a problem where I intermittently receive an "Unknown
database" error while attempting to communicate with a local MySQL server.
I read through the mail list archives and discovered that others reported
similar problems under BSD, but I didn
MySQL every so often will return "unknown database" errors for no apparent
reason on a FreeBSD 4.4 (and earlier 4.x versions) server I maintain.
This affects different user, scripts, and databases. One user says there
is a big slowdown around each event, perhaps a load issue, but at
MySQL Error: 1049 (Unknown database 'databasename')
I having a very weird unpredictable problem. I have a webserver which
makes database connections via Perl and DBI. For the most part it works
pretty much all the time but sometimes (2 or 4 times per month) it gives
an error: Unknow
, "unknown database" problem.
I've created databases on a partition without problems, now I come
to create a new database on a different partition and I can't access
the database at all.
At this stage I have the following in the mysql data directory
(among others):
lrwxrwxrwx
I've created databases on a partition without problems, now I come
to create a new database on a different partition and I can't access
the database at all.
At this stage I have the following in the mysql data directory
(among others):
lrwxrwxrwx1 mysqlmysql 17 Sep 3 11:56
Hi!
I having a very weird unpredictable problem.
A script run from cron at 2:00am every day
must conect to database 'ubex' and do some
stuff with it. The script is in perl and uses DBI.
It works fine pretty much all the time but sometimes
(1 or 2 time per month) it gives an error
Hi,
Well, I also had the same problem and finally traced the bug down
to a file called db_readdump.php3 in phpmyadmin directory.
If you'r still having the problem, may be this is helpful to you too.
edit db_readdump.php3 and add in the beginning of the file
$db = trim($db);
Then at the
I'm going to add that there is nothing wrong with the database name that is
in the query. If the same query, with slightly different constraints and
the _exact_ same database name, is run 1000 times and 3 of them give the
Unknown database error, that rules out an application error.
Furthe
ot;databasename" with the real database name in your application?
s.
- Original Message -
From: "Vibol Hou" <[EMAIL PROTECTED]>
To: "MySQL List" <[EMAIL PROTECTED]>
Sent: Monday, May 14, 2001 4:53 PM
Subject: Error 1049 - Unknown database...
> Hi,
Hi,
I have a MySQL 3.23.37 server that runs on a FreeBSD 4.2 SMP box which runs
some semi-intensive web applications. The system itself has 1GB memory.
A few times a minute, I get the following error from my applications:
MySQL Error: 1049 (Unknown database 'databasename')
I know you people are busy but I have seen this question a few times on the lists to
no avail. *see below*
It has been figured out by my admin.
It appears that one or more entries in the ACL tables is corrupt, when this happens so
its preventing logins.
So you have to replace the ACL with a f
Jason Guritz wrote:
>
> mysql> show databases;
> +---+
> | Database |
> +---+
> | directory |
> | mysql |
> | phpBB |
> | testdb |
> | trial |
> +---+
> 5 rows in set (0.00 sec)
>
> mysql> us
mysql> show databases;
+---+
| Database |
+---+
| directory |
| mysql |
| phpBB |
| testdb |
| trial |
+---+
5 rows in set (0.00 sec)
mysql> use testdb;
ERROR 1049: Unknown database 'testdb'
Keeps happening to me too.
It was workin
Hi!
I have installed many of mysql servers and phpMyAdmin clients.
And every time it worked together fine.
Now i have problem on RH70 with mysql and phpMyAdmin:
Database pokus
Error
SQL-query:
Content-Type: application/octet-stream
MySQL said: Unknown database ' pokus&
17 matches
Mail list logo