plet9090 on "Connecting MySQL to User Google Maps API"
I am trying to connect each user's map to MySQL table titled "markers" so they can add a row by right clicking on the map, editing the info, and saving it. I am having difficulty with this. I don't...
View Articlesongdogtech on "CentOS 7.2: PHP installation appears to be missing the MySQL...
These are not server admin forums; stick with serverfault.
View Articlesayemkhan on "CentOS 7.2: PHP installation appears to be missing the MySQL...
Figured it out, just had to restart PHP-FastCGI: systemctl restart php-fastcgi.service
View Articleasolakian on "RETSCloud Intergration"
You may have to create a custom function to pull the information from the DB. Start by looking at the codex for SQL queries. https://codex.wordpress.org/Class_Reference/wpdb
View Articlem4kaveli13 on "[Plugin: Form Maker] Empty Records in MySQL Table"
Hi all, Has anyone else had an issue where the form information being submitted appears to work as it should. Meaning the email(s) are getting delivered and the form workflow suggests there were no...
View Articlebrsastre on "Understanding instances, and databases"
Hi, this is an extract from the book "Professional WordPress, Design and Development". I'm trying to understand some terminology related to MySQL,Wordpress, and instances. If you want to have multiple...
View Articlem4kaveli13 on "[Plugin: Form Maker] Empty Records in MySQL Table"
NVM. Figured it out. Thanks anyways
View ArticleSniffleValve on "Understanding instances, and databases"
The reason one would want to run multiple WP sites (instances) on a single MySQL database (instance) is that on some hosting plans you are only able to have one MySQL database. Using unique table...
View Articlemuax on "Auction / Bidding System"
Hello, i need your help on figuring out what might be the best solution for my problem. I did not found something like this and thats why I want to do it myself. Thank you in advance. I have a...
View ArticleINNOVOT on "Secure Database Connection"
Hello: I know one can enable SSL connections using: define('MYSQL_CLIENT_FLAGS', MYSQL_CLIENT_SSL); but how do you specify the CA certificate etc ? Thank you.
View ArticleINNOVOT on "Secure Database Connection"
Looks like not available yet :( https://core.trac.wordpress.org/ticket/28625
View ArticleGeorge Notaras on "Understanding instances, and databases"
As Lyle mentioned above, there was a time that people had to accommodate two or more web applications in a single database and custom table prefixes made that possible, so yeah it makes sense. About...
View Articlechelseacorinne on "[Plugin: WordPress SQL Backup] Sql help, uploading a blog...
I followed the steps listed here.... http://codex.wordpress.org/Restoring_Your_Database_From_Backup once i hit the "go" button it then imports and it says import successfully finished. but then the...
View Articlebsastre on "Understanding instances, and databases"
Valve, George, Thanks so much for taking the time to reply, an so fast! It is great that there are experienced and nice people like you willing to share knowledge. Have a great day.
View Articlegeorgepond on "[Plugin: FG Joomla to WordPress] Migrating from another host"
I get this message when I use the login information from the configuration.php file. I am migrating from one host to another. [fgj2wpp] Couldn't connect to the Joomla database. Please check your...
View Articler4debe on "Disabled sites redirect to enabled site after migration"
I used to have a few sites hosted with Hostgator but now I have moved them to a dedicated server running Ubuntu Server 14.04.3. I imported the mysql databases into new databases in mysql on the Linux...
View Articlevritzka on "Complex MYSQL query causes site to crash"
I am working on a real estate WP site that has a search function. Users can chose different options to refine the houses shown to them. There are options like land size, garage type, number of bedrooms...
View Articlecatacaustic on "Complex MYSQL query causes site to crash"
It's not the number of inner joins. I've done queries with a lot more than that before. My record for a generated search script was 50... Not a very pleasant database that one. The biggest issue that I...
View Articlevritzka on "Complex MYSQL query causes site to crash"
Right, I see what you mean. Thanks a lot for that. (there are 170k meta records ....) Can I change my query as you suggest while still using the WP function syntax? Or would I need to write my query...
View Articlecatacaustic on "Complex MYSQL query causes site to crash"
If it was me, I'd do it manually - but using $wpdb->prepare() for safety. My reason for that is that it makes it a lot easier to debug if (when...) I get a table name/alias/value/etc wrong and...
View Article