About 1,941,730 results (4,702 milliseconds)

MySQL Connection Fail on Mac OS X 9

https://groups.google.com/g/stacks-users/c/dpijdyjxL_E
Jun 21, 2014 ... % mysql -u stacks -p password mysql> use redseaexp_radtags; Database changed mysql> show tables ... mysql(mysql)://stacks:xxx@localhost/ ...

dumb OSSEC database question

https://groups.google.com/g/ossec-list/c/z6cXq1iZYTo
Jun 15, 2012 ... I have a dumb database question. I followed the directions to send output the mysql database here: ... mysql> show tables;. +--------------------- ...

[slurm-users] DBD Reset

https://groups.google.com/g/slurm-users/c/BATrdN0CXCk
Jun 16, 2022 ... And I've verified that it has made tables, and that I can connect from the host with the correct credentials. mysql> show tables;. + ...

fetching table from mysql and display it using cherrypy!

https://groups.google.com/g/cherrypy-users/c/AMTPx3TJFt8
please any help would be awesome!! def connect(thread_index):. cherrypy.thread_data.db = MySQLdb.connect('localhost' ...

Running checksetup.pl ends with error: DBD::mysql::st execute ...

https://groups.google.com/g/mozilla.support.bugzilla/c/s0589wtC9Vw
Running checksetup.pl ends with error: DBD::mysql::st execute failed: Table 'bugs.flags' doesn't exist [for Statement "SHOW INDEX FROM flags"] at Bugzilla/DB/ ...

access tables in database using web2py DAL from iPython prompt

https://groups.google.com/g/web2py/c/ZH2vLVODlq4
Sep 30, 2012 ... ... database from mysql prompt? For example, I created a table using DAL, then went to mysql prompt and deleted the table. When I tried to run ...

Unable to view (accounts and account_external_ids) in Gerrit-2.15 ...

https://groups.google.com/g/repo-discuss/c/6DjqoWf6YTU
May 2, 2018 ... MYSQL Command - show tables; doesn't show the account details, As I need to delete few user accounts from the MYSQL-DB, So could you help me ...

best way to Export Cloud SQL database

https://groups.google.com/g/google-cloud-sql-discuss/c/sfOShJ92_7Y
Aug 27, 2019 ... mysqldump db table--skip-lock-tables --single ... databases to import, and this list must not contain the mysql system database.

automap_base from MySQL doesn't setup all tables in Base.classes ...

https://groups.google.com/g/sqlalchemy/c/uQ7MijlHW1Y
Jul 20, 2016 ... some of the tables in this database are association tables. Those tables do show up in metadata, e.g.. In [74]: Base.metadata.tables ...

Django Tutorial 1.1: Viewing SQLite3 tables

https://groups.google.com/g/django-users/c/do7SRCIHBIQ
Run the command-line client for your database and type \dt (PostgreSQL), SHOW TABLES; (MySQL), or .schema(SQLite) to display the tables Django created.

how to display all the tables of my DB

https://groups.google.com/g/sqlalchemy/c/JXdmC_t6950
I need to display into a checkListBox (I'm writin a GUI with wxPython) all the tables embedded in my Database. Initially I thought that I must to do ...

Galera cluster and mysql restore issue

https://groups.google.com/g/codership-team/c/usMUNDs9cHQ
Sep 14, 2015 ... As long as I am creating database/tables/ adding data directly ... SHOW CREATE TABLE), then those INSERTS produced by mysqldump will not be

pt-table-checksum

https://groups.google.com/g/percona-discussion/c/62Xn6G4tCiQ
Mar 23, 2021 ... ... check differences between my master mysql database and backup mysql database. I want the pt-table-checksum to show errors if there are ...

How to use field type "sql" for list all db tables in extension manifest

https://groups.google.com/g/joomla-dev-general/c/m0cR7fkSXPY
Nov 15, 2012 ... The type="sql" has some quirks and limitations. It's supposed to work with MySQL (probably won't with SQLazure that's shipped with Joomla

Errors creating tables with bareos

https://groups.google.com/g/bareos-users/c/hvKLbWcHaG4
ERR=Table 'bareos.Job' doesn't exist. Did the make table script fail? Logging into MySQL and showing all the tables in the bareos DB, I have: mysql> show tables ...

Strange queries every 10 seconds to DB

https://groups.google.com/g/play-framework/c/vOrLzdtDOuM
Does anybody know why there are queries SHOW FULL TABLES FROM `ARM` LIKE 'PROBABLYNOT' in a MySQL general log? What process sends them?

Sahana-eden First run error

https://groups.google.com/g/sahana-eden/c/wbrFfKMWl_g
$mysql --user=sahana --password=password password mysql> USE sahana; Database changed mysql> SHOW TABLES; Empty set (0.00 sec) mysql> CREATE TABLE `sahana`.

OIT-RC - MySQL

https://sites.google.com/pdx.edu/research-computing/getting-started/sql-databases/mysql
... databases, or if not specified in connection command). mysql> use databaseName;. Show all tables in database: mysql> show tables;. Describe a table: mysql ...

Analysis Exception : Table or View not found for existing Delta table

https://groups.google.com/g/delta-users/c/OPFUqiZ-VDU
May 12, 2021 ... if (spark.sql(s"SHOW TABLES IN ${DB} like '${tableName}'").count ... database (mysql, postgres etc). https://tibco-computedb.readthedocs ...

Debezium MYSQL(Aurora) Connector not working.

https://groups.google.com/g/debezium/c/Ygr8yZ6zDhk
Weired is that, no new table is working, existing all things working fine , if i add different database schema table it is working. ... "database.include.list": " ...