![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Errors while executing cmds in sun solaris | dbsurf | Shell Programming and Scripting | 1 | 06-25-2008 07:30 AM |
| avoid displaying errors while executing a script | vikas027 | Shell Programming and Scripting | 4 | 10-29-2007 02:41 PM |
| Witch OS you will use in a web server(PHP+MySQL)? | BSDVirus | UNIX for Dummies Questions & Answers | 0 | 08-06-2007 06:44 AM |
| What's the difference: 'nuhup cmds' Vs 'cmds &' | billshu | SUN Solaris | 5 | 05-13-2004 12:01 AM |
| Errors while executing a.out | nirthana | High Level Programming | 1 | 06-05-2003 04:05 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Errors while executing mysql cmds in SUn solaris server
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? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|