![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| differnce between these cmds | wrapster | Shell Programming and Scripting | 1 | 03-25-2008 11:49 AM |
| avoid displaying errors while executing a script | vikas027 | Shell Programming and Scripting | 4 | 10-29-2007 02:41 PM |
| What's the difference: 'nuhup cmds' Vs 'cmds &' | billshu | SUN Solaris | 5 | 05-12-2004 11:01 PM |
| Errors while executing a.out | nirthana | High Level Programming | 1 | 06-05-2003 03:05 PM |
| Solaris pkgmk -> prototype errors... | mslightn | UNIX for Advanced & Expert Users | 7 | 07-30-2002 04:35 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Errors while executing cmds in sun solaris
Hi All,
I am using mysql at sun solaris unix(Hp) server. I logged into mysql server with root as user. its logged in properly. Then i used 'show databases' mysql command. its display all the available databases. for example mysql > show databases; It displayed as follows. exampledb1 exampledb2 mysql test Now i used mysql > use exampledb1; its given message called database changed. now i trying to show all the tables under exampledb1 database using the below command. mysql > show tables; Now i am getting one error called ERROR 12: Can't read dir of './exampledb1/' (Errcode: 13) then i tried to drop the exampledb1 database using the below command. mysql> drop database exampledb1; Now i am getting different error. ERROR 1008: Can't drop database 'exampledb1'. Database doesn't exist can you please give me solutions for the above errors? |
|
||||
|
No duplicate or cross-posting, please read the rules.
Continue here: Errors while executing mysql cmds in SUn solaris server Thread closed. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|