<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Admin Reports &#187; mysql</title>
	<atom:link href="http://adminreports.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminreports.com</link>
	<description>Resources for Server and Forum Admins that run Windows Servers and IIS.</description>
	<lastBuildDate>Sun, 18 Jul 2010 14:00:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Quick Tip: Adding mySQL and PHP to Your Windows Path</title>
		<link>http://adminreports.com/quick-tip-adding-mysql-and-php-to-your-windows-path/</link>
		<comments>http://adminreports.com/quick-tip-adding-mysql-and-php-to-your-windows-path/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 16:20:06 +0000</pubDate>
		<dc:creator>BSchwarz</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows Path]]></category>

		<guid isPermaLink="false">http://adminreports.com/quick-tip-adding-mysql-and-php-to-your-windows-path/</guid>
		<description><![CDATA[Here is a quick tip showing you how to add mySQL and PHP to your Windows Server path. Many people ask how to do this and while it is included in the Installing mySQL and Installing PHP tutorials I thought I would make it easier for everyone to get the information.]]></description>
			<content:encoded><![CDATA[<p>Here is a quick tip showing you how to add mySQL and PHP to your Windows Server path. Many people ask how to do this and while it is included in the <a href="http://adminreports.com/installing-mysql/">Installing mySQL</a> and <a href="http://adminreports.com/installing-php/">Installing PHP</a> tutorials I thought I would make it easier for everyone to get the information.</p>
<p>Lets get to it.<br />
<span id="more-42"></span><br />
First thing to do is right click My Computer and select Properties:</p>
<p><a href="http://adminreports.com/wp-content/uploads/2008/01/start.GIF" rel="lightbox[42]" rel="lightbox" title="Start"><img src="http://adminreports.com/wp-content/uploads/2008/01/start.thumbnail.GIF" alt="Start" /></a>   <a href="http://adminreports.com/wp-content/uploads/2008/01/advanced-tab.GIF" rel="lightbox" title="advanced-tab.GIF" rel="lightbox[42]"><img src="http://adminreports.com/wp-content/uploads/2008/01/advanced-tab.thumbnail.GIF" alt="advanced-tab.GIF" /></a></p>
<p>Select Advanced tab and you&#8217;ll see what is shown in figure 2 above. Now click Environment variables button.</p>
<p><a href="http://adminreports.com/wp-content/uploads/2008/01/environment-variables.GIF" rel="lightbox" title="environment-variables.GIF" rel="lightbox[42]"><img src="http://adminreports.com/wp-content/uploads/2008/01/environment-variables.thumbnail.GIF" alt="environment-variables.GIF" /></a>   <a href="http://adminreports.com/wp-content/uploads/2008/01/add-to-path.GIF" rel="lightbox" title="add-to-path.GIF" rel="lightbox[42]"><img src="http://adminreports.com/wp-content/uploads/2008/01/add-to-path.thumbnail.GIF" alt="add-to-path.GIF" /></a></p>
<p>In the bottom box select Path as shown in figure 1 above. Click edit.  You&#8217;ll get a box like figure 2 above with path highlighted. Click into the box at the end of the path and add:</p>
<blockquote><p>;C:\path\to\mysql\bin   for mySQL</p>
<p>;C:\path\to\php for PHP</p></blockquote>
<p>Don&#8217;t forget the leading &#8221; ; &#8221; when adding the paths. Those are the path seperators.</p>
<p>That&#8217;s all there is to it. If you have any question post a comment. If you need one on one help visit the <a href="http://adminreports.com/forum">forum</a>.</p>
<p><br />
<script type="text/javascript"><!--
google_ad_client = "pub-2292466120976221";
/* Admin Reports Posts */
google_ad_slot = "2391864490";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://adminreports.com/quick-tip-adding-mysql-and-php-to-your-windows-path/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Batch File to Backup Your Windows Server Database</title>
		<link>http://adminreports.com/batch-file-to-backup-your-windows-server-database/</link>
		<comments>http://adminreports.com/batch-file-to-backup-your-windows-server-database/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 18:15:27 +0000</pubDate>
		<dc:creator>BSchwarz</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://adminreports.com/batch-file-to-backup-your-windows-server-database/</guid>
		<description><![CDATA[If you read <a href="http://adminreports.com/backing-up-your-data/">Backing up Your Data with cwRsync and snyc2nas</a> you learned how to send your data to an off site server. Now I'll show you a couple ways to make incremental zipped backups that you can store on your server to transfer with sync2nas or FTP the backup to your home box.]]></description>
			<content:encoded><![CDATA[<p>If you read <a href="http://adminreports.com/backing-up-your-data/">Backing up Your Data with cwRsync and snyc2nas</a> you learned how to send your data to an off site server. Now I&#8217;ll show you a couple ways to make incremental and dated zipped backups that you can store on your server to transfer with sync2nas or FTP the backup to your home box.</p>
<p>I&#8217;ll attach the batch files at the end of the post for those that don&#8217;t want to copy and paste the code. Now lets get started.</p>
<p><span id="more-34"></span></p>
<p>For the first method you&#8217;ll need the batch file and a text file with you FTP login information and you&#8217;ll need a command line zip program. You can use <a href="http://www.winzip.com/prodpagecl.htm">Winzip Command Line Tools</a> if you have Winzip installed on the sever or<a href="http://www.7-zip.org/">7zip</a> if you have it installed. I use GNU Gzip, you download it at the projects <a href="http://gnuwin32.sourceforge.net/packages/gzip.htm">Sourceforge</a> page, so this tutorial will be specific to it.</p>
<p>First the batch file to create the backup.</p>
<p>Copy and paste this into your text editor and save as mysql-ftp.bat:</p>
<blockquote><p>@ECHO OFF</p>
<p>@REM Set directory variables.<br />
SET basedir=C:\Backup<br />
SET workdir=C:\Temp<br />
SET mysqldir=C:\path\to\mysql\bin<br />
SET gzipdir=C:\PROGRA~1\GnuWin32\bin<br />
SET mysqlpassword=mysqlpassword<br />
SET mysqluser=mysqluser</p>
<p>@REM Change to mySQL directory<br />
CD %mysqldir%</p>
<p>@REM dump all databases.<br />
mysqldump -u %mysqluser% -p%mysqlpassword% &#8211;all-databases &gt;%workdir%\backup.sql</p>
<p>@REM Change to working directory<br />
CD %workdir%</p>
<p>@REM Zip up databases<br />
%gzipdir%\gzip.exe backup.sql</p>
<p>@REM Chage the file name to a random name<br />
MOVE backup.sql.gz backup.%random%.gz</p>
<p>@REM FTP file offsite<br />
FTP -n -s:%basedir%\ftp.txt</p>
<p>@REM Remove old backup files<br />
del backup.sql<br />
del backup.*.gz</p>
<p>@REM Change back to base dir<br />
CD %basedir%</p></blockquote>
<p>Some notes on the above.</p>
<ul>
<li>basedir is the directory you are launching the batch file from.</li>
<li>workdir is the temp directory where the files are stored until the job is done.</li>
<li>mysqldir is where your mysql binaries are.</li>
<li>gzipdir is where you installed GNU gzip and this is default for the installer so no need to change it.</li>
<li>mysqlpassword is the password to connect to mysql.</li>
<li>mysqluser is mysql usr tht can connect to mysql.</li>
</ul>
<p>Once the backup is made and FTP was sent the script will delete the backup file. If you want to keep the backups it created remove these lines.<br />
<code><br />
@REM Remove old backup files<br />
del backup.sql<br />
del backup.*.gz<br />
</code></p>
<p>If you want to backup only one database instead of all of them change this line:<br />
<code><br />
mysqldump -u %mysqluser% -p%mysqlpassword% --all-databases &gt;%workdir%\backup.sql<br />
</code><br />
To This:<br />
<code><br />
mysqldump -u %mysqluser% -p%mysqlpassword% databasename &gt;%workdir%\backup.sql<br />
</code><br />
If you noticed this line,<br />
<code><br />
FTP -n -s:%basedir%\ftp-commands.txt<br />
</code><br />
You&#8217;ll now need the contents of the FTP script which you will place in the basedir where the batch file is. Here it is.<br />
<code><br />
open<br />
<a href="ftp://ftp.yourftpserver.com" style="color: #006620; background-color: #fff9ab" class="linkification-ext" title="Linkification: ftp://ftp.yourftpserver.com">ftp.yourftpserver.com</a><br />
user<br />
username<br />
password<br />
bin<br />
put backup.*.gz<br />
quit<br />
</code></p>
<p>That&#8217;s it. Copy the batch file code, make any of the changes outlined above and call it backuptoftp.bat and copy the FTP script and name it ftp.txt.</p>
<p>Read on and I&#8217;ll give you another example that will make a date based backup and store it on your server for later transfer.</p>
<p>&nbsp;</p>
<p><br />
<script type="text/javascript"><!--
google_ad_client = "pub-2292466120976221";
/* Admin Reports Posts */
google_ad_slot = "2391864490";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://adminreports.com/batch-file-to-backup-your-windows-server-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Server Privilege Escalation And Denial Of Service Vulnerabilities</title>
		<link>http://adminreports.com/mysql-server-privilege-escalation-and-denial-of-service-vulnerabilities/</link>
		<comments>http://adminreports.com/mysql-server-privilege-escalation-and-denial-of-service-vulnerabilities/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 17:15:09 +0000</pubDate>
		<dc:creator>BSchwarz</dc:creator>
				<category><![CDATA[Securtiy]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://adminreports.com/mysql-server-privilege-escalation-and-denial-of-service-vulnerabilities/</guid>
		<description><![CDATA[Exploiting the privilege-escalation vulnerability may allow attackers to perform certain actions with elevated privileges. Successful exploits of the denial-of-service issue will cause the database server to crash, denying service to legitimate users.]]></description>
			<content:encoded><![CDATA[<p>Found this at <a href="http://www.securityfocus.com/bid/26832/">SecurityFocus</a>. MySQL is vulnerable to a couple new exploits.</p>
<blockquote><p>
MySQL is prone to multiple vulnerabilities, including privilege-escalation and denial-of-service issues.</p>
<p>Exploiting the privilege-escalation vulnerability may allow attackers to perform certain actions with elevated privileges. Successful exploits of the denial-of-service issue will cause the database server to crash, denying service to legitimate users.</p>
<p>These issues affect versions prior to MySQL 5.0.52, MySQL 5.1.23, and MySQL 6.0.4.</p>
<p>To exploit these issues, attackers can use standard database client software in conjunction with standard operating system utilities.
</p></blockquote>
<p><strong>Solution:</strong><br />
The vendor released updates to address these issues. <a href="http://www.securityfocus.com/bid/26832/references">Please see the references</a> for more information.<br />
Note that MySQL 6.0.4 and 5.1.23 have not been released yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminreports.com/mysql-server-privilege-escalation-and-denial-of-service-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading PHP and MYSQL on Windows</title>
		<link>http://adminreports.com/upgrading-php-and-mysql-on-windows/</link>
		<comments>http://adminreports.com/upgrading-php-and-mysql-on-windows/#comments</comments>
		<pubDate>Sat, 04 Feb 2006 21:15:51 +0000</pubDate>
		<dc:creator>BSchwarz</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://adminreports.com/archives/2006/02/04/upgrading-php-and-mysql-on-windows.html</guid>
		<description><![CDATA[This article will explain the easy way to upgrade PHP and MYSQL on Windows Servers. Easy if you followed my <a href="http://adminreports.com/installing-php/">installing PHP</a> and <a href="http://adminreports.com/installing-mysql/">instaling MYSQL</a> tutorials. If you follow this procedure you can have PHP and MYSQL upgraded in less than an hour.]]></description>
			<content:encoded><![CDATA[<p>This article will explain the easy way to upgrade PHP and MYSQL on Windows Servers. Easy if you followed my <a href="http://adminreports.com/installing-php/">installing PHP</a> and <a href="http://adminreports.com/installing-mysql/">instaling MYSQL</a> tutorials. </p>
<p>If you follow this procedure you can have PHP and MYSQL upgraded in less than an hour. </p>
<p>Of course that doesn&#8217;t include the time it takes to download PHP and MYSQL. I will assume you have them downloaded. Lets get started. We&#8217;ll upgrade MYSQL first.</p>
<p><span id="more-11"></span></p>
<p><strong>Upgrading MYSQL</strong><br />
As I said I assume you have the MYSQL zip already download. Use the zip nenver the installer. Extract the zip. You will have a directory called mysql-noinstall-4.1.16-win32 or something similar. The 4.1.16 will change depending on the version you downloaded. Inside that there will be mysql-4.1.6-win32 directory. Again the version number might be different. Rename mysql-4.1.6-win32 to mysql-4.1.16 and copy it to where ever you installed the version you want to upgrade. If your old version is at c:\mysql then copy the dir to C:\mysql-4.1.16.<br />
Now copy my.ini from the old version of MYSQL to the new version. Open my.ini with Notepad and change </p>
<blockquote><p>
basedir=<br />
datadir=<br />
socket =
</p></blockquote>
<p>to reflect the new path to MYSQL. Example:</p>
<blockquote><p>
basedir=C:/mysql-4.1.6<br />
datadir=C:/mysql-4.1.6/data<br />
socket = C:/mysql-4.1.6/mysql.sock
</p></blockquote>
<p>Now we want to shutdown mysql. Open a command prompt and give this command.</p>
<blockquote><p>
C:\mysql\bin\mysqladmin -u root shutdown
</p></blockquote>
<p>Now all we have to do is uninstall the old service and install the service for the new version. First stop the MYSQL service.</p>
<blockquote><p>
net stop mysql
</p></blockquote>
<p>This will stop the MYSQL service. It might be a good idea to shutoff IIS first or you&#8217;ll get MYSQL errors on your site.<br />
After the service is stopped then we want to uninstall the old service. At the command prompt use this command.</p>
<blockquote><p>
C:\mysql\bin\mysqld-max-nt.exe â€“remove
</p></blockquote>
<p>Now this assumes you installed mysqld-max-nt binary as the service. If you installed mysqld then adjust the command above to reflect the binary you used.<br />
Once the old service is removed we can install the new service. First we want to make sure the new version of mysql runs without any problems. Give this command.</p>
<blockquote><p>
C:\mysql-4.1.16\bin\mysqld â€“console
</p></blockquote>
<p>After a short time you should see mysqld: ready for connections. If you see that then shutdown MYSQL so that we can move your databases and install the new service to finish up.<br />
Once you know the new version of MYSQL works and have shutdown the new version it is time to move your database. Move into the old version of MYSQL and right click the data dir and select copy. Move into the new version of mysql and paste it overwriting  the current data dir. That&#8217;s it. Once you have MYSQL upgraded and running you might want to optimize each database.<br />
The last step. Install the new service and change the MYSQL path. To install the new service give this command.</p>
<blockquote><p>
C:\mysql-4.1.16\bin\mysqld-max-nt.exe â€“install
</p></blockquote>
<p>Yuor websites will now use the new version of MYSQL. Last thing you want to do is change the path variable to the new version. If you followed the tutorial to <a href="http://adminreports.com/installing-mysql/">install MYSQL</a> you&#8217;ll already have a path variable set to the old version. Just follow the procedure in <a href="http://adminreports.com/installing-mysql/">instaling MYSQL</a> to change the variable. If you don&#8217;t have the path variable follow the <a href="http://adminreports.com/installing-mysql/">instaling MYSQL</a> to set it.<br />
MYSQL is now upgraded. Restart IIS, if you shut it down, and open a browser and navigate to your site. Everything should be running normally.<br />
Next step is upgrading PHP. Lets get started.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminreports.com/upgrading-php-and-mysql-on-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows: Installing MYSQL</title>
		<link>http://adminreports.com/installing-mysql/</link>
		<comments>http://adminreports.com/installing-mysql/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 17:52:02 +0000</pubDate>
		<dc:creator>BSchwarz</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Install mysql]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://adminreports.com/archives/2006/01/24/installing-mysql.html</guid>
		<description><![CDATA[Now that you have PHP installed it&#8217;s time to install mysql. Mysql is the database server of choice for just about all forum software packages that run on PHP enabled servers. Installing mysql and getting it ready for use on your Windows Server is very easy. At the most it shouldn&#8217;t take more than an [...]]]></description>
			<content:encoded><![CDATA[<p>Now that you have PHP installed it&#8217;s time to install mysql. Mysql is the database server of choice for just about all forum software packages that run on PHP enabled servers. Installing mysql and getting it ready for use on your Windows Server is very easy. At the most it shouldn&#8217;t take more than an hour or less. Lets get started.</p>
<p><span id="more-5"></span></p>
<p>First thing you want to do is head over to mysql and download the latest 4.1.x version. Just like you did when you downloaded PHP you want to download the zip. Do not download the installer package. <a href="http://dev.mysql.com/downloads/mysql/4.1.html">Download mysql here</a>.<br />
Open a remote desktop connection to your server or use an ftp client to upload the mysql zip. You can use the same procedure I outlined in <a href="http://adminreports.com/installing-php/"> Windows: Installing PHP</a> to transfer the zip. In any case you need to be connected to the server with RDP.</p>
<p>Unzip the package and you should be left with a directory named mysql-noinstall-4.1.16-win32 or something similar. Inside that folder you&#8217;ll have mysql-4.1.6-win32 dir. Rename that to mysql-4.1.16. When we installed PHP, I am assuming you read the PHP install tutorial and followed it to install PHP, you noticed I named the PHP folder in a similar way. There is a reason for this. It is much easier to upgrade to new versions. No need to overwrite any files. Windows can be quirky at time when files are overwritten. You could wind up with problems. Doing it this way you&#8217;ll never have to worry about the install not working. Doing it this way also allows you to run 2 different versions of mysql is you choose.</p>
<p>Once you renamed the folder you can move it to your C drive or whatever drive is your root drive. You should have C:\mysql-4.1.6 and inside all the mysql folders such as bin, data, and docs.<br />
Enter the mysql dir and rename my-medium.ini to my.ini.</p>
<p>Open my.ini with Notepad. You should see this:</p>
<blockquote><p>
[client]<br />
#password	= your_password<br />
port		= 3306<br />
socket		= /tmp/mysql.sock</p>
<p># Here follows entries for some specific programs</p>
<p># The MySQL server<br />
[mysqld]<br />
port		= 3306<br />
socket		= /tmp/mysql.sock<br />
skip-locking<br />
key_buffer = 16M<br />
max_allowed_packet = 1M<br />
table_cache = 64<br />
sort_buffer_size = 512K<br />
net_buffer_length = 8K<br />
read_buffer_size = 256K<br />
read_rnd_buffer_size = 512K<br />
myisam_sort_buffer_size = 8M</p>
<p>#skip-networking</p>
<p># Replication Master Server (default)<br />
# binary logging is required for replication<br />
log-bin</p>
<p># required unique id between 1 and 2^32 &#8211; 1<br />
# defaults to 1 if master-host is not set<br />
# but will not function as a master if omitted<br />
server-id	= 1</p>
<p>[mysqldump]<br />
quick<br />
max_allowed_packet = 16M</p>
<p>[mysql]<br />
no-auto-rehash<br />
# Remove the next comment character if you are not familiar with SQL<br />
#safe-updates</p>
<p>[isamchk]<br />
key_buffer = 20M<br />
sort_buffer_size = 20M<br />
read_buffer = 2M<br />
write_buffer = 2M</p>
<p>[myisamchk]<br />
key_buffer = 20M<br />
sort_buffer_size = 20M<br />
read_buffer = 2M<br />
write_buffer = 2M</p>
<p>[mysqlhotcopy]<br />
interactive-timeout
</p></blockquote>
<p>Now we need to add a couple lines to the file.<br />
At the top of the file just under<br />
[mysqld]<br />
Add these 2 lines.</p>
<p>basedir=C:/mysql-4.1.6<br />
datadir=C:/mysql-4.1.6/data</p>
<p>Now we have to change mysql.sock path to the correct path. There are 2 places to change this. Both are at the top of the file. One in the [client] section and one just below the paths you added.<br />
Change</p>
<p>socket	= /tmp/mysql.sock<br />
to<br />
socket	= C:/mysql-4.1.6/mysql.sock</p>
<p>That&#8217;s all the editing you need to do. Once your site is getting a large amount of traffic you can tweak my.ini to optimize performance. Save the changes and close Notpad.<br />
Open a command prompt, Start > Run > cmd.exe.<br />
First start mysql to make sure everything works. To do that run this command.</p>
<p>C:\mysql-4.1.16\bin\mysqld &#8211;console</p>
<p>After it runs you should see some lines of text with the last being.</p>
<p>mysqld: ready for connections</p>
<p>If there is no errors then your ready to install mysql as a service. To do that first shutdown mysql with this command</p>
<p>C:\mysql-4.1.16\bin\mysqladmin -u root shutdown.</p>
<p>To install the service invoke this command.</p>
<p>C:\mysql\bin\mysqld-max-nt.exe  &#8211;install</p>
<p>Mysql is now set to start whenever you reboot the server. Now lets start the service. To do that invoke this command</p>
<p>net start mysql</p>
<p>You should see some text that says mysql is now ready for connections. If it doesn&#8217;t start open Services manager and scroll down to the mysql service and see if the path to the binary is correct. The only time I ever had problems was when I invoked the install command without using the full path to the binary. If you did as stated above there should be no errors.<br />
Now there is one last thing to do. Add the mysql bin directory to your path so that you can work at the command line without having to be in the mysql bin dir or using the full path to the dir.</p>
<p>To add mysql to your path right click My Computer. Select Advanced tab. Click Environment Variables. In the second box highlight PATH and select edit. Add</p>
<p>;C\mysql-4.1.16\bin </p>
<p>to the end of the path. Make sure you add it exactly as above including the ;.</p>
<p>Now open another command window and type mysql. You should see mysql > ready for connections.<br />
Close the box. Congrats you now have mysql installed. You&#8217;ll want to head over to http://mysql.com and read the documentation to set root passwords and add new users.</p>
<p><br />
<script type="text/javascript"><!--
google_ad_client = "pub-2292466120976221";
/* Admin Reports Posts */
google_ad_slot = "2391864490";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://adminreports.com/installing-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
