Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Php login problems

Guest
Aug 18, 2010 Aug 18, 2010

I'm having a problem setting up a php login system and got an error that means that the php can't find a mysql service at the location. I was looking around dreamweaver and noticed I couldn't access my databases through the Windows, Database Tab even though I have set up a testing server. Could this be part of the problem? Also If you have any ideas how to solve this problem it would be great

Thanks

TOPICS
Server side applications
580
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 21, 2010 Aug 21, 2010

could it be something with dreamweaver or could it be dbs

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 23, 2010 Aug 23, 2010

anyone

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 24, 2010 Aug 24, 2010

I'm having the exact same problem. I can't connect to the remote database when I try to add the connection. Am having lots of difficulties finding a thorough description for setting up a PRODUCTION PHP MySQL database connection.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 24, 2010 Aug 24, 2010
LATEST

Use a formation based solution.

Start with Advanced Set Up then Remote and Testing Server.

Make sure they all direct back to just one folder.

When making the connection, run:

Connection Name: local

MYSQL Server: localhost

User Name: root

Password: 'Use the MySQL Admin Password'.

Database:  'Use select to start with'.

Using select will confirm the connection before its made and enable connection text errors editing.

Sabby76

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 24, 2010 Aug 24, 2010

I use a PC with Vista.

I run CS4 Dreamweaver, with MySQL and PHP.

Make sure you remove any forward tabs at the end of the Local Network, Dreamweaver directories.

They can conflict/

Sabby76

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines