Using LOAD from buffer instead of file

2001-01-24 Thread Martin Stoufer
I have not read in the documentation if we can do this or not. I would like to have a script running that would have a server socket listening for connections. Once a connection is made, it would receive, say, 5000 lines of info into some temp buffer. We have some efficient SWIG'd C code that can

Re: ERROR 1130: Host 'dhcp-70-219' is not allowed to connect to this MySQL server

2001-01-17 Thread Martin Stoufer
This looks to be a misconfig problem with the mySQL server itself. Take a look at the mysql.users table. Make sure there is some type of entry for user '%' from host '%' with a password. Once those are in place, the server should let you in. Be sure the db you are connecting has proper privileges