Questions tagged as 'mysql'

2
answers

(errno: 121) in MySQL

Problems compiling:    Query OK, 0 rows affected (0.00 sec)       Query OK, 0 rows affected (0.00 sec)       Query OK, 0 rows affected (0.00 sec)       Query OK, 1 row affected, 1 warning (0.00 sec)       Database changed       Query OK,...
asked by 04.11.2016 / 04:18
3
answers

Memory error when importing data in MySQL from an Excel excel file

This is receiving the following error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2 bytes) in C:\xampp\htdocs\servisa\Excel\reader.php on line 482 I have to read a very large Excel file (13 mb, 9...
asked by 12.04.2016 / 00:18
0
answers

MySQL Workbench quits unexpectedly after starting

Installe MySQL Workbench 6.3.10 in openSUSE LEAP 15 . When I want to open this application it tries to start but closes immediately and this message appears after running in "Konsole". sudo mysql-workbench    Found /usr/lib64/libprojectM-q...
asked by 19.12.2018 / 22:06
1
answer

Problems with DataSource on a tomcat server 8

I have a web project on a Tomcat server (Windows 2008) with a MariaDB 10.0 database, for the connection we use the mysql driver "mysql-connector-java-5.1.36-bin.jar". I have made a migration from TOMCAT from version 6 to 8. Apparently everyth...
asked by 24.08.2016 / 15:38
0
answers

Problems connecting to BD Cpanel

I am uploading my first web page for a client to the internet, the connection to the database in local I have no problems but in the hosting I do not know what is happening, I am trying to connect the DB in Cpanel but apparently there are certai...
asked by 01.12.2018 / 04:07
0
answers

How to customize an error message in mysql?

* I would like to know how to do so that the duplicate key error is not printed and to avoid displaying my tables information, using a personalized message * code CREATE DEFINER='root'@'localhost' PROCEDURE 'insertarclientes'(...
asked by 02.12.2018 / 21:54
2
answers

Consultation for CDR

Good, I'm doing a query to show all the missed calls that arrive to me in Asterisk in the last hour, but I find myself with the following problem: If I receive 2 calls, one of them not answered and the other answered, my query shows me the un...
asked by 08.02.2016 / 13:16
2
answers

Dependent selects 2 levels

I need your help: ( I have a problem with the dependent dropdown in 2 levels, one is for country, the other for city. The problem is that when I click a country, in the dropdown of the city I get stuck inside the whole whole html page and I ca...
asked by 30.03.2016 / 11:54
1
answer

Install mysql-python on Windows

What steps should I follow to correctly install mysql-python on my Windows operating system?     
asked by 11.02.2016 / 21:49
1
answer

I have this error Warning: mysqli num rows () expects parameter 1 to be mysqli result, boolean given

I have implemented a notification system, but I made a small addition to the connection and I get this error: Warning: mysqli num rows() expects parameter 1 to be mysqli result, boolean given But I do not know what it means or what I would...
asked by 24.12.2018 / 17:06