Where I can get mysql 4.1.3b-beta-nt-max version? [closed] - mysql

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I need reproduce the exact same environment of a system in production, it's working with mysql 4.1.3b-beta-nt-max version, where I can get this exact version? I have looking with google but it seems like it's no longer available anywhere.
Thanks.

Try searching historical databases such as
http://www.oldapps.com/mysql_server.php?old_mysql_server=131
...in a pinch, you can install a "similar" version (such as the one above, 4.1.3beta-win), and then replace the binaries with the production ones. MySQL doesn't do strange things with the registry, so this procedure should suffice.

Related

How can I test MySQL statements online? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I need a online website to test MySQL statements (some sort of sandbox). Bonus points if you can store code and share it with other people. Something similar to jsfiddle.net for JavaScript. It allows code testing in a safe secure environment.
Theres an sql formatting tool that also reports syntax errors:
http://www.dpriver.com/pp/sqlformat.htm

mediawiki standard install did not generate a localsettings.php [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I did a successful install of media wiki, but when I look to the root directory holding index.php I don't see localsettings.php
Where can I find this file? The documentation says that the default values are in includes/defaultsettings.php but I don't see that either.
My guess would be that you did something wrong in the installation. I would go ahead and try to install it a second time.

Downgrade MySQL 6.x to 5.x [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How can I downgrade my MySQL database from version 6 to 5? Since I manage to install some packages only support to ver 5.
Your best bet is going to be trying a dump & restore. As long as you didn't use any MySQL 6.x functionality, it should go smoothly.
As always, backup before doing potentially dangerous actions.

Looking for a good MySQL editor for Ubuntu [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
As funny as it is, most good MySQL editors are Windows based.
I am looking for a tool (US$400 top) for Ubuntu that can:
Auto complete tables and fields names + reserved keywords.
syntax coloring.
inline row content edit.
copy tables/databases from one host to an other.
I think the best Windows based is SQLyog, but it is a nightmare working on Wine.
I highly recommend DbVisualizer. It's a Java application and runs on Linux, Mac OS X and Windows. The MySQL JDBC driver is bundled in the package.
you might look at these sql clients below, all of them are open-source:
http://www.sql-workbench.net
http://executequery.org

Running Business Objects Data Integrator from the command line [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am using the Business Objects Data Integrator tool and I want to run it from the command line so I can setup some automated unit testing.
Does anyone know if there is a command line to run it?
From
http://help.sap.com/businessobject/product_guides/xir2acc/en/DIAdministratorGuide.pdf
Perhaps pp65-66 are what you want? I confess to never having tried it myself, but it looks like it should work. :)