Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Alternatives to MySQL
Name: jam14online Date: September 10, 2005 at 07:07:05 Pacific OS: Ubuntu 5.04 CPU/Ram: AMD Athlon XP-M 2500+/256
Comment:
I have just bought an extremely cheap web hosting package on a LAMP server somewhere in the USA. After modifying my DNS settings, it works very well indeed.
However, the hosting company does not offer MySQL support on this package. They are running PHP 4.x. They don't really want to add SQLite as an extension, although I am trying to persuade them.
Is there another database-type system I can use? I don't particularly want to use flat files since they're quite slow for access, don't offer concurrency and can get quite large over time.
I'll be interested in porting a simple CMS and shopping cart I have made.
Summary: Hi, Is there any way to let users know about newer content on your web site other than having and RSS feed. RSS is quite different from HTML and can be a little difficult for the average web designer....
Summary: Hello ... our ASP pages takes data from access files .. we successfully manage to copy all our data to MySQL server (stand alone Server on the same network) we use these line to connect to our access ...
Summary: I used the following file below to test my connection to MySQL and have a wierd problem <html> <head> <title>Test MySQL</title> <body> <table border="1"> <tr><td>Variable_nam...