Re: Re: Install questions

2002-09-05 Thread Matt \TrollBoy\ Wiseman
. How can I tell what ports its using now? I'd like to stick with defaults... 3. You can just create a symbolic link How does one accomplish this? I'm not sure how a symlink will help this problem.. -- Matt TrollBoy Wiseman Webmaster: Shoggoth.net Site Designer: phpslash.org The oldest

Re: Install questions

2002-09-03 Thread Matt \TrollBoy\ Wiseman
, and see no place to enter that info in php.ini... any other thoughts? -- Matt TrollBoy Wiseman Webmaster: Shoggoth.net Site Designer: phpslash.org The oldest and strongest emotion of mankind is fear, and the oldest and strongest kind of fear is fear of the unknown. -H.P. Lovecraft

Install questions

2002-09-02 Thread Matt \TrollBoy\ Wiseman
I just installed MySQL from RPM and can connect to it via shell using the MySQL command, but I can't get anything else to connect to it. MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Thoughts? Matt Wiseman

Re: MS-DOS

2001-07-05 Thread Matt \TrollBoy\ Wiseman
WinME has this built right in, elsewise try doskey Matt TrollBoy Wiseman Webmaster: Shoggoth.net Site Designer: phpslash.org The oldest and strongest emotion of mankind is fear, and the oldest and strongest kind of fear is fear of the unknown. -H.P. Lovecraft

Unique select

2001-06-28 Thread Matt \TrollBoy\ Wiseman
| +-+--+ | greenfish | blah| +-+--+ | redfish | blah| +-+--+ I want it to return only bluefish,redfish,greenfish when I make a query on the first field. Does anyone know how this is possible? Matt TrollBoy Wiseman Webmaster: Shoggoth.net

Re: gui

2001-06-21 Thread Matt \TrollBoy\ Wiseman
check out mysqlfront. You can download it from download.com and it kicks some major ass.. Matt TrollBoy Wiseman Webmaster: Shoggoth.net Site Designer: phpslash.org The oldest and strongest emotion of mankind is fear, and the oldest and strongest kind of fear is fear of the unknown. -H.P

Re: Making SQL request from a Mac

2001-06-14 Thread Matt \TrollBoy\ Wiseman
I see you're mailing the ODBC lists as well, that may very well be your answer. Mind you I'm not familiar with Mac Programming, however, why not open a odbc connnection to your DB. You can do it with MS Access on windows easy enough, why not on a Mac? Matt Trollboy Wiseman www.shoggoth.net

Table Creation woes

2001-06-06 Thread Matt \TrollBoy\ Wiseman
can someone tell me what I'm doing wrong here?I keep getting the error You have an error in your SQL syntax near 'describe text, fulltext text, section VARCHAR (32) DEFAULT '0', type VARCHAR' at line 6 and I don't understand why: CREATE TABLE article( id INT (4) DEFAULT '0' NOT NULL

select question

2001-04-17 Thread Matt \TrollBoy\ Wiseman
How would I word a query to see what tables exist in a db that begin with box for example include boxTABLE1 boxTABLE2 boxTABLE3 but exclude sphereTABLE1 I'm basically trying lo populate a list box with the tables beginning with box in PHP. Matt "Trollboy" Wiseman www.shoggoth.ne

Weird select with php

2001-03-07 Thread Matt \TrollBoy\ Wiseman
I'm attempting to do a select from my table, but the only odd thing is the customer wants the results to be completely random every time... is there anything like this?? $query = "SELECT * FROM members where Name like 'A%' ORDER BY random"; Matt "Trollboy" Wiseman www.s