how to fix #1932 - Table does not exist in engine - php

I had to install xampp for PHP Version7.2.12 instead of php version 5.6. Before i install xampp get htdocs and mysql\data backup. After install xampp successfully I copy some data from mysql\data backup folder and paste in current mysql\data\ folder. So pasted database and table show in phpmyadmin. But, When I click table show error like following.
1932 - Table 'databse_name.table_name' doesn't exist in engine
Please help me to access the table normally.

Solved.
I copy 10 files from backup folder mysql\data\ like aria_log.00000001, aria_log_control, auto.cnf, ib_logfile0, ib_logfile1, ibdata1, multi-master.info, mysql.pid, mysql_error and mysql_upgrade_info and paste in current mysql\data\ folder.
Now work normally.

Related

Show "Error: MySQL shutdown unexpectedly"? error again and again how to fix permanent

When I open XAMPP and click start MySQL button and it gives me an error.
I have follow this steps to fix the problem:
Rename folder mysql/data to mysql/data_old
Make a copy of mysql/backup folder and name it as mysql/data
Copy all your database folders from mysql/data_old into mysql/data (except mysql, performance_schema, and phpmyadmin folders)
Copy mysql/data_old/ibdata1 file into mysql/data folder
Start MySQL from XAMPP control panel
I have follow this steps but after few days same error repeated. and these solution worked after follow 4 to 5 time. Still facing the problem.
Can you please mention any other possible problem ??
Thanks in advance.
XAMPP is actually not recommended, unless for study purposes, so try installing mysql installer; https://dev.mysql.com/downloads/installer/

Wordpress Upgrade: Unable to update from Wordpress 3.8 to the latest using WP-CLI due to missing MySQL extension

I've moved a legacy site on Wordpress 3.8 from one server to another. The new server is on PHP 7 and I continue to get the error below:
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
I've tried installing the Wordpress command line tool WP-CLI but still get the same error.
What should I try next?
You are going to need to do a manual update.
Download the current/or version you need and once you’ve downloaded it, extract the zip file to your computer. Then, open the folder that contains all of the WordPress files and delete the following items:
The wp-config-sample.php file.
The wp-config.php file (you might not see this file – just make sure to delete it if it’s there).
The wp-content folder.
Once you’ve deleted those items, upload the remaining files/folders to your server via FTP. When prompted about duplicate files by your FTP client, tell it to overwrite all files:

Prestashop doesn't installs

I have xampp with PHP 7.3.2 installed on Windows 7.
I extracted the zip file that I downloaded from Prestashop website and I extracted it;
After doing that everything went fine except that on the "Store Installation" step I saw this error:
An error occurred during installation...
You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here.
1: Unable to write into "en-US"" (data layer : "PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache")
Already tried to restart installation, deleting the whole folder and then re-extract the archive
Screenshot:
Screenshot
I think error happens at copy files start, it may be a permission files problem.
Try to set read and write permissions to everybody on PS installation directory.
EDIT:
In Windows 7 click right button mouse on folder and select Properties. Click on Security tab and here you can set users' permissions.
About install in a Flash Drive, FAT32 does not support permission management. Format it with NTFS or install on hard disk.

Xampp recover DB

So basically today I uninstalled xampp and didn't realised that I deleted my database. I was supposed to reinstall xampp. Luckily I got my old files back via ShadowExplorer but other problem came with old database files. When I import them back to .../xam/mysql/data/ directory it showes me that : Error image
Also here is my folder : Database folder
I'm guessing that I forgot to make some additional changes
Install same version of XAMPP (Don't use new version or another version.)
Create a folder into xampp/mysql/data ("Old database name" like this xampp/mysql/data/db_restore), Copy all files like *.frm + *.ibd & etc into your created folder (xampp/mysql/data/db_restore).
Start MySQL.
Connect to your MySQL, Open db_restore database, Generate a SQL backup.

Error establishing a database connection on localhost xampp os x

i am very beginner in wordpress and want to learn it and the first step was fail :(
i tried to install it on localhost (xampp) and this error "Error establishing a database connection" kept shows
i did every step in this video https://www.youtube.com/watch?v=A3fXcvnzlkw
install xampp-osx-5.6.30.
turn on mysql database and apache server.
go to phpmyadmin and add new database name it "wp".
download wordpress 4.7.2
copy the wordpress folder to htdocs then rename it to wp.
go to wp-sample-config rename it to wp-config change the database name to wp, database username to root and database password empty ''.
in the browser localhost/wp/wp-admin/install.php
then the error shows
i tried to add new user in the phpmyadmin and change the wp-config
i tried to change the database host from localhost to 127.0.0.1 in wp-config
i tried to unistall xampp twice
i tried different program mamp
nothing helped
my os x version is os x yosemite 10.10.5
should i change any sittings in my computer?
is there any programs that i may install it causes the problem?
what can i do?
here some photo
wp-config /
Steps 6 and 7 aren't needed. WordPress creates the wp-config.php file when it discovers that there isn't one there. It prompts you for the database username, password, server (default localhost) and table prefix that you want.
Then it will ask you for some information about the site. Normally that's all you need to do, it will set up wordpress for you from this information. It might not like an empty password for the database user though. If you haven't changed the password you could try root as I think that is the default - root/root
You need to check first that xampp is working correctly though e.g. by outputting a simple html file.

Categories