I did.. I tried everything...

[root@cents /usr/local/mysql]# chmod -R 0777 var
[root@cents /usr/local/mysql]# llm
total 2.1M
drwxr-sr-x  12 mysql    mysql        1.0k Feb 10 00:12 .
drwxr-sr-x  26 root     root         1.0k Jan 28 00:59 ..
drwxr-sr-x   2 mysql    mysql        1.0k Feb  9 23:48 bin
drwxr-sr-x   3 mysql    mysql        1.0k Jan 27 23:59 include
drwxr-sr-x   2 mysql    mysql        1.0k Feb  9 23:47 info
drwxr-sr-x   3 mysql    mysql        1.0k Jan 27 23:59 lib
drwxr-sr-x   2 mysql    mysql        1.0k Feb  9 23:48 libexec
drwxr-sr-x   3 mysql    mysql        1.0k Jan 27 23:59 man
drwxr-sr-x   6 mysql    mysql        1.0k Feb  9 23:48 mysql-test
drwxr-sr-x   3 mysql    mysql        1.0k Jan 27 23:59 share
drwxr-sr-x   8 mysql    mysql        1.0k Feb  9 23:48 sql-bench
drwxrwxrwx  17 mysql    mysql        1.0k Feb 10 00:12 var
 -rw-r--r--   1 root     mysql        2.1M Feb  9 23:34 var.bak.tar 

[root@cents /usr/local/mysql/bin]# ./mysql -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 72 to server version: 3.23.32 

Type 'help;' or '\h' for help. Type '\c' to clear the buffer 

mysql> show databases;
+----------+
| Database |
+----------+
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
+----------+
20 rows in set (0.00 sec) 

:( 

 

Sinisa Milivojevic writes: 

> J.M. Roth writes:
>  > Hello,
>  > 
>  > I updated to 3.23.32 and now this happens:
>  > mysql> show databases;
>  > +----------+
>  > | Database |
>  > +----------+
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > |          |
>  > +----------+
>  > 20 rows in set (0.00 sec)
>  > Select queries and stuff seem to work alright...
>  > Downgrade to 3.22.32 had no effect!?
>  > I also installed PHP4.0.4pl1 at the same time.
>  > It seemed this strange behavior occured just after it was all brought up to date.
>  > 
>  > Any insights are very welcome!
>  > 
>  > Regards
>  > 
>  > 
>  > J.M. Roth
>  > ________________________________________________________
>  >  
> 
> HI! 
> 
> Check your permissions if on Unix. 
> 
> 
> Regards, 
> 
> Sinisa 
> 
>       ____  __     _____   _____  ___     ==  MySQL AB
>      /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
>     /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
>    /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
>   /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
>   ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
>              /*/             \*\                Developers Team 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive) 
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php 
> 
 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to