如何在 Linux 服务器中将现有 MYSQL 与 XAMPP 连接
在我的服务器中,安装了 MYSQl 并且它有一些数据库。 我已经在服务器中安装了xampp(LAMPP)。 我的问题是,现在有两个 mysql 并且发生冲突。 我的 xampp 位于 /opt/lampp 文件夹中 如何将我的旧 MYSQL 连接到 LAMPP,以便我可以使用现有数据库? (php.ini 文件有什么变化吗?)
In my server, MYSQl is installed and it has some databases.
I have installed xampp (LAMPP) in the server.
My problem is , now there are two mysql and it is clashing.
My xampp is in /opt/lampp folder
How to connect my old MYSQL to the LAMPP, so that i can use existing databases?
(Any change in php.ini file?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需将 MySQL 数据从 MySQL/Data 目录复制到 XAMPP MySQL/Data 目录中即可——如果我错了,请纠正我,但这就是我在 Windows 上使用 WAMP 所做的事情。
Just copy your MySQL data from the MySQL/Data directory into the XAMPP MySQL/Data directory -- correct me if I am wrong but this is what I did on windows with WAMP.
有类似的问题。将 Mysql/data 文件从 wampp mysql/data 目录复制到
xampp mysql/data 目录。复制完成后,只需重新启动 xampp mysql 服务,表和数据就会出现在 phpmyadmin 上
Had a similar problem. Copied Mysql/data files from wampp mysql/data directory to
xampp mysql/data directory. After the copy is done, simply restart xampp mysql service and the tables and data should appear on phpmyadmin