Asen.Varsanov
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: MySQL to MariaDB Anyone Do This?Yes these are the correct and I am sorry and apologizing for my bad language [you know in which post]. I really did not have intention to promote my site, just to give option to the broken links. Thanks for your understanding, I will try not to be so rude (actually I am trying that for long time …)
Forum: Fixing WordPress
In reply to: MySQL to MariaDB Anyone Do This?@avi_lambert keep rolling rolling rolling, keep rolling rolling rolling :D.
I had to move the blog temporarily to a free hosting, because I am hosting it on my own server, but now I am changing ISP and there will be a time gap where I won’t have internet connection. I saw that I gave the “dyndns” links in the previos post, which *may* (is dyndns slow with redirection to my domain or what … , we will see, but now it does not work) not work. So here are links that work:
[Links removed. Do not try to promote your site through these forums]
That should work for now. ??Forum: Fixing WordPress
In reply to: MySQL to MariaDB Anyone Do This?@ravanh thanks man and sorry for answering late, but saw your question just now (and I checked the thread completely randomly actually :D). Yes WordPress runs completely natively on Nginx and MariaDB, and all the steps that I described in my post are the *actual* steps that I did to install everything. No mods nothing, just the simple install. Since then I have upgraded MariaDB and Nginx several times and wrote how I did that too (also all *actual* steps Upgrade Nginx and keep it up-to-date the easy way, Upgrade source installation of MariaDB server and Upgrade source installation of PHP).
Forum: Fixing WordPress
In reply to: MySQL to MariaDB Anyone Do This?I use MariaDB, Nginx, PHP and WordPress and it works pretty good. I have fully described the whole installation here:
https://varsanov.org/?p=166About MariaDB:
“MariaDB is based on MySQL and is available under the terms of the GPL v2 license. It’s developed by the MariaDB community with Monty Program Ab as its main steward. MariaDB is kept up to date with the latest MySQL release from the same branch.
In most respects MariaDB will work exactly as MySQL: all commands, interfaces, libraries and APIs that exist in MySQL also exist in MariaDB. There is no need to convert databases to switch to MariaDB. MariaDB is a true drop in replacement of MySQL! Additionally, MariaDB has a lot of nice new features that you can take advantage of.”
https://kb.askmonty.org/en/about-mariadb/Forum: Fixing WordPress
In reply to: Issue with double dashBest solution I found is to
“comment out the first four elements of both arrays (in wordpress/wp-includes/formatting.php), so that it looks like this:$static_characters = array_merge(array( /* ‘—’, ‘ — ‘, ‘–’, ‘xn–’, */ ‘…’, ‘“’, ‘\’s’, ‘\’\’‘, ‘ ?’), $cockney);
$static_replacements = array_merge(array(/* ‘—’, ‘ — ‘, ‘–’, ‘xn--’, */ ‘…’, ‘“’, ‘’s’, ‘”’, ‘ ™’), $cockneyreplace);”Check this blog:
https://blog.paulbetts.org/index.php/2007/06/01/stop-wordpress-from-turning-double-dash-into-long-dash/
it is working best for me and it is retroactive, no need to edit anything from before. Cheers.