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

jmyeom on "Will WordPress scrap the use of mysql_ functions?"

why would it need attention for 5.5? it is marked as deprecated as of 5.5, but it will still work.

View Article


philbonsai on "Where is Author Biography Stored?"

Hello I am outputting the author biography on each post. There are some encoding problems and need to run mysql command to replace the characters, but can't find where in the db the biography...

View Article


Chris Olbekson on "Where is Author Biography Stored?"

The bio or "description" meta_key value is stored on wp_usermeta. mysql> SELECT * FROM wpomni_usermeta WHERE meta_key = 'description' \G; *************************** 1. row...

View Article

philbonsai on "Where is Author Biography Stored?"

Got it. Thank you!

View Article

nourseman on "Wrong times displayed on a MYSQL table integrated into WP page"

I'm calling a separate mysql db that is logging songs we're playing for an online playlist history. I'm calling that db and the information is posting correctly, but the times are displayed in UTC....

View Article


kryvonis on "Minifying MySQL queries"

Hi! Calling this function I have much queries to mysql. It shows one newest post from each of 21 categories on front page. Can I do it in one mysql query? Please, help to write a query... function...

View Article

wilsonf1 on "Will WordPress scrap the use of mysql_ functions?"

and will be removed in the future. So the code behind WP will have to change at some point no? I just thought maybe they'd be some sort of official recognition of this happening in the future even if...

View Article

jashimili on "How to save multiple repeatable fields as array in database?"

On the theme im working i'm trying to make slideshow. I have everything set so far i just don't understand how to save them in database when there are multiple slides. I will skip the code as it's very...

View Article


caseyr28 on "password reset problems"

I recently migrated my WP site/database to a new host, and now can't login to the WP admin panel. I've tried resetting the password via MySQLadmin like this:...

View Article


esmi on "password reset problems"

What happens when you try to log in? What exactly did you change in the database?

View Article

caseyr28 on "password reset problems"

basically nothing happens when I try to log in, not even an error message. I tried manually changing the password under "wp_user" in the database per the instructions in the link above. basically my...

View Article

caseyr28 on "password reset problems"

found it. It was a permalink issue. To fix I went into mySQL admin and into wp_options>permalink_structure. Then I deleted permalink structure completely, and updated the URL's under "siteurl."

View Article

caseyr28 on "password reset problems"

topic closed

View Article


davetaylor91 on "[Plugin: Form Maker] Store certain information into a database"

Hi, is it possible to add multiple submit areas to my form, one of which stores the above data into a mysql database on my server, whereas the other retains it's original function. The reason behind...

View Article

webdorado on "[Plugin: Form Maker] Store certain information into a database"

Dear Dave, Unfortunately there is no such functionalty.

View Article


Subin Siby on "[Theme: Twenty Fourteen] MySQL has gone away for the query...

I had a lot of MySQL has gone away for the query errors when using some plugins and other stuff. I removed all of those server consumption plugins. But still at few times in a day when I get high...

View Article

davetaylor91 on "[Plugin: Form Maker] Store certain information into a database"

Thanks for getting back in touch, and for your response. I had my doubts, but thought that it would at least be best to ask, thanks anyway!

View Article


lacheney on "Query Wordpress database by registered date and role"

I would like to get the display name and email address for all users who have registered to my multisite today with the role of subscriber. It needs to be an SQL query as it's used outside of the WP...

View Article

Subin Siby on "[Theme: Twenty Fourteen] MySQL has gone away for the query...

My Blog is http://subinsb.com

View Article

esmi on "[Theme: Twenty Fourteen] MySQL has gone away for the query when...

Are you using a child theme or a custom CSS plugin?

View Article
Browsing all 5527 articles
Browse latest View live