|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
sir
i'm successfully running PHP3.0.16+MySQL+apache 1.3.12 on windows 95 now i have created some databases like ranjeet,localdb etc.. but when i execute command >mysql -uroot -p[mypass] DbName <schema on command propmt i get database DbName not found error while the same command works fine on my linux machine ...why this is so.?? i can use that db n manually create tables but i want automatic way (rather i'm lazy) actually database which i'm gonna design contains very large tables ..i mean there are large no of fields present in the DB .. which i don't want to type pls help me ranjeet |
|
#2
|
|||
|
|||
|
Does the database exist on your Windows box? If not, that's the reason you're getting the error. Include a CREATE DATABASE line in your schema file or create the database manually prior to loading the schema.
Don |
|
#3
|
|||
|
|||
|
yes
sir the database is present there allready.. ranjeet |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > "mysql -uroot -p[pass] DbName<schema " not working on win95 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|