Re: [Ummon-devel] sql server
Status: Beta
Brought to you by:
miro
|
From: Miroslav R. <mir...@in...> - 2000-09-12 19:29:51
|
> Ok, since the program isn't recognizing my mysql server, I want to know > what system you are testing your program on miro. I have been running a > windows version of Mysql for sometime now. Are you running on window, linux > or both with this? I started going through the code, but I didn't see > anything useful yet. I would rather go through the actual chat and log code > instead of working on this. I am running mysql on windows also (I don't have Linux or any other). I have been using version 3.23.23 (8MB binary download) and it works fine. You need to have: - mysql installed on localhost (same PC) -> just until we start using ini file => you can know that we are connected to mysql if the ummon program says so: "MySql server found on localhost" - you also have to create tables and users using ummon.sql script (instructions are inside it) That should be it. Please tell me do you get printout like "MySql server found on localhost" or "MySql server not found on localhost" ? That could narrow the possibilities. |