About 1,059,486 results (3,507 milliseconds)

Delete instances | Cloud SQL for MySQL | Google Cloud

https://cloud.google.com/sql/docs/mysql/delete-instance
This page describes how to delete Cloud SQL instances. Warning: All data on an instance, including backups, is permanently lost when that instance is deleted.

Python+MySQL performance vs PHP+MySQL

https://groups.google.com/g/pymysql-users/c/LP87327mV5U
The script I am using to compare PHP and Python simply receives POST data via JQuery, constructs the appropriate SQL command, and performs an update or delete ...

MySQL state

https://groups.google.com/g/salt-users/c/EeIzYFMuNI0/m/FzjZ6svBuloJ
cnf onto the minion. 3. Restart an optionally running MySQL service if my.cnf changed. 4. delete possibly existing MySQL root accounts (I use the debian-admin ...

ConcurrentModificationError: Deleted rowcount 0 ... but only on mysql?

https://groups.google.com/g/sqlalchemy/c/-uMK7x4Wg0I
> time in one place of my code. We have tests for cursor.rowcount that pass fully using OurSQL. Have you tried MySQL-python just to check ...

About Cloud SQL backups | Cloud SQL for MySQL | Google Cloud

https://cloud.google.com/sql/docs/mysql/backup-recovery/backups
We charge a lower rate for backup storage than for other types of instances. Cloud SQL doesn't take a backup of an instance if you stop or delete the instance.

on first run: State mysql_user.present found in sls mysql is unavailable

https://groups.google.com/g/salt-users/c/EwHh7SjKjgU
You do not have permission to delete messages in this group. Copy link ... running but not the mysql-client and mysql-python packages being installed ...

Fetching data from BigQuery and inserting into MySQL

https://groups.google.com/g/google-cloud-sql-discuss/c/lwReZ9UABsU/m/CbENCqODBQAJ
Jun 14, 2016 ... My Python program connects to big query and fetching data which I want to insert into a mysql table. Its successfully fetching the results from bigquery.

deleting from a many-to-many association table

https://groups.google.com/g/sqlalchemy/c/c7997mFmYN8
May 19, 2014 ... with MySQL 5.5 at RDS. (SQLAlchemy 0.9.2, Python 2.7 in both cases.) I found this baffling. However, with `lazy='joined' ...

How to rename column on MySQL without deleting existing data?

https://groups.google.com/g/sqlalchemy-alembic/c/Oo3hOdz_3T4
Aug 27, 2019 ... You do not have permission to delete messages in this group. Copy ... * Python 3.6.8. * SQLAlchemy 1.3.6. * Alembic 1.0.11. models.py ...

Connecting to Cloud SQL with Cloud Functions

https://codelabs.developers.google.com/codelabs/connecting-to-cloud-sql-with-cloud-functions
How to connect to a Cloud SQL database instance (either MySQL or PostgreSQL) using Python. ... In the Delete instance window, type the name of your ...

Manage users with built-in authentication | Cloud SQL for MySQL ...

https://cloud.google.com/sql/docs/mysql/create-manage-users
You can remove a password policy from a user that has the built-in authentication type. gcloud REST v1 REST v1beta4 More. To remove the user password policy ...

Purge history from rundeck due to extremely slow UI

https://groups.google.com/g/rundeck-discuss/c/W9sYZQK0dW8
Tried using the bulk delete API, but the job looked like it was taking about 4 seconds per job and was doing it all in a mysql transaction so it was going to ...

Slow deletes with the bulk delete tool

https://groups.google.com/g/orthanc-users/c/C9cjV9ro9cM/m/fEmLkoYdAQAJ
... in the database, causing incoming exams to crash with MySQL errors (lock errors). I use Orthanc with MySQL, storing the exams in the filesystem. I'm also ...

SQLAlchemy + MySQL + UTF-8 support - how?

https://groups.google.com/g/pylons-discuss/c/ol2m46kiSYA
May 11, 2007 ... You do not have permission to delete messages in this group ... - In "http://docs.pythonweb.org/display/pylonsdocs/ ... File "/tmp/easy_install- ...

Upgrade 2.0.5 to 2.0.6 fails database evolution

https://groups.google.com/g/reviewboard/c/c1AXAeEz9h0/m/A3zxPqGdUnYJ
I don't know python but this error leads me to believe this is a problem with my python installation. ... Is it good enough just to delete the database in mysql ...

Stored-procedure commit woes

https://groups.google.com/g/sqlalchemy/c/MxoL9YttsZ8
In your case, you should use a simple MySQL-python script first, get the SP to run and commit, without any “out of sync” messages. I think that is the ...

RF22 Wireless Temperature Sensor - Log Data in MySQL

https://groups.google.com/g/privateeyepi/c/qByvR71umaA
FYI, after looking more into it, I found some Python scripts that updated temperatures in MySQL. ... Create a python script ... I would delete the # symbols in ...

Delete all rows in BigQuery and other DML statements to add ...

https://cloud.google.com/blog/topics/developers-practitioners/bigquery-explained-data-manipulation-dml
Nov 13, 2020 ... When performing a DELETE operation to remove all the rows from a table, use TRUNCATE TABLE statement instead. The TRUNCATE TABLE statement is a ...

Decimals generated as strings in query

https://groups.google.com/g/sqlalchemy/c/lRWebyWl_A4
You do not have permission to delete messages in ... I'm getting the same result with MySQL-Python, PyMySQL, and Mysql-connector. ... Even though NUMERIC and ...

how to drop segments quickly?

https://groups.google.com/g/druid-development/c/tPfjYb9goXs
If you really want to manually remove a segment, you can set the "used" flag for that segment to 'false' in your mysql database. Disabling a datasource ...