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

Rob Cubbon on "Database name is known – is this a security issue?"

Thanks bemdesign. Understood.

View Article


jaspud on "[Plugin: Email Users] High MySQL Queries?"

Hi there, I've been running p3 plugin profiler to find what might be slowing down my sites and I was getting a mysql queries in the range of 500-800 every time. When I disable email users, it...

View Article


jaspud on "[Plugin: Email Users] High MySQL Queries?"

I am using email users in conjunction with a website that uses s2member, event espresso and wpmandrill. I tested the mysql queries on several sites (have 11 similar) and the massive drop in queries...

View Article

Mike Walsh on "[Plugin: Email Users] High MySQL Queries?"

Do you see the query being run on every page load? If so, frontend or dashboard? The only time the query needs to be run is when composing a message or notification or when on the user settings page....

View Article

jaspud on "[Plugin: Email Users] High MySQL Queries?"

Yes, they're being run always. I have mass message and notification turned to ON for every user which we manually turned on. I assumed it would only run when sending a message or grabbing users for a...

View Article


jaspud on "[Plugin: Email Users] High MySQL Queries?"

I think if I'm using the profiler correctly, its dashboard side

View Article

Skoad on "Admin-ajax.php being Called from Admin Pages Causing DB Connection...

andddd its back. Absolutely no idea what is causing it after-all. 9second loading time for admin0ajax. fun stuff

View Article

jennyerb on "Backing up and Restoring Wordpress with phpMyAdmin"

After updating my locally-hosted Wordpress site and plugins (in preparation to move to GoDaddy), my site went down from a corrupted plugin update. Before, I backed up using two methods: a .zip export...

View Article


niknolte on "[Plugin: Pie Register] Bug on forgot_password site"

hey, i found a bug on the forgot_password site. After i type the username/email, the following warnings pop up: Warning: mysql_real_escape_string(): No such file or directory in...

View Article


jlee_shiver on "Wordpress and MySQL Database integration"

Hi! I have an existing database (MySQL using phpMyAdmin) that I would like to display information from on my Wordpress site. When I installed Wordpress, I created a new database in phpMyAdmin for...

View Article

AvWijk on "[Plugin: Participants Database] MySQL connection problems with...

Hello, I used to run Wordpress 3.9 installation and PDb with no problems whatsoever on my own server. I moved to a new web hoster and did a fresh installation and PDb (latest version) and came to the...

View Article

fermin.cabriles on "Errores con plugin de wordpress"

Instale WP a traves de Fantastico de Luxe del control panel del site, la version que el instala por default es 3.5, luego de realizado todo el site, de pronto aparece en lugar de la pagina principal,...

View Article

xnau on "[Plugin: Participants Database] MySQL connection problems with...

This is a question for your web host, they'll know what to do.

View Article


esmi on "Errores con plugin de wordpress"

I'm sorry but these are English language community forums, so please use English or provide an English translation. Alternatively, use a WP support forum in your language.

View Article

bcworkz on "Wordpress and MySQL Database integration"

I don't think "integrate" is the right term. You can access the data using PHP functions like mysqli_query() but any of the usual WP functions to access the database, including $wpdb methods, will not...

View Article


jlee_shiver on "Wordpress and MySQL Database integration"

Okay, thanks. I understand how to connect to a database using PHP. My ultimate goal is to be able to run queries and display them using my Wordpress site. Would I need to create a widget for that?

View Article

catacaustic on "Wordpress and MySQL Database integration"

That all depends on how you want to display the data. There's a lot more options then just widgets. I'd also suggest looking at shortcodes, and even creating custom post types to handle the data if...

View Article


MariuszEm on "WP_query and MySQL lost connection"

Hi there, I've encountered filtering problem. What have I done: <?php $query_array = array('relation' => 'OR'); array_push($query_array, array( 'key' => 'filter1', 'value' => 'value1',...

View Article

aluiest on "[Plugin: Participants Database] MySQL connection problems with...

I think this error hapen becouse wordpress 3.9 use now mysqli driver, then the function the plugin must use is mysqli_real_escape_string or use wordpress function like $wpdb->prepare.

View Article

MariuszEm on "WP_query and MySQL lost connection"

Did it. Just make it: array( 'key' => 'filter1', 'value' => 'value1' OR 'value2' OR 'value3', 'compare' => 'LIKE' ) Now I need to put values dynamicly.

View Article
Browsing all 5530 articles
Browse latest View live