简体   繁体   English

如何将用户从旧数据库导入新的Joomla MySQL数据库?

[英]How do I import users from an old database into a new Joomla MySQL database?

So I have this old list of usernames and email addresses supplied by a client containing the fields Business Type Name Date registered Telephone and Email 因此,我有一个由客户提供的用户名和电子邮件地址的旧列表,其中包含字段Business Type Name Date registered TelephoneEmail

I have posted an html version of the php file that contains the php code here http://www.localdirectoryltd.co.uk/admini/business-list.html . 我在http://www.localdirectoryltd.co.uk/admini/business-list.html上发布了包含php代码的php文件的html版本。 If you inspect the code you will see the lines of php. 如果您检查代码,您将看到php的代码行。

I have recreated the website that uses this list of users using Joomla and SobiPro. 我已经使用Joomla和SobiPro重新创建了使用此用户列表的网站。 I now need to recreate the user accounts on the new site as normal Joomla registered users. 现在,我需要以普通的Joomla注册用户身份在新站点上重新创建用户帐户。

I know how to locate the user table in the new Joomla MySQL database using PHPmyAdmin. 我知道如何使用PHPmyAdmin在新的Joomla MySQL数据库中找到用户表。

I have no idea where to start or how I would go about moving the usernames, names and email addresses to the new database. 我不知道从哪里开始或如何将用户名,名称和电子邮件地址移到新数据库。 Can anyone with MySQL and Joomla experience please help and send me in the right direction? 有MySQL和Joomla经验的人可以帮助您,并向正确的方向发送信息吗?

Many thanks 非常感谢

There's a component for this. 有一个组件。 It's called userport and you can find it in the Joomla Extensions Directory: http://extensions.joomla.org/search?q=userport . 它称为userport,您可以在Joomla扩展目录中找到它: http ://extensions.joomla.org/search?q=userport。

You'll have to make a csv file or something in the like, but it should be pretty straightforward. 您必须制作一个csv文件或类似的文件,但是它应该非常简单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM