Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Browsing all 5534 articles
Browse latest View live
↧

anderie on "Error establishing a database connection"

Thanks James, in the end it turned out the I had to change the config.php (hostname) and the qtranslate plugin. after that everything was great.

View Article


James Huff (MacManX) on "Error establishing a database connection"

You're welcome!

View Article


Violutus on "Putting a self built form on a wordpress page"

I have a unique html table with input fields that I need to place within a wordpress page. This form needs to be able to submit data using php, to a mysql database. This database is separate from the...

View Article

maximmmus on "WordPress database error Lost connection to MySQL server during...

Hi, WordPress database error Lost connection to MySQL server during query for query SELECT Just checked the error_log file and saw that I am getting this 'lost connection' issue when cron is running on...

View Article

th3ottoman on "[Plugin: MultiSite Clone Duplicator] MySql database not...

Hi Let me first tell you that this plugin is wicked... Easiest clone plugin I have ever used. My only problem is ( probably because i am new to all this) is that I did dump some games with mysqldumper...

View Article


mannyotr on "Dynamically Add Dropdown Values"

I currently have a child page with a custom form. The form has two dropdown fields. The values on the second dropdown have to be dynamically populated based on the selection of the first dropdown....

View Article

imath on "[Plugin: BuddyDrive] Table MySQL"

The table is {table_prefix}posts. BuddyDrive uses two post types. If no filter edited the post types names, by default it's : buddydrive-file buddydrive-folder

View Article

bcworkz on "Dynamically Add Dropdown Values"

Hi Manny, If the amount of secondary data is not huge, you could simply place all possible variations in a dynamically generated array when the page is output, then when the first selection occurs,...

View Article


say_hello on "free facebook-plugin that includes photos and videos"

is there a facebook feed that is able to include the following in the posts: Photos and videos note i run the custom facebook feed from smashballoon is there another facebook feed plugin that is free?...

View Article


say_hello on "[Plugin: Wordpress Facebook] posibility of showing fotos in the...

do i have the posibility of showing fotos in the stream on wordpress-blog in other words: is there a facebook feed that is able to include the following in the posts: Photos and videos DOES SPIDER...

View Article

jitendrajoshi on "Putting a self built form on a wordpress page"

What you need is "Page Template": http://codex.wordpress.org/Page_Templates Also mysql_* functions are deprecated(as of PHP 5.5 and will be removed in PHP 7) so try using MySQLi and PDO_MySQL.

View Article

Jeroen Schmit on "Increase length of passwords"

I need to migrate user login from another system. Their passwords are stored as 255 character hashes. I know I need to write my own wp_hash_password() and wp_check_password() functions. However, the...

View Article

bcworkz on "Increase length of passwords"

I think it's risky. You may be OK for quite some time, most likely the only changes would be added columns, or maybe strengthening encryption which requires changing the size of the password hashes to,...

View Article


Jeroen Schmit on "Increase length of passwords"

Ok cool. I like this approach. I can even imagine skipping the part where they need to select a new password: If I hook into the login authentication I can add a check to see if the password matches...

View Article

vit4e on "dding text to all posts of certain category in wordpress"

I have some blog. In one of my category i have 500 posts. I need to insert one simply link on the top of all of this posts which are for example cat=5. How can i do it using mysql? Or is it better to...

View Article


say_hello on "different types and character sets - with live demo"

hello dear experts well i inverstigated some issues here on my beta-beta site. see the facebook-plugin from smashballon at the index-page at http://www.ex-libri.org here the facebook block /(from...

View Article

xmatter on "MS Web Platform & SQL Type"

We currently use WP to run our intranet, but with WAMP. We are removing the server where WP is installed and plan on using Microsoft's Web Platform Installer. I am use to using phpMyAdmin, but with the...

View Article


czerspalace on "MS Web Platform & SQL Type"

As long as it is still a MySQL server (per "it installs MySQL automatically" ) you can use phpMyAdmin. It is just an interface that connects to an instance of MySQL.

View Article

bcworkz on "Increase length of passwords"

No, you're right. You have the plain text password, you may as well use it. Good thinking! You'll need to alter the custom table record so your code knows to pass on subsequent logins to WP, just in...

View Article

Jeroen Schmit on "Increase length of passwords"

Do you know what the perfect hook would be to perform the sync? I've been digging through the code and it seems I need several hooks to cover all scenario's (login, create user, update user, reset...

View Article
Browsing all 5534 articles
Browse latest View live