程序问答   发布时间:2022-06-02  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了将 PHP 8 添加到 wamp 后 phpmyadmin 不起作用大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

如何解决将 php 8 添加到 wamp 后 phpR_827_11845@yadmin 不起作用?

开发过程中遇到将 php 8 添加到 wamp 后 phpR_827_11845@yadmin 不起作用的问题如何解决?下面主要结合日常开发的经验,给出你关于将 php 8 添加到 wamp 后 phpR_827_11845@yadmin 不起作用的解决方法建议,希望对你解决将 php 8 添加到 wamp 后 phpR_827_11845@yadmin 不起作用有所启发或帮助;

我已按照此 tutorial 将 php 8 添加到 WAMP。

之后我发现打开 phpR_827_11845@yadmin 时出错。错误说 phpR_827_11845@yadmin - Error The MysqLi extension is missing. Please check your php configuration. See our documentation for more information.

我重新启动了 WAMP 和所有服务几次,甚至重新启动了我的笔记本电脑。如 here 所述,对 php.ini 进行了更改,但仍然无法正常工作。

在尝试将更改从 Laravel 迁移到数据库时也发生了此错误,我不确定这是否有助于分析问题。

php Warning:  php Startup: Unable to load dynamic library 'pdo_firebird' (trIEd: C:/wamP64/bin/php/php8.0.3/ext\pdo_firebird (The specifIEd module Could not be found),C:/wamP64/bin/php/php8.0.3/ext\php_pdo_firebird.dll (The specifIEd module Could not be found)) in UnkNown on line 0

Warning: php Startup: Unable to load dynamic library 'pdo_firebird' (trIEd: C:/wamP64/bin/php/php8.0.3/ext\pdo_firebird (The specifIEd module Could not be found),C:/wamP64/bin/php/php8.0.3/ext\php_pdo_firebird.dll (The specifIEd module Could not be found)) in UnkNown on 
line 0
php Warning:  php Startup: Unable to load dynamic library 'pdo_oci' (trIEd: C:/wamP64/bin/php/php8.0.3/ext\pdo_oci (The specifIEd module Could not be found),C:/wamP64/bin/php/php8.0.3/ext\php_pdo_oci.dll (The specifIEd module Could not be found)) in UnkNown on line 0    

Warning: php Startup: Unable to load dynamic library 'pdo_oci' (trIEd: C:/wamP64/bin/php/php8.0.3/ext\pdo_oci (The specifIEd module Could not be found),C:/wamP64/bin/php/php8.0.3/ext\php_pdo_oci.dll (The specifIEd module Could not be found)) in UnkNown on line 0
MigraTing: 2014_10_12_000000_create_users_table

   Illuminate\Database\queryException 

  sqlSTATE[42S01]: Base table or vIEw already exists: 1050 table 'users' already exists (sql: create table `users` (`ID` bigint unsigned not null auto_increment priMary key,`name` varchar(255) not null,`email` varchar(255) not null,`email_verifIEd_at` timestamp null,`password` varchar(255) not null,`remember_token` varchar(100) null,`created_at` timestamp null,`updated_at` timestamp null) default character set utf8 collate 'utf8_unicode_ci')

  at D:\Laravel\example-app\vendor\laravel\framework\src\Illuminate\Database\Connection.php:678
    674▕         // If an exception occurs when attempTing to run a query,we'll format the error
    675▕         // message to include the bindings with sql,which will make this exception a
    676▕         // lot more Helpful to the developer instead of just the database's errors.
    677▕         catch (Exception $E) {
  ➜ 678▕             throw new queryException(
    679▕                 $query,$this->prepareBindings($bindings),$e
    680▕             );
    681▕         }
    682▕

  1   D:\Laravel\example-app\vendor\laravel\framework\src\Illuminate\Database\Connection.php:471
      PDOException::("sqlSTATE[42S01]: Base table or vIEw already exists: 1050 table 'users' already exists")

  2   D:\Laravel\example-app\vendor\laravel\framework\src\Illuminate\Database\Connection.php:471
      PDOStatement::execute()

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

@H_874_25@

大佬总结

以上是大佬教程为你收集整理的将 PHP 8 添加到 wamp 后 phpmyadmin 不起作用全部内容,希望文章能够帮你解决将 PHP 8 添加到 wamp 后 phpmyadmin 不起作用所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。