active questions tagged installation - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T04:19:53Z http://stackoverflow.com/feeds/tag/installation http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1700775/sql-server-user-instances 0 SQL Server User Instances Cwisking 2009-11-09T12:44:33Z 2009-11-30T20:16:20Z <p>Hi all, i have been having this problem and wondering if u guys could steer me in the right direction. i have created a web app, and i have the .mdf files in the App_Data folder. i have create a web setup project for this. everything installs 100%. But because the server( or machine ) that i install the project on doesnt have user instances because this is disabled by default. how then can i deploy a Database with my installer? bare in mind that this must be a simple installation process, as the end users 9/10 times will not have a DBA, or even knowledge of what a Database is?</p> <p>Any Ideas? </p> <p>Thanks in advanced...</p> http://stackoverflow.com/questions/1789012/lowest-common-sql-provider-installed-by-default-on-windows 0 Lowest common sql provider installed by default on windows Ori 2009-11-24T09:44:53Z 2009-11-30T20:11:43Z <p>Can anyone tell me what data providers are installed by default on windows xp and above for accessing sql server, im looking for (and hoping) that there is a common OLEDB provider, or sql native provider that i could use (for performant reasons ODBC is out of the running) The intended provider must be installed by default as a requirement for distrbution is that nothing can be installed. If one such provider exists could you also provide a connection string.</p> http://stackoverflow.com/questions/1817354/what-is-a-good-service-that-offers-registration-code-and-activation-services-for 2 What is a good service that offers registration code and activation services for Cocoa/OSX applications? jleibsly2002 2009-11-30T00:50:26Z 2009-11-30T16:16:30Z <p>I have a completed Cocoa application and would like to sell it. I have found many services that will sell your application, but not many that will also handle activation. Are there any services that will integrate activation into the installation file or are there any services that are easy to integrate (hopefully will take at max an hour to implement)? For example, SoftwareKey looks good, but it is only for Windows.</p> <p>Thanks for your help in advance.</p> http://stackoverflow.com/questions/1818896/django-app-with-app-engine-on-windows 0 django app with app engine on windows alexarsh 2009-11-30T10:02:46Z 2009-11-30T15:57:37Z <p>I'm trying to install app engine with django 1.1 on windows.</p> <p>When launching the app engine I'm getting the following error: <a href="http://slexy.org/view/s21oLrbkHh" rel="nofollow">http://slexy.org/view/s21oLrbkHh</a></p> <p>The steps I do are: 1.) Create new app via launcher 2.) Copy my code (Which is empty django project)</p> <p>My main.py code is attached below. I'm falling on line: "import django.db" which I can do successfully from cmd.</p> <p>Do you have an idea? </p> <p>main.py:</p> <pre><code>\# main.py import os, sys os.environ["DJANGO\_SETTINGS\_MODULE"] = "taskhood.settings" sys.path.append("/home/brox/tmp/mashname") \# Google App Engine imports. from google.appengine.ext.webapp import util \# Django version from google.appengine.dist import use_library use_library('django', '1.1') \# Force Django to reload its settings. from django.conf import settings settings._target = None import django.core.handlers.wsgi import django.core.signals import django.db import django.dispatch.dispatcher def log_exception(*args, **kwds): logging.exception('Exception in request:') \# Log errors. django.dispatch.Signal.connect( django.core.signals.got_request_exception, log_exception) \# Unregister the rollback event handler. django.dispatch.Signal.disconnect( django.core.signals.got_request_exception, django.db._rollback_on_exception) def main(): # Create a Django application for WSGI. application = django.core.handlers.wsgi.WSGIHandler() # Run the WSGI CGI handler with that application. util.run_wsgi_app(application) if __name__ == "__main__": main() </code></pre> http://stackoverflow.com/questions/1815080/easyinstall-pil-fails 0 easy_install PIL fails uswaretech 2009-11-29T09:18:24Z 2009-11-29T09:27:47Z <p>I am trying to setup a dev environment on a new laptop, I am trying <code>sudo easy_install PIL</code> after seting up setuptools and python etc, I get this error. <code>Setup script exited with error: command 'gcc' failed with exit status 1</code></p> <p>I have gcc and build_essentials installed, on Ubuntu Karmic. Full traceback is at <a href="http://dpaste.de/fHiW/" rel="nofollow">http://dpaste.de/fHiW/</a></p> http://stackoverflow.com/questions/1814885/packaging-and-distribution-of-java-program 0 Packaging and Distribution of Java Program arsenalfan 2009-11-29T07:04:26Z 2009-11-29T07:15:41Z <p>I need a way to package and distribute a Java program to a remote device. Web Start is not ideal as it only distributes Jars and requires Web Server. I need to distribute and run scripts during the installation and need some other types of files.</p> http://stackoverflow.com/questions/1811783/how-do-you-install-pycairo-on-mac-os-x 0 How do you install pycairo on Mac OS X? Akusete 2009-11-28T06:34:54Z 2009-11-28T07:42:58Z <p>This is the first time I've ever touched python, I'm trying to use a library 'cairo', but have been unable to import it getting the message</p> <pre><code>Python 2.6.4 (r264:75821M, Oct 27 2009, 19:48:32) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. &gt;&gt;&gt; import cairo Traceback (most recent call last): File "&lt;stdin&gt;", line 1, in &lt;module&gt; ImportError: No module named cairo </code></pre> <p>From what I understand I have installed all the correct libraries, detailed as follows:</p> <p>1) Installed Python2.6.4 from the .dmg found <a href="http://www.python.org/download/releases/2.6.4/" rel="nofollow">http://www.python.org/download/releases/2.6.4/</a></p> <p>2) Installed cairo1.8.8 from macports 'sudo port install cairo'</p> <p>3) Installed py-cairo from macports 'sudo install py-cairo' (After not being able to import cairo)</p> <p>4) Installed py-cairo from source tarball '<a href="http://www.cairographics.org/pycairo/" rel="nofollow">http://www.cairographics.org/pycairo/</a>'</p> <pre><code>./configure make install python setup.py install </code></pre> <p>Now there is a directory /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/cairo which has been created but it only contains '_cairo.so' and I still cannot import cairo from the python interpreter.</p> <p>Is there something obvious I did wrong...? Any help is appreciated.</p> http://stackoverflow.com/questions/1809253/windows-7-installation-experience 0 Windows 7 Installation Experience? [closed] Mat Nadrofsky 2009-11-27T15:03:10Z 2009-11-27T15:03:10Z <p>Our team is starting to put together installers for our various software products. Some of our products are .Net based, some <a href="http://en.wikipedia.org/wiki/OpenEdge%5FAdvanced%5FBusiness%5FLanguage" rel="nofollow">Progress 4GL</a> and others are .Net CF running on Windows Mobile 6 (we are using <a href="http://www.soti.net" rel="nofollow">SOTI</a> for this).</p> <p>What sort of specific issues have you run into while installing software onto Windows 7? What installation tips can you give to a bunch of guys starting down this path to deploy their software?</p> <p>I should also add that we're supporting all versions, both 32 and 64-bit.</p> http://stackoverflow.com/questions/1804785/appfabric-installation-problem 0 AppFabric Installation Problem PhilPursglove 2009-11-26T17:00:40Z 2009-11-26T17:00:40Z <p>Hoping someone else has already encountered this and has a solution...</p> <p>I'm trying to install the AppFabric Beta 1 caching service, on a virtual Windows Server 2008 (CacheServer1). My cache configuration information will be held in a SQL Server database on a separate server (SQLServer). As AppFabric only supports Integrated Security for SQL Server, both servers are in the same domain, and I'm installing using an account that has db_owner rights to my VelocityConfig database.</p> <p>When I run the AppFabric installer and get to entering the connection string for my SQL server, I put in the server name, but when I click the combo box to get the list of databases from the server, it thinks for a minute and then I get a timeout error.</p> <p>Both servers can ping each other, and I've created a .UDL file on CacheServer1 under the same user, which can connect successfully to SQLServer and retrieve a list of databases.</p> <p>Can anyone suggest what I need to do to get the installer to succeed?</p> http://stackoverflow.com/questions/1802186/why-does-postgres-refuse-to-start-as-service 1 Why does Postgres refuse to start as service? kai1968 2009-11-26T07:59:44Z 2009-11-26T07:59:44Z <p>I try to install Postgres on Windows (Server 2003). Both versions I tried (8.3, 8.4) fail at the end of the installation because the service cannot be started. I tried with different users for the service without success.</p> <p>Any ideas anyone?</p> http://stackoverflow.com/questions/866534/why-cant-i-install-sql-server-sp1-kb968369 0 Why can't I install SQL Server SP1 (KB968369)? Eugene 2009-05-15T00:28:44Z 2009-11-25T19:29:20Z <p>Hi,</p> <p>I have a Windows Server 2008 x64 machine. I have the "Microsoft SQL Server 2008 Service Pack 1 (KB968368)" as an "optional" update available from Windows Update. I choose to install it, my computer installs it for a while, I restart, and that update is available again. Why doesn't my computer install it?</p> <p>Thank you.</p> http://stackoverflow.com/questions/864832/installing-iis-on-windows-2003-without-the-windows-cd 0 Installing IIS on windows 2003 without the windows CD BZ 2009-05-14T18:04:51Z 2009-11-25T19:26:37Z <p>Ihave a server that I need to install IIS on - however I don't have the windows 2003 CD available. It prompts me to insert the CD labeled "Service Pack 2 CD-ROM" - I've downloaded the service pack and it's not able to find the file it needs in there. How can I get IIS to install w/o the windows CD?</p> http://stackoverflow.com/questions/1352419/why-does-macports-take-forever-to-build-simple-packages 0 Why does Macports take FOREVER to build simple packages? ennuikiller 2009-08-29T21:25:06Z 2009-11-25T09:23:27Z <p>I guess the title says it all. Building from source outside of macports is a breeze. Building with macports takes forever and seems to freeze the os every so often. Is this typical behavior? Although it seems like a nice packaging tool for os x, if I have to go through this pain every time during every install I think I'll do without it.</p> http://stackoverflow.com/questions/1795248/iis-setting-a-script-map-on-web-sites-node 0 IIS: Setting a script map on "Web Sites" node Salman A 2009-11-25T07:34:08Z 2009-11-25T07:55:54Z <p>Regarding setting up script maps on IIS, I am wondering what happens if I create a script map for <code>.php</code> files to <code>C:\php\php.exe</code> on the <code>Web Sites</code> node. Do all websites below the <code>web Sites</code> node, including the <code>Default Website</code> inherit the setting or do I manually have to add the script map to all 29 websites below the <code>Web Sites</code> node.</p> http://stackoverflow.com/questions/1117066/installing-c-boost-on-mac-osx-leopard-port-fails 2 installing c++ boost on mac osx leopard -- port fails Yoav 2009-07-12T22:10:51Z 2009-11-24T17:40:14Z <p>I'm not much of a c++ programmer, just an end-user trying to install an existing project from source. One of the project dependencies is the boost library. When I tried to install boost on my osx 10.5.7 using "sudo port install boost", I got the following error message:</p> <pre><code>---&gt; Building boost with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_boost/work/boost_1_35_0" &amp;&amp; gmake all " returned error 2 Command output: Makefile:2: *** missing separator. Stop. Error: Status 1 encountered during processing. </code></pre> <p>help?</p> <p><strong>EDIT</strong>: I suspect something is wrong with my system, though I am not sure what -- it's just a plain osx installation + the xcode CD that came with it, nothing fancy. [things are just so much easier on this front on linux!)</p> <p>I did "sudo port selfupdate" and "sudo port upgrade outdated" as suggested in an answer, and the second one ran about all night, then failed with many errors, the last few are:</p> <pre> Error: The following dependencies failed to build: db46 Error: Unable to upgrade port: 1 ---> Extracting tiff On Mac OS X 10.5, tiff 3.8.2 requires Xcode 3.1 or later but you have Xcode 3.0. Error: Target org.macports.extract returned: incompatible Xcode version Error: Unable to upgrade port: 1 ---> Activating xorg-renderproto @0.9.3_0 Error: Target org.macports.activate returned: Image error: /opt/local/include/X11/extensions/render.h is being used by the active render port. Please deactivate this port first, or use 'port -f activate xorg-renderproto' to force the activation. Error: The following dependencies failed to build: xorg-renderproto Error: Unable to upgrade port: 1 </pre> http://stackoverflow.com/questions/1278959/installing-erlang-on-windows-xp 1 Installing Erlang on Windows XP Niall 2009-08-14T16:54:29Z 2009-11-24T00:14:41Z <p>I have tried installing Erlang 13B through to 12B to follow the tutorials.</p> <p>Everytime I get to c(tut), I get an error instead of (ok, tut), so it seems like there are no modules installed, can anyone point me in the right direction? </p> <p>I've tried e-macs but I don't really know how to use it and haven't even got close to getting the erlang mode working, for instance where do I type:</p> <p>(setq load-path (cons "C:/Program Files/erl5.6.2/lib/tools-/emacs" load-path)) (setq erlang-root-dir "C:/Program Files/erl5.6.2") (setq exec-path (cons "C:/Program Files/erl5.6.2/bin" exec-path)) (require 'erlang-start)</p> <p>and what commands do I type in to get this working?</p> <p>can anyone help? I'm going mental.</p> http://stackoverflow.com/questions/450027/uninstalling-an-msi-file-from-the-command-line-without-using-msiexec 1 Uninstalling an MSI file from the command line without using msiexec xarzu 2009-01-16T10:37:02Z 2009-11-23T19:37:52Z <p>msiexec is a command prompt software that installs an msi program.</p> <p>But I have found that you can install an msi file from the command line by just typing in the name of the msi file on the command line.</p> <p>But in order to uninstall the msi file, it seems you have to call the msiexec program and give it an /x or /uninstall.</p> <p>Does anyone know how I can uninstall and msi from the command line without using the msiexec routine?</p> http://stackoverflow.com/questions/1782796/creating-installers-for-complex-cross-platform-programs 1 Creating installers for complex cross-platform programs Joonas Pulakka 2009-11-23T12:14:37Z 2009-11-23T17:42:17Z <p>I'm sketching an application deployment process for a bunch of relatively complex desktop applications. We have both native and Java apps, so the deployment must be able to check for existence of the JRE and install it if needed. Some of the apps depend on special hardware, so the deployment must also be able to launch the necessary driver installers. Some of the apps are multiplatform, and <em>preferably</em> the same mechanism should be able to create Windows, Linux and Mac OS X installers. That is:</p> <ul> <li>The installer <em>must</em> be able to install, in addition to the application itself: <ul> <li>Java Runtime Environment.</li> <li>Drivers (hardware) - that is, launch other installers.</li> </ul></li> <li>The installer builder <em>must</em> be operable from the command line so that it can be integrated with an automatic build mechanism that generates installer packages for each platform as nightly builds.</li> <li>In addition, I need to create "update from the web" mechanisms for the applications. It could be included in the installer, or it could also be a separate custom mechanism built into the application.</li> </ul> <p>Now, this is getting a bit complex, and I suspect that there might be no single installer that could do this all. Therefore I'm thinking between two fundamentally different approaches:</p> <ol> <li>Platform-specific mechanisms: <a href="http://nsis.sourceforge.net/" rel="nofollow">NSIS</a> would create <code>.exe</code> or <code>.msi</code> for Windows, XXX would create <code>.deb</code> for Ubuntu, and YYY would create <code>.dmg</code> for OS X.</li> <li>Cross-platform installer that would handle all the requirements above: ZZZ?</li> </ol> <p>Any recommendations? Some options that I've looked include:</p> <ul> <li><a href="http://nsis.sourceforge.net/" rel="nofollow">NSIS</a> - Excellent, but Windows only.</li> <li><a href="http://izpack.org/" rel="nofollow">IzPack</a> - Good, but requires JVM to run.</li> </ul> <p>Is there an universal tool for this, or should I just pick an appropriate tool separately for each platform? In the latter case, what would be "NSIS equivalents" for Ubuntu and Mac OS X?</p> http://stackoverflow.com/questions/1770591/coding-everything-in-java-opinions-please 4 Coding EVERYTHING in Java - opinions please [closed] Conor 2009-11-20T14:00:41Z 2009-11-23T15:27:42Z <p>On my project when we have a coding task to do we code it in Java. </p> <p>Now this is absolutely fine most of the time. Java gives you all the tools, libraries and platform independence you need. </p> <p>But for tasks such as (e.g) system install and archiving database data, this is way overkill in my opinion. We could do this in a few lines of shell script plus some command line tools. Instead we code in Java, JPA, JBoss hacking ...This is crazy.</p> <p>What is your opinion on this?</p> <p>UPDATE: 23rd November 2009: Thanks for your feedback on this. I didn't mean this to be subjective. I will phrase my questions more carefully in the future. I'm now calling Groovy from our product to do such things as archive data at regular intervals. I can't believe how easy it is to invoke Groovy scripts via GroovyScriptEngine.</p> http://stackoverflow.com/questions/1663700/msmq-installation-error-on-2008-server 0 MSMQ installation error on 2008 Server Mike 2009-11-02T21:05:36Z 2009-11-23T01:33:45Z <p>This Windows 2008 SP2</p> <p>The Error:</p> <p>Message Queuing: Installation failed Error: Attempt to install Message Queuing Server failed with error code 0x80070643. Fatal error during installation The following features were not installed: Message Queuing Services Message Queuing Server</p> <p>Found a msdn blog with the following resolution:</p> <p>Resolution</p> <p>To resolve this issue follow the steps listed below:</p> <ol> <li>Go to Control panel and click User Accounts</li> <li>Select User Accounts and click Turn User Account Control on/ Off</li> <li>Un-check the check box beside User Account Control</li> <li>Close the User Account Window, reboot the computer and try to install Microsoft Message Queuing (MSMQ) again</li> </ol> <p>Note: Be sure to turn User Account Controll back on when the issue is resolved</p> <p>After doing that and rebooting I still getting the same error when trying to installing MSMQ.</p> http://stackoverflow.com/questions/1778356/displaying-instructions-to-user-after-deb-installer-completes 0 Displaying instructions to user after .deb installer completes codebox_rob 2009-11-22T10:13:21Z 2009-11-22T17:09:47Z <p>Is there a commonly used approach for displaying 'how to get started' instructions to a user after a .deb installer has finished installing a package? </p> <p>I need an approach that works for users working via a terminal as well as from a desktop environment. </p> <p>Server admins will probably know to check for a README file but many others won't.</p> http://stackoverflow.com/questions/1777879/qt-ide-and-sdk-wont-install-on-mac-os-x 0 QT IDE and SDK won't install on Mac OS X bobber205 2009-11-22T05:11:40Z 2009-11-22T05:23:47Z <p>Not sure if this is SO appropriate so feel free to move. It is an IDE though. :)</p> <p>I want to try the QT IDE on my Snow Leopard machine but for some reason it's not wanting to install. It freezes even (the installer I mean).</p> <p>I am downloading the 442 meg file from this page: <a href="http://qt.nokia.com/downloads" rel="nofollow">http://qt.nokia.com/downloads</a></p> <p>Anyone know why I can't get this to install? Thanks! :)</p> http://stackoverflow.com/questions/1776433/sql-server-2005-standard-edition-on-windows-7-professional 0 SQL Server 2005 Standard edition on Windows 7 Professional ? [closed] Stig 2009-11-21T19:15:10Z 2009-11-21T20:15:18Z <p>Has anyone succeeded in installing SQL Server 2005 Standard Edition on Windows 7 Professional?</p> <p>When I try this the installation fail in installed Database Services, and I am told to look in the log files. I can't figure out what the problem is from the log files.</p> <p>Are there anybody else who has experienced something similar ? and if so how did you fix it ?</p> <p>Best regards Stig Nielsson</p> http://stackoverflow.com/questions/1776366/installing-php-on-a-server-what-does-that-mean 0 Installing PHP on a server, what does that mean? brilliant 2009-11-21T18:53:31Z 2009-11-21T19:03:46Z <p><a href="http://w3schools.com/php/php%5Finstall.asp" rel="nofollow">Here</a> <a href="http://w3schools.com/php/php%5Finstall.asp" rel="nofollow">in the tutorial on PHP</a> I read:</p> <blockquote> <p>If your server supports PHP you don't need to do anything.</p> <p>Just create some .php files in your web directory, and the server will parse them for you. Because it is free, most web hosts offer PHP support.</p> <p>However, if your server does not support PHP, you must install PHP.</p> </blockquote> <ol> <li><p>Firstly, I am not quite sure what it means to "install PHP" here. (How can a programming language be installed?)</p></li> <li><p>Secondly, does this mean that I can go to any free host, even a host that doesn't support PHP, "install PHP" on it and it will start doing all PHP tasks for me? </p></li> </ol> http://stackoverflow.com/questions/1774825/unable-to-use-pil-after-installing-using-pythononmac-org-package-mac-os-leopard 0 Unable to use PIL after installing using pythononmac.org package (Mac OS Leopard) donut 2009-11-21T07:27:57Z 2009-11-21T09:11:00Z <p>I'm trying to use PIL for a Google App Engine project. I've installed PIL using the <a href="http://pythonmac.org/packages/py25-fat/index.html" rel="nofollow">installer from pythononmac.org</a> but it doesn't seem to do anything, or at least neither I nor Python can find the files. I'm running Python 2.5.1.</p> http://stackoverflow.com/questions/123085/bypass-net-v3-5-verification-when-installing-sql-server-2008-express 1 Bypass .Net v3.5 verification when installing SQL Server 2008 Express Bruno 2008-09-23T19:05:12Z 2009-11-20T22:08:34Z <p>For some reason, when I try to install SQL Server 2008 Express, I get an error saying that I need to have .Net Framework 3.5 installed first, but the thing is: I already have! So could anybody tell me if I can bypass this verification by updating a registry key or something? I have np with visual studio or any other thing... just when I try to install sql express.</p> http://stackoverflow.com/questions/828761/error-database-in-use-when-installing-dynamics-ax-2009-team-server 0 Error "database in use" when Installing Dynamics AX 2009 Team Server. Sam 2009-05-06T09:15:01Z 2009-11-20T18:43:07Z <p>I've set up Team Foundation Server to be used as VCS for Dynamics AX 2009.</p> <p>Now I tried to install the AX 2009 Team ID Server (on the same server as TFS), and get the following error during setup, no matter what I do:</p> <blockquote> <p>Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.</p> <p>Cannot drop database "AXTS" because it is currently in use.</p> </blockquote> <p>The error is kind of stupid, since the AX Team Server installation created the database itself!<br /> I'd say some error did occur, and the installation is trying to drop the database (without success, since the installation itself is using it).</p> <p>Can anyone help me to get the AX Team Server installed?</p> http://stackoverflow.com/questions/502729/how-can-i-install-sql-server-express-2008-with-advanced-services 0 How can I install SQL Server Express 2008 with Advanced Services? AdamRalph 2009-02-02T10:03:37Z 2009-11-20T17:03:10Z <p>Has anyone successfully installed SQL Server Express 2008 with Advanced Services?</p> <p>I've tried several times and half way through the installation I always get the error 'The downloaded file appears to be corrupt'.</p> <p>I found <a href="http://social.msdn.microsoft.com/forums/en-US/Vsexpressinstall/thread/ea446b54-f03a-4e08-a582-bebbef3ad181/" rel="nofollow">this thread </a> on MSDN but it seems that noone there could get it to work. They were only successful in installing the 'SQL Server 2008 Express with Tools' (default) option.</p> <p>I need to have Full-text Search so I need the 'Advanced Services' option. If anyone has successfully installed this then would be they so kind as to share the method used?</p> http://stackoverflow.com/questions/1763249/how-to-install-unsigned-android-application-on-the-device 0 how to install unsigned android application on the device? niko 2009-11-19T13:20:38Z 2009-11-20T12:19:06Z <p>Hi,</p> <p>Currently a team of developers is working on Android application and during the development process testers already have to test the current state and report issues.</p> <p>So far I have simply installed the application by connecting the tester's device on my pc and hit run in the IDE. This way we waste a lot of time if an application has to be installed on multiple devices multiple times daily.</p> <p>What I would like is to send the testing team the .apk file and let them install and run the application by themselves.</p> <p>Does anyone know what's the best way to do it?</p> <p>Thank you!</p> http://stackoverflow.com/questions/1202347/simple-bash-script-to-install-mysql-need-some-help 1 Simple Bash Script to install MySQL - Need some help Cei 2009-07-29T18:59:02Z 2009-11-20T11:27:01Z <p>I am writing a simple bash script to install MySQL on Ubuntu.</p> <pre><code>#!/bin/bash apt-get update # Install MySQL5 aptitude -y install mysql-server mysql-client libmysqlclient15-dev </code></pre> <p>However MySQL prompts for a password and confirmation. How do I pass along a root password. Is there an echo I can use?</p> <p>Thank you,</p> <p>Cei </p>