Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Page 1 of 3 123 LastLast
Results 1 to 15 of 37

This is a discussion on LoL! OMG!!! Here We Go!!! in the Shared & Semi-Dedicated forum
Neutron: MySQL 4.0.18-standard Are you game? I am... ...

  1. #1
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775

    Exclamation LoL! OMG!!! Here We Go!!!

    Neutron: MySQL 4.0.18-standard

    Are you game? I am...
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  2. #2
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Hello?!?!? Is the microphone on? Can everybody hear me in the back?

    Am I the only one that got upgraded to MySQL 4 yesterday? Ppl have been waiting for this day to arrive for months. WTF? No tickertape parade? I don't get it!

    Maybe this is a joke...
    Last edited by Vin DSL; 04-06-2004 at 02:26 AM.
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  3. #3
    Resident Alien Sara's Avatar
    Join Date
    Aug 2002
    Posts
    398
    Just not all of us who is as hyper as you Or upgraded yet.

  4. #4
    Smo
    Smo is offline
    JPC Addict
    Join Date
    Nov 2002
    Location
    Finland
    Posts
    218
    zinc isn't upgraded, sooo unfair.. not that I know what's new in mysql 4

  5. #5
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Heh! I'm like a racehorse in the starting gate. This is going to be fun!

    My PHP-Nuke site doesn't like MySQL 4 so far. Luckily, I can still run it in MySQL 3 mode.

    I noticed it was getting errors all over the place. I tracked this down to a bug in PHP-Nuke itself.

    To get MySQL 4 to work with PHP-Nuke, the variable '$dbtype' in 'config.php' needs to be set to 'mysql4'. However, the 'sql_layer.php' file only has provisions for 'MySQL', and not 'mysql4' (case sensitive, not bad spelling). So, I hacked the file and added:
    PHP Code:
     if ($dbtype == "mysql4") { $dbtype="MySQL"; } 
    That took care of the sql layer problems, but then I noticed my MS-Analysis program wasn't displaying any data. Still haven't figured that one out yet, so I switched back to MySQL 3 mode again.

    Another problem is going to be sql injection vulnerabilites with the 'UNION' operator in MySQL 4. A sharp script kiddy can pull all the passwords off your site in a heartbeat if you aren't protected against it.

    phpMyAdmin was having problems too. Instead of displaying things in frames, when you clicked on something, it was opening a new window.

    Hahahaha! I pity Tech Support...
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  6. #6
    Just Walking...
    Join Date
    Oct 2002
    Location
    England
    Posts
    436
    Most looking forward to the multiple table delete feature in MySQL. I've been running version 4 on my development server for some time now and so I know my scripts are compatible, just the hassle of rewriting section to take advantage of the new features.

  7. #7
    Voltron wannabe tank's Avatar
    Join Date
    Apr 2004
    Location
    Houston
    Posts
    306
    chimera is at 4.0.18

  8. #8
    JPC Guru Zhen-Xjell's Avatar
    Join Date
    Jan 2002
    Posts
    432
    Yah Vin that is a problem with mysql 4 and I'm not on it yet. I know its performance is supposed to be better, but...
    Microsoft MVP Windows-Security 2005
    CastleCops | Cuddles 'n Kisses | Just a little poke | Zhen-Xjell

  9. #9
    Loyal Client
    Join Date
    Sep 2001
    Location
    Wichita, KS
    Posts
    1,647
    backwards compatibility is always a good thing to have...

  10. #10
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Originally posted by Zhen-Xjell
    Yah Vin that is a problem with mysql 4 and I'm not on it yet. I know its performance is supposed to be better, but...
    I was looking through the CVS files on NC, last night, and I noticed this lack of support for 'mysql4' has never been addressed in 'sql_layer.php'. Maybe it's time we hop on that, Bugs...
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  11. #11
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Originally posted by mattsiegman
    backwards compatibility is always a good thing to have...
    My first impression is that the permissions have NOT been set correctly for the sql users.

    When I looked in cPanel, I noticed that one of my db user names has full permissions, but all the others are subject to limitation. I think that's what's happening with my stat program. I suspect it doesn't have permission to query the db and pull the numbers needed.

    The user name that has full permissions is the one cPanel uses in the auto-installer for PHP-Nuke, so maybe I need to contact Tech Support and have them manipulate the permissions for the other users.

    Hrm...
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  12. #12
    Voltron wannabe tank's Avatar
    Join Date
    Apr 2004
    Location
    Houston
    Posts
    306
    Hey Vin,

    How did you run your Nuke site in MySQL 3 mode?

    I recently signed up with Jaguar and am porting over my nuke site. Everything works OK except the entire PHPBB port. Anything to do with PHPBB does not work correctly (memberlist, forums, private messages)

    I tried your fix above but it didn't help. My database copied over OK as well as all teh changes needed. I haven't changed the DNS pointer yet so I'm still using the IP to test everything.

    What is weird is that everything else on the site works except the PHPBB stuff which doesn't display at all (no error message or anything) The memberlist at least shows up but is not correct.

    Any ideas?

  13. #13
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Originally posted by tank
    How did you run your Nuke site in MySQL 3 mode?...

    I recently signed up with Jaguar and am porting over my nuke site. Everything works OK except the entire PHPBB port. Anything to do with PHPBB does not work correctly (memberlist, forums, private messages)...

    Any ideas?
    The db type ('$dbtype') is specified in 'config.php'. To run in MySQL 3 mode, use 'MySQL' (CaSe SeNSiTiVe). MySQL 4 would be 'mysql4', but PHP-Nuke is whack under MySQL 4, so I wouldn't suggest it.

    As far as the phpBB goes, I suspect it might be a cookie issue. You might try clearing your cookies and the cache in your browser.

    If that doesn't work, it might be the cookie settings in phpBB. I use:

    Cookie domain: <leave blank>
    Cookie name: phpbb2mysql
    Cookie path: /
    Cookie secure: <disabled>
    Session length [ seconds ]: 0

    Gotta run. BBL...
    Last edited by Vin DSL; 04-07-2004 at 04:48 PM.
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  14. #14
    JPC Guru Zhen-Xjell's Avatar
    Join Date
    Jan 2002
    Posts
    432
    I know it'll need work for mysql4, and I hope to be working on that this summer.
    Microsoft MVP Windows-Security 2005
    CastleCops | Cuddles 'n Kisses | Just a little poke | Zhen-Xjell

  15. #15
    Aletia Customer
    Join Date
    Oct 2001
    Posts
    631
    Argon has been upgraded too. Time to check my scripts.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •