|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello all,
I'm trying to import the .sql file into the 'catalog' database. Why is the following syntax incorrect in a windows environment? >mysql catalog <./mysql_catalog.sql I'm getting an access denied error. What needs to be changed? -E |
|
#2
|
|||
|
|||
|
You haven't specified a username/password combination so mysql is denying access:
mysql -u Username -pPassword catalog < mysql_catalog.sql BTW, you don't need the ./ when using DOS |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Correct syntax |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|