|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello, I am trying to run the following command:
Source C:/Documents and Settings/Mike and Anna Marie/My Documents/ Mysql Cookbook/recipes/tables/limbs.sql; But I get this error: No connection. Trying to reconnect... ERROR 1102 (42000): Incorrect database name 'ecipestableslimbs.sql;' ERROR: Can't connect to the server. This is a mysql instalation on a windows machine(localhost) . Apparently the /r is killing it. I tried \ slashes and get more errors. What Can I do besides change directory names or move it to a new directory? Thanks Mike |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
AMP wrote:
> Hello, I am trying to run the following command: > > Source C:/Documents and Settings/Mike and Anna Marie/My Documents/ > Mysql Cookbook/recipes/tables/limbs.sql; > > > But I get this error: > No connection. Trying to reconnect... > ERROR 1102 (42000): Incorrect database name 'ecipestableslimbs.sql;' > ERROR: > Can't connect to the server. > > This is a mysql instalation on a windows machine(localhost) . > Apparently the /r is killing it. > I tried \ slashes and get more errors. > What Can I do besides change directory names or move it to a new > directory? > Thanks > Mike > The /r won't do anything. It's perfectly legal. But you do have spaces in your path. Try enclosing the entire path in quotes. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
![]() |
| Outils de la discussion | |
|
|