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

calebimler on "Creating MySQL databases on my own server (OS X)"

I want to get my computer setup to host WordPress sites for building, and I'll later push them to another hosting service, but for now I'm having trouble creating a MySQL database. Actually, I created...

View Article


Samuel Wood (Otto) on "High CPU Load After Update to v4.3"

@Torben, @dudutz This is not a generic magic pill that will fix every possible problem. The post I wrote specifically addresses people having a problem with "high CPU load". If you have other problems,...

View Article


Anthony Bartoli on "Creating MySQL databases on my own server (OS X)"

Try logging into mysql on the command line with the username and password you tried using when setting up WordPress. Then run: SHOW DATABASES; If you don't see the database you created for your...

View Article

kofi cypher on "Creating MySQL databases on my own server (OS X)"

Anthony, can you please help me resolve my issue, refer to the topics in forum titled, "Cannot secure a connection to wordpress.org" thanks

View Article

BdN3504 on "How to create a random Number for menu_order in MySQL"

I am trying to figure out how to create a MySql query that will fill the menu_order column for my custom post type with random numerical data that is unique for every post and is limited to a specific...

View Article


dudutz on "High CPU Load After Update to v4.3"

I found the problem, seems like the 4.3 version updated my wordpress multisite .htaccess file (which is not the same like a simple wordpress website), I have deleted the .htaccess and uploaded this, if...

View Article

Benjamin on "[Plugin: All-in-One Event Calendar] integrate with custom mysql...

Hi, We use Wordpress database so unfortunately I do not have an answer for you, maybe one of the forum members has an idea or can help.

View Article

maikverge on "Odd Permalinks 404 error"

So, I did something stupid, I changed my permalinks to get rid of the /index.php before all of my page links, and now everything but my homepage is gone. Even the new pages I create cannot be found....

View Article


maikverge on "Odd Permalinks 404 error"

No custom permalinks work now, but at least the default does.

View Article


maikverge on "Odd Permalinks 404 error"

Sigh, don't assume your /etc/apache2/apache2.conf file's override is set to allow. Even though your brain explicitly remembers setting it, it lies. Anyone running into this problem, my particular case...

View Article

BdN3504 on "How to create a random Number for menu_order in MySQL"

On the mysql irc channel this code was suggested: SET @rank := 0; UPDATE posts SET menu_order = @rank := @rank + 1 where gmr_posts.post_type = 'my_cpt' ORDER BY RAND(); This works well enough, although...

View Article

Andriucurli on "Problem migrating a WP site to other server"

Hi, i have to move a WP site to other server and i am getting some problems to make it work. My main problem is that the MYSQL version supported in the new server is older than the new one - yeah, it's...

View Article

scott9s on "High CPU Load After Update to v4.3"

I am having the same issue. too many cron jobs being created causing the server to crash. I implemented this fix:...

View Article


yerooon on "High CPU Load After Update to v4.3"

Thank you very much Samuel Wood (Otto)! Also for explaining everything so good. :-) It worked like a charm. I already spend too much time on it and even moved servers because I was thinking it was my...

View Article

leblanc1 on "Enviar las publicaciones a los subscriptores con php"

Hola, he creado un formulario de inscripción , una tabla en mysql y un archivo php para procesar el formulario de inscripción, ¿ahora como sería el código que tengo que poner en functions.php para que...

View Article


AutoCultivo on "High CPU Load After Update to v4.3"

Thanks fix works for me. Now low cpu usage.

View Article

AutoCultivo on "High CPU Load After Update to v4.3"

http://postimg.org/image/sg7a8py9j/

View Article


noaneo on "[Plugin: Forum_wordpress_fr] Warning: mysql_get_server_info():"

hi, no isssue? A Friend in Infomaniak to these error messages Warning: mysql_get_server_info(): Access denied for user ''@'localhost' (using password: NO) in...

View Article

cyang255 on "Execute PHP code and MySQL"

Hi, I was wondering what is the best practices to execute PHP snippet to extract data from MySQL table and displayed in a page? There are so many plugins to do so, but I was wondering which is the...

View Article

bemdesign on "Execute PHP code and MySQL"

To create/edit/delete custom data into or on-top of WordPress, I like to use the Pods Framework plugin: https://wordpress.org/plugins/pods/. In your particular case, you may want to consider using it's...

View Article
Browsing all 5527 articles
Browse latest View live