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...
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...
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...
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...
* 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'(...
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...
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...
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...