Edit History Actions Discussion

Diff for "Info/MySQL"

Differences between revisions 1 and 2
Revision 1 as of 2006-12-18 16:26:36
Size: 42
Comment:
Revision 2 as of 2006-12-18 16:41:23
Size: 510
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
= MySQL =
== User ==
MySQL host is 192.168.0.1
Line 3: Line 6:
= MySQL =
Usage
Localhost, 127.0.0.1 or UNIX-socket will Not work.

Database name is the same as your user account.

PHPMyAdmin is available at https://marcusson.no-ip.com/phpmyadmin

== Admin ==
Notes for admin ;)

 1. Create user, allow connections from localhost.
 1. Update user, allow connections from blinkenshell.org.
 1. Create database with same name as user.
 1. Add privileges (all data and structure) to user for the database.

MySQL

User

MySQL host is 192.168.0.1

Localhost, 127.0.0.1 or UNIX-socket will Not work.

Database name is the same as your user account.

PHPMyAdmin is available at https://marcusson.no-ip.com/phpmyadmin

Admin

Notes for admin ;)

  1. Create user, allow connections from localhost.
  2. Update user, allow connections from blinkenshell.org.
  3. Create database with same name as user.
  4. Add privileges (all data and structure) to user for the database.