422 solutions found in database
Page 20 of 22votes
I'm trying to use PyMySQL on Ubuntu. I've installed `pymysql` using both `pip` and `pip3` but every time I use `import pymysql`, it returns `ImportEr...
votes
Before you think this is a duplicate question, I believe I have a unique, even if it is somewhat dim-witted, case. A few days ago, I upgraded the version of...
votes
I have ran `aptitude install php5-mysql` (and restarted MySQL/Apache 2), but I am still getting this error: > Fatal error: Call to undefined function mysq...
votes
I run `sudo pip install git-review`, and get the following messages: <!-- language: lang-none --> Downloading/unpacking git-review Cannot...
votes
I'm running Ubuntu 10.10 64 bit. I have ia32-libs installed along with Android Debug Bridge version 1.0.26. My problem(s): 1. `adb devices` >>&...
votes
I use the pylons and sqlalchemy. I constantly update the schema files and delete and recreate the database so that new schema can be made. Every time I do t...
votes
I'm installing MongoDB on an Ubuntu 14.04 machine, using the instructions at: https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/ So I r...
votes
My local environment is: - Fresh Ubuntu 16.04 - With PHP 7 - With installed MySQL 5.7 ```bash sudo apt-get install mysql-common mysql-server ```...
votes
I did a new install of PostgreSQL 8.4 on [Linux Mint][1]/[Ubuntu][2]. How do I create a user for PostgreSQL and log in using *psql*? When I type `psql`, it j...
votes
I have installed MySQL and even logged in there as a user. But when I try to connect like this: http://localhost:3306 mysql://localhost:3306...
votes
I am trying to uninstall mysql from my ubuntu 12.04 completely. But not able to. I tried a lot of commands. But nothing is working. Can anyone help out here!...
votes
I have recently installed PostgreSQL on Ubuntu with the EnterpriseDB package. I can connect to the database locally, but I can't configure it because I can&...
votes
How do I change the MySQL root password and username in ubuntu server? Do I need to stop the mysql service before setting any changes?
votes
In the query below, it is currently displaying user that is enrolled in courses. I would like the query to show non enrolled user also. SELECT user.first...
votes
I'm running a PHP script and continue to receive errors like: > Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php on line 1...
votes
Would you recommend using a [datetime][1] or a [timestamp][1] field, and why (using MySQL)? I'm working with PHP on the server side. [1]: https:/...
votes
I have a `.sql` file with an export from `phpMyAdmin`. I want to import it into a different server using the command line. I have a [Windows Server 2008][1]...
votes
If user input is inserted without modification into an SQL query, then the application becomes vulnerable to [SQL injection][1], like in the following example:...
votes
What are the technical reasons for why one shouldn't use `mysql_*` functions? (e.g. `mysql_query()`, `mysql_connect()` or `mysql_real_escape_string()`)?...
votes
I have this table for documents (simplified version here): | id | rev | content | |------|-------|-----------------------...