After an insert statement a “success” message appears, but the insert doesn’t go through.
]]>DELETE * FROM wp_posts WHERE post_type = ‘flamingo_inbound’
Try running the above script. It appears to run quickly however the data remains in the table.
]]>Is there a way to execute multiple statements at one time? I’ve tried using just the following and although it says success the fields are not updated.
UPDATE mfp_options SET option_value = '[email protected]' WHERE option_name = 'admin_email';
UPDATE mfp_options SET option_value = 'm/d/Y' WHERE option_name = 'date_format';
UPDATE mfp_options SET option_value = '/%postname%/' WHERE option_name = 'permalink_structure';
UPDATE mfp_options SET option_value = 'America/New_York' WHERE option_name = 'timezone_string';
UPDATE mfp_options SET option_value = '0' WHERE option_name = 'uploads_use_yearmonth_folders';
Thanks
]]>I need access to an external AWS MySQL database on my WordPress front end. Would like to have this capability available to my blog/website subscribers.
Thank You
]]>I’m running a SELECT COUNT(*) on my DB and it’s coming back with the green “Success” bar, but no actual count. Regular queries do work, just that COUNT isn’t returning any data.
]]>Hi, installed the plugin in my site and get the following message when connecting to the sql database..
Connection failed: Unknown MySQL server host ‘localhost:3306’ (-2)
I can connect to the database from the hosting site using the same wp-config.php file…
]]>Is it possible to remotely administer a database that is not on the same server as the WordPress site that Database My Admin is installed on?
If not, is it possible that you could add that feature?
When I must choose my database I can see only 1 database but I have 2 database
]]>how to Create new database easily from WP admin dashboard?
]]>Everytime I use a like operation like this LIKE ‘%OLDURL%’ it remove the first % charecter.
]]>Is it possible to connect this plugin to a remote database which is not the database supporting the WordPress instance in which the plugin is installed?
]]>Hi,
I can see the content of a table, but i need to export it to csv. Is that possible?
]]>Hello., Dear., How are you.
Firstly thank very much for make & open great plugin for using.
I have question, I would like to migration from Mysql to Maria DB…
So can I use this plug-in for migration from Mysql to Maria DB?
Thank you.
]]>hello,
for some reason, it tries to connect to localhost:3306:3306 instead to localhost:3306
how do i resolve this please?
]]>