Jump to content

Insert data into mysql


ludo1960

Recommended Posts

  • Replies 56
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Ok, after trying it all again ie truncate, load page again, still double entries. Here's the maria.err log

2019-05-14 20:37:23 139840968318336 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffe$

2019-05-14 20:37:23 139840968318336 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2019-05-14 20:37:23 139840968318336 [Note] InnoDB: The InnoDB memory heap is disabled
2019-05-14 20:37:23 139840968318336 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-05-14 20:37:23 139840968318336 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2019-05-14 20:37:23 139840968318336 [Note] InnoDB: Compressed tables use zlib 1.2.8
2019-05-14 20:37:23 139840968318336 [Note] InnoDB: Using Linux native AIO
2019-05-14 20:37:23 139840968318336 [Note] InnoDB: Using SSE crc32 instructions
2019-05-14 20:37:23 139840968318336 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2019-05-14 20:37:23 139840968318336 [Note] InnoDB: Completed initialization of buffer pool
2019-05-14 20:37:23 139840968318336 [Note] InnoDB: Highest supported file format is Barracuda.
2019-05-14 20:37:24 139840968318336 [Note] InnoDB: 128 rollback segment(s) are active.
2019-05-14 20:37:24 139840968318336 [Note] InnoDB: Waiting for purge to start
2019-05-14 20:37:24 139840968318336 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.42-84.2 started; log sequence number $
2019-05-14 20:37:24 139840301561600 [Note] InnoDB: Dumping buffer pool(s) not yet started
2019-05-14 20:37:24 139840968318336 [Note] Plugin 'FEEDBACK' is disabled.
2019-05-14 20:37:24 139840968318336 [Note] Server socket created on IP: '127.0.0.1'.
2019-05-14 20:37:24 139840968318336 [Note] Reading of all Master_info entries succeded
2019-05-14 20:37:24 139840968318336 [Note] Added new Master_info '' to hash table
2019-05-14 20:37:24 139840968318336 [Note] /usr/sbin/mysqld: ready for connections.
Version: '10.1.38-MariaDB-0+deb9u1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  Debian 9.8

 

Link to comment
Share on other sites

Good news guys, found the error:

I was having a tough time trying to install xdebug, I used the output from php -v and put it in here: https://xdebug.org/wizard.php  The output from my php.ini was PHP 7.2.18-..... Then the wizard gave me the steps to follow. The script needs phpize from the php-dev bundle seemingly. As I had just rebuilt my dev box, I was watching the xdebug install doing its thing and I noticed that php7.0 and php7.3 kept whizzing by as the script progressed. Strange I thought, i've got php7.2 why is xdebug downloading all this stuff?? Needless to say when i tried to get xdebug working by adding 

zend_extension=/usr/lib/php/20170718/xdebug.so

to the php.ini, and you guessed it, it didn't work! Plan B was called for, re-installed my dev box from scratch. Then installed php7.2-dev so that I had the right version of phpize, and it all went to plan. No more double entries in the database, and all errors are displayed...Result!!! Moral of the tale, dont trust the xdebug wizard!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.