我想要创建一个用户详细信息页面,我已经创建了这个代码,检查这段代码,它是错误的,请告诉我应该做些什么来纠正它,如果您给我任何代码添加到我的代码中,那么请告诉我将代码放在哪里。
,它给了我以下错误,
Notice: Undefined index: id in C:\xampp\htdocs\mysql_login\user_details.php on line 32
Notice: Undefined index: username in C:\xampp\htdocs\mysql_login\user_details.php on line 33
Notice: Undefined i
我正在尝试为Ruby2.0.0安装mysql2 gem。
我试着遵循的指示,但没有成功。考虑到下面的错误信息,有人能帮我解决这个错误吗?
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing mysql2:
ERROR: Failed to build gem native extension.
C:/xampp/Ruby200-x64ruby.exe ext
我想从数据库中选择数据,并在我的网站上显示给登录的用户,但只有他的数据,而不是其他人的数据,当我把代码,它给了我很少的错误通知,我不知道如何解决它们,请帮助我。谢谢
错误通知提示:
Notice: Undefined index: username in C:\xampp\htdocs\mysql_login\user_details2.php on line 20
Notice: Undefined index: name in C:\xampp\htdocs\mysql_login\user_details2.php on line 21
Notice: Undefined index
Starting XAMPP for Linux 1.5.3a...
/opt/lampp/share/lampp/phpstatus: line 4: /opt/lampp/bin/php: No such file or directory
XAMPP: Starting Apache with SSL ...
XAMPP: Error 127! Couldn't start Apache!
XAMPP: Starting diagnose...
XAMPP: Sorry, I've no idea what's going wrong.
XAMPP: Please
11:05:16 AM [Apache] Apache Service detected with wrong path
11:05:16 AM [Apache] Change XAMPP Apache and Control Panel settings or
11:05:16 AM [Apache] Uninstall/disable the other service manually first
11:05:16 AM [Apache] Found Path: "C:\xampp\apache\bin\httpd.exe" -k runservi
我在我的C盘上安装了xampp,但它已经从我的计算机上删除了,我试图在C盘上重新安装它,但失败了,所以我最终还是在我的E盘上安装了它。
当我打开它时,它会给我这个错误信息。
2:52:51 AM [Apache] Apache Service detected with wrong path
2:52:51 AM [Apache] Change XAMPP Apache and Control Panel settings or
2:52:51 AM [Apache] Uninstall/disable the other service manually first
我在尝试连接CMS的“直通式”。但每次我试着这样做,我就会犯这个错误
Error: ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'localhost' (using password: YES)
at Handshake.Sequence._packetToError (C:\xampp\htdocs\directus\node_modules\mysql\lib\protocol\sequences\Sequence.js:47:14)
at Handshake.ErrorPack
我卸载了xampp,并在Windows上安装了带有最新5.4php的更新版本。当我尝试安装新版本的php时,C://xampp中的旧文件夹将被删除。我从该文件夹中删除了除memcached之外的所有内容,我不能删除它,因为其他人正在使用它。所以我在xampp54文件夹中安装了新的xampp版本。
当我安装新的xampp版本时,我收到mysql的以下错误
Expected Path: "c:\xampp54\apache\bin\httpd.exe" -k runservice
MySQL Service detected with wrong path
Change XAMPP
我安装了两个xampp,它们都有两个不同的PHP版本。当我使用旧PHP运行xampp时,一切运行都很顺利。但是,当我使用最新的PHP运行xampp时,无法运行Apache和MySQL,总是会出现“尝试启动mysql服务”和“尝试启动apache服务”这两个词。我试图为Apache和MySQL更改端口,但是一切都是无用的。哦,我收到这样一条错误信息:
11:07:51 [Apache] Apache Service detected with wrong path
11:07:51 [Apache] Change XAMPP Apache and Control Panel settin
如果没有错误消息,则无法安装mysql2。我已经尝试了所有我能想到的方法,包括使用devkit。
gem install mysql2 -- --with-mysql-include=c:/xampp/mysql/inclu
de --with-mysql-lib=c:/xampp/mysql/lib --with-mysql-config=c:/xampp/mysql/bin/my
sql_config
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a
我试图使用XAMPP文件中的用户pass登录mysql,但是我得到了以下错误:
mysql -u mysql -p; 1 ✘ at 11:48:02 AM
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
在很长一段时间里,它都运行得很好,我甚至不记得当我在我的电脑上安装这个Ubuntu的时候,它肯定已经超过6个月了。
我在Linux上安装了xampp (叫做lampp),一切都运行得很好,直到从上次重启开始我突然不能运行MySQL。
当我尝试转到localhost/phpmyadmin时,我得到了错误
#2002 - No such file or directory
The server is not responding (or the local server's socket is not correctly configured).
当我检查状态下的localhost/xa
我在几天前安装了XAMPP for Linux,并且运行良好。今天我做错了
chmod 777 /opt/lampp
那么MySQL将不会被启动。然后我完全卸载XAMPP,然后再次安装XAMPP,然后出现以下消息::
Starting XAMPP for Linux 1.8.1...
XAMPP: Another web server daemon is already running.
XAMPP: Another MySQL daemon is already running.
XAMPP: Another FTP daemon is already running.
XAMP
我刚刚在我的Ubuntu 12.04 (Mint 13 maya)操作系统上安装了xampp-linux-1.8.1。当运行lampp时,我得到:
/opt/lampp/lampp start
Starting XAMPP for Linux 1.8.1...
XAMPP: XAMPP-Apache is already running.
XAMPP: Another MySQL daemon is already running.
XAMPP: XAMPP-ProFTPD is already running.
XAMPP for Linux started.
在: localhost/xa
我在Mac机器(10.6.4)上通过XAMPP运行mysql和apache。我通常使用此设置进行PHP开发,但是
现在我想从Ruby on Rails开始。
不幸的是,我不能让mysql与RoR一起工作。我使用XAMPP启动mysql Server,当我执行"rake db:migrate“时,我得到以下输出:
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.
rake aborte
我已经在我的Windows XP上安装了XAMPP。我启动了XAMPP控制面板,它显示apache和mysql正在运行。
当我通过转到localhost/xampp检查状态时,它显示:
mysql : deactivated
当我运行访问mysql数据库的php文件时,它显示以下错误:
Warning: mysql_connect() [function.mysql-connect]: [2002] No connection could
be made because the target machine actively refused it. (trying to connect
v
在解决了Apache和Mysql问题之后,突然间,我面临着本地主机找不到的问题。
No webpage was found for the web address: http://localhost/phpmyadmin
我为MYSQL解决的问题是:
# The following options will be passed to all MySQL clients
[client]
# password = your_password
#port = 3306
port =8111
socket = "
我已经使用XAMPP几个月了,突然我在XAMPP中遇到了一个错误,我一直无法找到解决方案。
12:07:28 [mysql] Problem detected: MySQL Not Found!
12:07:28 [mysql] Disabling MySQL buttons
12:07:28 [mysql] Run this program from your XAMPP root directory!
这是我从XAMPP控制面板得到的错误。
当我转到XAMPP根目录并尝试运行mysql_start.bat文件时,它显示
mysql\bin\mysqld is not re
我已经在我的linux (suse) pc上安装了xampp。然后用命令启动lampp
/opt/lampp/lampp启动
上面写着:
Starting XAMPP for Linux 1.7.4...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
但是,当我试图连接到数据库时,我使用
mysql -u根-p
它给了我以下错误:
If 'mysql' is not
启动XAMPP时,我有这种类型的错误:
Starting XAMPP for Linux 1.7.7...
XAMPP: Another web server daemon is already running.
XAMPP: Starting MySQL...
XAMPP: Couldn't start MySQL!
XAMPP: Another FTP daemon is already running.
XAMPP for Linux started.
怎么才能解决??有人能帮我吗?
我的服务器上安装了apache2和Xampp,现在我的问题是
当我阻止apache2离开/etc/init.d/apache2 stop
并尝试像/opt/lampp/lampp restart一样重新启动xampp,我得到了响应
Stopping XAMPP for Linux 1.7.3a...
XAMPP: XAMPP-Apache is not running.
XAMPP: XAMPP-MySQL is not running.
XAMPP: XAMPP-ProFTPD is not running.
XAMPP stopped.
Starting XAMPP for Linux 1
当我打开xampp control panelv 3.1.0时,它显示以下error..when,我尝试运行它,它显示一些其他错误,xampp被终止。我首先看到skype有一些问题,我更改了端口,然后删除了skpe以检查问题。我用的是windows xp。谁来帮帮我。提前谢谢。
9:28:00 PM [main] Initializing Control Panel 9:28:00 PM [main] Windows Version: Windows XP SP2 32-bit 9:28:00 PM [main] enter code here XAMPP V
此外,xampp控制面板中的错误消息还声明:
找到路径:"C:\Program \ MySQL \ mysql Server 5.5\bin\mysqld“-默认-=”C:\Program\mysql服务器5.5\my.ini“mysql 20:08:20
预期路径:c:\xampp\mysql\bin\mysqld.exe --默认值-file=c:\xampp\ mysql \bin\my.ini mysql
您能帮忙吗?因为这是xampp v.3.2.1的新安装,我遵循了安装说明,我不知道为什么不工作。是否需要更改mysql中的httpd.conf文件中的路径才能找到路径?
我在我的PC上安装了“普通”Apache (使用PHP和MySQL),并且我想并行运行XAMPP。我在XAMPP配置中更改了HTTP(设为81)、MySQL(设为3307)和SSL(设为4433)的端口,但当我想启动它时,XAMPP会说:
Starting XAMPP for Linux 1.8.1...
XAMPP: Another web server daemon is already running.
XAMPP: Another MySQL daemon is already running.
XAMPP: Starting ProFTPD...
XAMPP for Linux st