Search found 4 matches

by Brutus
09 Sep 2005, 14:55
Forum: Customizations
Topic: Banner
Replies: 0
Views: 4313

Banner

I have a banner with a perl nav bar. Outside of mantis the bar looks great. but when I import it in it will misalign the images. looks like it has a width limit. Anyone have the problem? How do I fix?
by Brutus
08 Sep 2005, 18:21
Forum: Customizations
Topic: Timeout?
Replies: 1
Views: 5208

Timeout?

what variable is it so a user time's out?
by Brutus
30 Aug 2005, 20:34
Forum: Help
Topic: Mac OS X
Replies: 1
Views: 4486

when setting up mysql user I do:
GRANT ALL PRIVILEGES ON *.* TO 'usrname'@'localhost';
FLUSH PRIVILEGES;

shouldn't this work?
by Brutus
30 Aug 2005, 19:43
Forum: Help
Topic: Mac OS X
Replies: 1
Views: 4486

Mac OS X

I'm trying to install on my Mac OS X on the installation page everything says ok but "Attempting to connect to database as admin" php version is 4.3 mysql server 4.1 mysql client 3.23.29 I setup the password using old_password I can connect using mysql_connect in php fine I just change get...