Hey all, this is just a random one for ya to ponder if you're interested...
So I have MAMP installed on my Mac so that I can locally test and modify my wordpress site. I was finished so I went ahead and moved the files to the online server. following that, I imported my database into mysql...
I tried to export a large sized database using phpmyadmin but later the downloaded file seems to be of incorrect size, many of the tables inside the database are eliminated during download. The file size is about 700MB-1GB
In Export of phpmyadmin, i save the file as mydb.sql then in mysql I use "source" command to save it into mysql.
I'm learning about servers, and I'm configuring Nginx, MySQL, PHP, and WordPress.
the server distro is Debian 6.
I created a new user and I want each user to be the owner of the site folder /var/www/site.one, so I run the command chown -R kossel:kossel site.one
My problem is, my WordPress only works if I chmod 644 wp-config.php, which all can read wordpress site suggest that file should be 640.
In the last post we talked about installing LAMP server on Ubuntu and in this we will configure it for WordPress Development.
I've installed everything that is needed by Wordpress i.e. nginx 1.2.5 (built from source on /usr/local/nginx), php-fpm with other php packages and mysql via apt-get. I downloaded wordpress-3.4.2.zip and extracted it in /usr/local/nginx/html/blog. I've created MySQL database for wordpress with all privileges.
I was trying to move my wordpress installation (done from apt-get) to another folder and manage it myself, so I apt-get remove'd wordpress. Later I decided to apt-get install it again, but after I did, visiting the site errored out with a Error establishing a database connection.
So I thought I'd check if the db is gone. I opened mysql on the command prompt and did show databases;.
Hello,
I am working with visual studio 2008 and an external website host.
i am trying to use PHPmyadmin and have installed WAMP server, along with mySQL and have created some tables and databases using mysql command line... what happens is they do not show on phpmyadmin and neither can my php code access those database (the php code runs on the wamp).
i tried setting password to
root:127.0.0.1 and root:localhost
same password as that as for mysql root.
For some reason my MySQL can't connect any more. I'm running three WordPress sites and I need to save the tables.