<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>vpsBible Forums &#187; Forum: Databases - Recent Topics</title>
		<link>http://vpsbible.com/forums/forum/databases</link>
		<description>Setup Unmanaged VPS for Linux Noobs!</description>
		<language>en-US</language>
		<pubDate>Tue, 22 May 2012 08:52:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://vpsbible.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://vpsbible.com/forums/rss/forum/databases/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>perryb on "Unable to import database"</title>
			<link>http://vpsbible.com/forums/topic/unable-to-import-database#post-2779</link>
			<pubDate>Tue, 31 Jan 2012 13:26:05 +0000</pubDate>
			<dc:creator>perryb</dc:creator>
			<guid isPermaLink="false">2779@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;I can log into mysql using:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;mysql -u root -p&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But if I try to import a database:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;mysql -u root
 -p localhost example &#38;lt; example.sql&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I get kicked out with the following error (notice the split after 'root'):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$ mysql -u root
ERROR 1045 (28000): Access denied for user &#38;#039;root&#38;#039;@&#38;#039;localhost&#38;#039; (using password: NO)
$ -p exmple &#38;lt; example.sql&#60;/code&#62;&#60;/pre&#62;
</description>
		</item>
		<item>
			<title>Wulfeous on "can&#039;t get to phpmyadmin webpage"</title>
			<link>http://vpsbible.com/forums/topic/cant-get-to-phpmyadmin-webpage#post-2955</link>
			<pubDate>Sat, 21 Apr 2012 23:57:01 +0000</pubDate>
			<dc:creator>Wulfeous</dc:creator>
			<guid isPermaLink="false">2955@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Pretty confused on this one. can't seem to find any similar problems to work an answer out of, either.&#60;/p&#62;
&#60;p&#62;I've followed the phpmyadmin install guide of guv's, and am having trouble getting to it's page so that I can see my DB's.&#60;br /&#62;
On cloudflare's DNS settings, I have an (example) A type entry of phpma to subdomain to my ip address.&#60;br /&#62;
(I also already attempted changing it to a cName type that is a subdomain to mySite.com to no avail)&#60;/p&#62;
&#60;p&#62;No matter how I put it into cloudflare, when i go to phpma.mySite.com it instantly redirects straight to mySite.com instead of going to the phpmyadmin login.&#60;/p&#62;
&#60;p&#62;I am using 11.04, and it seems that the directories are a little different from the guide, but I'm pretty sure that I've accounted for it.&#60;/p&#62;
&#60;p&#62;my   'etc/nginx/sites-available/phpma.mySite.com'    :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;server {

    listen   80;
    server_name phpma.mySite.com;
    access_log /home/myUser/public_html/mySite.com/log/phpmyadmin.access.log;
    error_log /home/myUser/public_html/mySite.com/log/phpmyadmin.error.log;

    location / {
                root   /usr/share/phpmyadmin;
                index  index.php;
                }

    # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
    #
    location ~ \.php$
    {
    fastcgi_pass 127.0.0.1:9000;
    fastcgi_index index.php;
    include /etc/nginx/fastcgi_params;
    fastcgi_param SCRIPT_FILENAME /usr/share/phpmyadmin/$fastcgi_script_name;
    }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I really don't see why I'm being redirected to the main site. Any idea's?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>shelley corbin on "Percona MySQL"</title>
			<link>http://vpsbible.com/forums/topic/percona-mysql#post-2843</link>
			<pubDate>Tue, 28 Feb 2012 15:45:50 +0000</pubDate>
			<dc:creator>shelley corbin</dc:creator>
			<guid isPermaLink="false">2843@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;hey guv, have you ever heard of Percona MySQL and why people use it? i just ran across the name.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Bob Builder on "Wordpress Reinstall - Error Establishing Connection to Database"</title>
			<link>http://vpsbible.com/forums/topic/wordpress-reinstall-error-establishing-connection-to-database#post-1395</link>
			<pubDate>Mon, 23 Aug 2010 21:12:34 +0000</pubDate>
			<dc:creator>Bob Builder</dc:creator>
			<guid isPermaLink="false">1395@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Have you decided to reinstall wordpress on one of your domains using a new database/user name? probably deleting the old one (in my case)? Only to get a database connection error during setup?&#60;/p&#62;
&#60;p&#62;Answer: restart php/xcache.&#60;/p&#62;
&#60;p&#62;I've figured out that in my case the problem (if you see it that way) is xcache doing its job, it remembers the old database connection on a per domain basis. So if your reinstalling wordpress on a domain with a different database/user name restart php/xcache just before you start. In my case:&#60;/p&#62;
&#60;p&#62;sudo /etc/init.d/php-fpm reload&#60;/p&#62;
&#60;p&#62;Hope this might reach others before loss of hair. :o)
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>safinrox on "mysql never autorestarts after reboot"</title>
			<link>http://vpsbible.com/forums/topic/mysql-never-autorestarts-after-reboot#post-1582</link>
			<pubDate>Fri, 15 Oct 2010 05:05:50 +0000</pubDate>
			<dc:creator>safinrox</dc:creator>
			<guid isPermaLink="false">1582@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;As the title says.&#60;br /&#62;
I followed this tutorial: &#60;a href=&#34;http://vpsbible.com/php/compile-install-php-fpm-mysql-nginx/&#34; rel=&#34;nofollow&#34;&#62;http://vpsbible.com/php/compile-install-php-fpm-mysql-nginx/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The issue is that every time there is a server reboot, i always end up with &#34;mysql connection not established&#34; and the mysql daemon is never running.&#60;/p&#62;
&#60;p&#62;Having to login as root and type start mysql. The question, shouldn't it automatically start after reboot since i believe the tutorial adds it to the initiation  routine?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Brian Stewart on "PhpMyAdmin Error"</title>
			<link>http://vpsbible.com/forums/topic/phpmyadmin-error#post-2473</link>
			<pubDate>Tue, 26 Jul 2011 04:19:26 +0000</pubDate>
			<dc:creator>Brian Stewart</dc:creator>
			<guid isPermaLink="false">2473@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://img811.imageshack.us/img811/261/welp.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img811.imageshack.us/img811/261/welp.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;After using a stackscript and following the phpmyadmin tut Im getting the above error msg.&#60;/p&#62;
&#60;p&#62;Any Advice ?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>mycol on "&#34;No input file specified&#34; shown at phpmyadmin.domain.com"</title>
			<link>http://vpsbible.com/forums/topic/no-input-file-specified-shown-at-phpmyadmindomaincom#post-2463</link>
			<pubDate>Sat, 23 Jul 2011 11:23:54 +0000</pubDate>
			<dc:creator>mycol</dc:creator>
			<guid isPermaLink="false">2463@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;I followed the guide and got php-fpm working in my multisite arrangement. Websites came up but I was unable to access phpmyadmin.domain.com without the error &#34;No input file specified&#34;. I went back and installed fastCGI but I'm still having problems. Any ideas?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Søren Gjessing on "Centos MySQL can&#039;t create/write"</title>
			<link>http://vpsbible.com/forums/topic/centos-mysql-cant-createwrite#post-2367</link>
			<pubDate>Sun, 03 Jul 2011 09:54:47 +0000</pubDate>
			<dc:creator>Søren Gjessing</dc:creator>
			<guid isPermaLink="false">2367@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hello&#60;br /&#62;
I have a huge issue on this error on mysql.&#60;br /&#62;
Can't create/write to file '/tmp/#sql&#60;br /&#62;
the full error message is&#60;br /&#62;
Can't create/write to file '/tmp/#sql_4761_0.MYI' (Errcode: 30)
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>J Y on "Stackscript, Manual Installation... neither worked."</title>
			<link>http://vpsbible.com/forums/topic/stackscript-manual-installation-neither-worked#post-1442</link>
			<pubDate>Wed, 08 Sep 2010 09:32:06 +0000</pubDate>
			<dc:creator>J Y</dc:creator>
			<guid isPermaLink="false">1442@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;I'm plagued with this error: &#60;/p&#62;
&#60;p&#62;&#60;code&#62;ERROR 2002 (HY000): Can&#38;#039;t connect to local MySQL server through socket &#38;#039;/var/run/mysqld/mysqld.sock&#38;#039; (2)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Took my time doing manual install of everything on the Ubuntu/Nginx guide...then finally decided to burn it down and restart with the script. Doesn't matter what I do. I get this error.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Duan Do on "Setup WordPress 3 for Single Sites on LEMP: error ERROR 1064 (42000) at line 1:"</title>
			<link>http://vpsbible.com/forums/topic/setup-wordpress-3-for-single-sites-on-lemp-error-error-1064-42000-at-line-1#post-2078</link>
			<pubDate>Mon, 14 Mar 2011 08:17:45 +0000</pubDate>
			<dc:creator>Duan Do</dc:creator>
			<guid isPermaLink="false">2078@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;#&#60;br /&#62;
#inc_scriptMySQLdb&#60;br /&#62;
db=&#34;create database $WPDB;GRANT ALL PRIVILEGES ON $WPDB.* TO &#60;/p&#62;
&#60;p&#62;$WPDBUSER@localhost IDENTIFIED BY '$WPDBPASS';FLUSH PRIVILEGES;&#34;&#60;br /&#62;
mysql -u root -p$MYSQLPASSWORD -e &#34;$db&#34;&#60;/p&#62;
&#60;p&#62;problem&#60;/p&#62;
&#60;p&#62;Enter password:&#60;br /&#62;
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check &#60;/p&#62;
&#60;p&#62;the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1&#60;/p&#62;
&#60;p&#62;I'm trying to figure out what to do here; should I substitute the values of the variables in this code. Like put the user and password into the code.&#60;br /&#62;
I did export the variables above where the Bible said to do it and thing worked so far up until this point.&#60;/p&#62;
&#60;p&#62;thanks.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Ollie H on "How do you make a &#34;database server&#34; ?"</title>
			<link>http://vpsbible.com/forums/topic/how-do-you-make-a-database-server#post-2065</link>
			<pubDate>Sat, 12 Mar 2011 07:58:28 +0000</pubDate>
			<dc:creator>Ollie H</dc:creator>
			<guid isPermaLink="false">2065@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hello everyone, I am going to setup a linode server(s) soon and I plan to have a blog, forum and a bunch of php scripts running.  I've been recommended to have 2 servers, one web and database. This way I can scale whichever that needs more resources. &#60;/p&#62;
&#60;p&#62;Now, I've google'd this and there doesn't seem to be a guide to do this. How hard is this? I'm a bit of linux noob so I hope you can bear with me. I really do want to learn and optimize my website. &#60;/p&#62;
&#60;p&#62;Also, can I follow your tutorials, base off of one server, but later, buy another server and make that server a database server? This way I can follow all your steps and not worry that I have to restart anything if I add a database server. &#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Ricardo Sanchez on "mariadb"</title>
			<link>http://vpsbible.com/forums/topic/mariadb#post-2045</link>
			<pubDate>Fri, 04 Mar 2011 10:21:22 +0000</pubDate>
			<dc:creator>Ricardo Sanchez</dc:creator>
			<guid isPermaLink="false">2045@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;What do you think about mariadb, is a good option? faster than mysql? its still free
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Daniel on "mcrypt doesn&#039;t load"</title>
			<link>http://vpsbible.com/forums/topic/mcrypt-doesnt-load#post-1704</link>
			<pubDate>Wed, 24 Nov 2010 15:43:55 +0000</pubDate>
			<dc:creator>Daniel</dc:creator>
			<guid isPermaLink="false">1704@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;I ran Ubuntu Lucid Lite script and WordPress script, and the index at my site give a typical error message &#34;Error establishing a database connection&#34;.&#60;/p&#62;
&#60;p&#62;I installed PHPMyAdmin but give me the message &#34;no se pudo cargar la extensión mcrypt&#34; ... &#60;/p&#62;
&#60;p&#62;Now I don't know how fix it.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>aharown07 on "Small typo in tut: Create or Bin MySQL DBs using the Terminal"</title>
			<link>http://vpsbible.com/forums/topic/small-typo-in-tut-create-or-bin-mysql-dbs-using-the-terminal#post-1915</link>
			<pubDate>Mon, 07 Feb 2011 18:23:23 +0000</pubDate>
			<dc:creator>aharown07</dc:creator>
			<guid isPermaLink="false">1915@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Don't want to sound nitpicky. These tutorials are easily worth four times what I paid... and are saving me weeks of research and trail &#38;amp; error learning.&#60;/p&#62;
&#60;p&#62;That said, the tutorial here (&#60;a href=&#34;http://vpsbible.com/databases/add-delete-db/&#34; rel=&#34;nofollow&#34;&#62;http://vpsbible.com/databases/add-delete-db/&#60;/a&#62;) says to delete the db using the command:&#60;br /&#62;
delete database db_name;&#60;/p&#62;
&#60;p&#62;You actually want to ..&#60;br /&#62;
drop database db_name;&#60;/p&#62;
&#60;p&#62;At least in my install (lemp stack ubuntu 32 lite), &#34;delete&#34; will result in syntax error.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>aharown07 on "USERNAME in phpmyadmin tutorial... must edit"</title>
			<link>http://vpsbible.com/forums/topic/username-in-phpmyadmin-tutorial#post-1914</link>
			<pubDate>Mon, 07 Feb 2011 01:19:08 +0000</pubDate>
			<dc:creator>aharown07</dc:creator>
			<guid isPermaLink="false">1914@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Part of the phpmyadmin tutorial here (&#60;a href=&#34;http://vpsbible.com/databases/phpmyadmin-nginx/&#34; rel=&#34;nofollow&#34;&#62;http://vpsbible.com/databases/phpmyadmin-nginx/&#60;/a&#62;) has a step where you paste in code to create an nginx virtualserver for the phpmyadmin.&#60;/p&#62;
&#60;p&#62;The paste code contains two references to USERNAME in paths. On my first attempt, I overlooked these (though I got the mydomain.com references edited) and errored.&#60;br /&#62;
The tut. doesn't say to replace these with your non root username, but I went ahead and did that. Seemed to work out OK.&#60;/p&#62;
&#60;p&#62;Assuming I did the right thing there, might be good to note that in the tutorial (Unless I missed it somehow) for us extremely wet behind ears noobs.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>aharown07 on "phpmyadmin ...suhosin warning... and log on as root?"</title>
			<link>http://vpsbible.com/forums/topic/phpmyadmin-suhosen-warning-and-log-on#post-1897</link>
			<pubDate>Sat, 05 Feb 2011 05:04:02 +0000</pubDate>
			<dc:creator>aharown07</dc:creator>
			<guid isPermaLink="false">1897@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Got PHPmyAdmin installed per tutorial.&#60;br /&#62;
Two things concern me:&#60;br /&#62;
1- am I supposed to have to logon as root?&#60;br /&#62;
2- there's a warning about suhosen... the PMA docs suggest editing a bunch of settings. Anybody know much about that? What's suhosen and can I just turn it off? ...or is it a better idea to do the tweaking the PMA docs recommend?&#60;/p&#62;
&#60;p&#62;Edit: oops... I see I was spelling it wrong: suhosin. Found some threads on it. Will read.&#60;br /&#62;
But still have the root log on question
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>roottoor on "Standalone MySQL Server needs tuning"</title>
			<link>http://vpsbible.com/forums/topic/standalone-mysql-server-needs-tuning#post-1850</link>
			<pubDate>Sun, 23 Jan 2011 17:59:59 +0000</pubDate>
			<dc:creator>roottoor</dc:creator>
			<guid isPermaLink="false">1850@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Alright, this has been an adventure, especially since I am not really intelligent when it comes to the inner workings of these matters. I'm setting up two Linodes, one app server the other a sql server, which I will be running a small social network on. I've installed MySQL on my 512, but now I need to tune it for optimal performance as a standalone server. Looking at my.cnf is over my head, so can someone give me a sample config for MySQL or at least point me in the right direction for my specific resources?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Simon on "SQL Buddy - alternative to PHPMyAdmin"</title>
			<link>http://vpsbible.com/forums/topic/sql-buddy-alternative-to-phpmyadmin#post-1634</link>
			<pubDate>Sun, 31 Oct 2010 23:58:44 +0000</pubDate>
			<dc:creator>Simon</dc:creator>
			<guid isPermaLink="false">1634@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Rather than installing PHPMyAdmin package, which also installs Apache, I've just discovered a nifty app called SQL Buddy. It's lightweight, fast, has  a much cleaner interface, doesn't require installation, and so far seems to do everything I need it to.&#60;/p&#62;
&#60;p&#62;I've put it on a subdomain (sql.mydomain.com), then configured nginx to route all requests to that subdomain via https for completely secure login.&#60;/p&#62;
&#60;p&#62;&#60;a href='http://sqlbuddy.com'&#62;sqlbuddy.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Curious if anyone else has experience/opinion about it?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>richard cliffe on "os commerce"</title>
			<link>http://vpsbible.com/forums/topic/os-commerce#post-1257</link>
			<pubDate>Thu, 29 Jul 2010 17:06:27 +0000</pubDate>
			<dc:creator>richard cliffe</dc:creator>
			<guid isPermaLink="false">1257@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hi Olly&#60;/p&#62;
&#60;p&#62;I'm trying to install os commerce onto a site I wish to use, the info i have received from os commerce tells me to upload the folder required into my public folder, then to install by accesing the site. When I go to the domain i get the nginx error message 502 bad gateway. &#60;/p&#62;
&#60;p&#62;I was wondering if you know what files i need to edit to allow me to access this. what I've been told to access is: &#60;/p&#62;
&#60;p&#62;mydomain.com/catalog/install/index.php&#60;/p&#62;
&#60;p&#62;I really appreciate any help with this. Cheers Rich
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Christine Giglio on "Why grant all privileges for MySQL user when making Wordpress DB"</title>
			<link>http://vpsbible.com/forums/topic/why-grant-all-privileges-for-mysql-user-when-making-wordpress-db#post-1072</link>
			<pubDate>Wed, 23 Jun 2010 21:00:05 +0000</pubDate>
			<dc:creator>Christine Giglio</dc:creator>
			<guid isPermaLink="false">1072@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;In the article:&#60;br /&#62;
&#60;a href=&#34;http://vpsbible.com/content-management/wordpress-subversion/&#34; rel=&#34;nofollow&#34;&#62;http://vpsbible.com/content-management/wordpress-subversion/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;under&#60;br /&#62;
Create a MySQL Database for WordPress from the Command Line&#60;/p&#62;
&#60;p&#62;It says to create a user granting them all privileges (ie GLOBAL) which will give that user permission across all databases (am I correct?). Is there a specific reason this is done?&#60;/p&#62;
&#60;p&#62;I have been creating mine with restrictive rights meaning userA has almost full permissions (I uncheck Grant under Administration the rest privileges are checked) to only userAdatabase. Each database has it's own user that only has access to that single database.&#60;/p&#62;
&#60;p&#62;Am I doing it wrong? It hasn't caused trouble so far but will it in the future?&#60;br /&#62;
Or is my setup the work of a paranoid person? ;-)&#60;/p&#62;
&#60;p&#62;Thank you for any advice/cookies in advance.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Bob Builder on "mysql_secure_installation - Access denied for user &#039;root&#039;@&#039;localhost&#039;"</title>
			<link>http://vpsbible.com/forums/topic/mysql_secure_installation-access-denied-for-user-rootlocalhost#post-704</link>
			<pubDate>Tue, 11 May 2010 00:55:23 +0000</pubDate>
			<dc:creator>Bob Builder</dc:creator>
			<guid isPermaLink="false">704@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Just thought I'd make a note here, when initially installing mysql server I used a (hardcore?) password, for example: 8mO\!&#38;lt;a]3l6.&#38;amp;D/Os-Bd#;eCnQ\lHI&#60;/p&#62;
&#60;p&#62;When it came to do 'mysql_secure_installation' it just wouldn't let me in, even when trying a different extreme password.&#60;/p&#62;
&#60;p&#62;Just re-did the whole thing with a stupid simple password like 'letmein' and bingo it works!&#60;/p&#62;
&#60;p&#62;I'm guessing mysql can't properly save certain characters in the password maybe?? If I find out more I'll post info here (less someone else beats me to it).
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Geoffrey Eggins on "Cannot Login to phpmyadmin"</title>
			<link>http://vpsbible.com/forums/topic/cannot-login-to-phpmyadmin#post-644</link>
			<pubDate>Mon, 03 May 2010 13:23:55 +0000</pubDate>
			<dc:creator>Geoffrey Eggins</dc:creator>
			<guid isPermaLink="false">644@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hey everyone,&#60;br /&#62;
I followed the tutorials on setting up phpmyadmin and now i can see the phpmyadmin login screen but cannot login as root. I just keep getting this message. &#60;/p&#62;
&#60;p&#62;#1045 - Access denied for user 'root'@'localhost' (using password: YES)&#60;/p&#62;
&#60;p&#62;I know what my root password is and I am typing it in correctly. Any ideas.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Anonymous on "MySQL database : MySQL login &#039;username&#039; does not exist"</title>
			<link>http://vpsbible.com/forums/topic/mysql-database-mysql-login-username-does-not-exist#post-198</link>
			<pubDate>Fri, 12 Mar 2010 11:46:34 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">198@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;can't get either phpmyadmin or drupal 7 install page to show- just blank. when i go to validate the virtual server i get an error of&#60;/p&#62;
&#60;p&#62; MySQL database : MySQL login 'username' does not exist&#60;/p&#62;
&#60;p&#62;how can i correct this? i know it's something easy that i'm overlooking. let me know if you need more details. thx
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Anonymous on "can&#039;t get either phpmyadmin or drupal 7 install page to show- just blank."</title>
			<link>http://vpsbible.com/forums/topic/cant-get-either-phpmyadmin-or-drupal-7-install-page-to-show-just-blank#post-231</link>
			<pubDate>Tue, 16 Mar 2010 18:55:54 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">231@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;updated php to v5.3.2 and still nothing....can't see the update in any systems but confirmed it through putty and virtualmin so now it's back to the docs I guess...anyone have any suggestions?
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>

