Skip to main content

Questions tagged [mysql]

MySQL is an Open Source database now owned by Oracle. The MySQL documentation is expansive and incredibly useful.

0 votes
1 answer
9 views

.mysql_history: how to persist it with the official MariaDB Docker image?

How does it work the MariaDB .mysql_history file from the official MariaDB Docker image? It's not really something I want in production. But it might be handy in a developer setup. Also, although it ...
1 vote
1 answer
6k views

MAMP set up under the administrator account does not start servers under user account

I set up MAMP under an administrator account on this Mac OS 10.6.6. That works fine. The Apache and MySQL server start and php works. When I log on to a user account with administrator privileges ...
0 votes
1 answer
735 views

Temp folder unusable

I had mysql-server installed, wordpress was working fine then I tried to install cyberpanel which failed installing mariadb So I manually tried to install mariadb to know why it failed, it failed ...
1 vote
1 answer
7k views

Fully resetting MySQL

I've just spun up a CentOS 6 server. I installed mysql on it yum install mysql-server And after I started the MySQL service it spat out on STDOUT a bunch of stuff about the necessity of changing the ...
0 votes
0 answers
31 views

Initializing database using mysql-operator

I have a rather complex application, with several applicative components and a MySQL database. I am using kubernetes and Helm manage it. I would like to clusterize the database using mysql-operator, ...
4 votes
1 answer
9k views

MySQL Workbench * could not be fetched

I set up a MySQL Server on a Ubuntu machine. I added a user A with only access to one Database 'B'. If I log in with it in MySQL Workbench, it shows me: Tables could not be fetched Views could not ...
0 votes
0 answers
6 views

Combining Tables in MySQL [migrated]

I am in need of some help I have a Database that hold product records as well as sale location data and I need to have a data set returned with data from different tables So far I have tried the ...
0 votes
0 answers
13 views

mysql - show all users/hosts with privileges to access a certain database [migrated]

Is there a way to list all users/hosts that have been granted access to a database? I know I can do this: > show grants for someuser; +---------------------------------------------------------------...
-2 votes
0 answers
16 views

there's packet loss in my .pcap file and i want to find the cause for it [closed]

[enter image description here][1] https://i.sstatic.net/fzMo9dj6.png
0 votes
1 answer
4k views

Import a local SQL File To a Remote Server Using SSH Tunnel

I have a connection between my localhost and a remote server using putty SSH tunnel. Thats fine. Now I need a command to get the sql file on my local machine i.e. c:\folder\test.sql and import it ...
0 votes
1 answer
3k views

MySql error: Access denied for user 'root'@'localhost' (using password: NO)

I am trying to retrieve my data from MySQL to be used in python. But it prints out TypeError: 'NoneType' object is not iterable The server log shows that Access denied for user 'root'@'localhost' (...
1 vote
0 answers
59 views

systemd: ensure, service is started after mysql

I have a systemd path unit, which watches a config file to apply db changes if the config file changes. To ensure the path unit runs after mysql, I added these lines: Wants=mysqld.service After=mysqld....
2 votes
1 answer
688 views

Cannot install mariadb-server on Debian "There is a MariaDB/MySQL server running" (because of Akonadi?)

Preamble, I've done some research and as usual we have a cornucopia of similar questions but not exactly covering the described title: https://askubuntu.com/questions/1407756/akonadi-on-kde-cant-...
2 votes
1 answer
4k views

Can't start mariadb service with brew in mac

I am trying to start mariaDB in mac with brew services. I run brew services stop --all jenkins-lts none mariadb none memcached none mysql none [email protected] ...
0 votes
2 answers
4k views

Where to retrieve MySQL Database Backup? Centos 6

Had taken a look at: Where Are Databases Located - MySQL File Location Didn't seem to help much. I used this for a single MySQLDatabase backup: http://www.tecmint.com/mysql-backup-and-restore-...

15 30 50 per page
1
2 3 4 5
130