RE: mysql-mysqld connection

2005-05-03 Thread Nikola Skoric
Dana Tue, 3 May 2005 11:34:39 -0500, Reggie Burnett rece: Just to echo the thoughts from Jeremiah, we have several freely available open source connectors that work *VERY HARD* tracking the protocol so it's hard to understand a situation where you would need to write your own implementation.

Re: mysql-mysqld connection

2005-05-02 Thread Nikola Skoric
Dana Sun, 1 May 2005 11:11:40 -0700, Jeremiah Gowdy rece: Where could I find speciffication of how MySQL client and server communicate? /... Look at the source code of libmysql? So, document regarding this protocol doesn't exist? Hm, and, where could I find the source code of libmysql? I

mysql-mysqld connection

2005-05-01 Thread Nikola Skoric
Where could I find speciffication of how MySQL client and server communicate? It seems to me there are two ways of communicating - over UNIX socket and over TCP/IP connection. Lets say I want to write my own MySQL client, where could I find info about what UNIX socket is, and how do TCP packets

connecting with PHP from remote server - security breach?

2005-04-27 Thread Nikola Skoric
Hello, I'm wondering whether there is a way to hack into my database if I'm connecting with PHP from remote web server to my MySQL server with unencrypted connection? I'm using phpBB forums (residing on one server and using the database on other server) which do not suport SSH connections, so

problem connecting with PHP

2004-02-09 Thread Nikola Skoric
Hello, I've recently upgraded from 3.23 to 4.0.16. Before upgrading my PHP scripts connecting to mysql server from another machine (not from localhost) were doing just fine. But, since upgrading, I get tihs warnings: Warning: Lost connection to MySQL server during query in

Re: several newbie problems

2003-02-24 Thread Nikola Skoric
At 21:23 19.02.2003 +0100, you wrote: Or you could configure this in your c:\windows\my.ini configuration file: [mysqld] ... skip-innodb (In this case, you have to restart the server for the changes to take effect.) Nice, thanks. mysql use nick Reading table information for completion of table

several newbie problems

2003-02-19 Thread Nikola Skoric
Hello, I'm a newbie with MySQL, so it's possible my qustions are answered somewhere, but I haven't found those answers yet... When I start my mysqld deamon, I get this message: Can't initialize InnoDB as 'innodb_data_file_path' is not set. I've been reading through Reference Manual and I realise