Jump to content




How to: Create a MySQL Database Login

networking lua utility

  • You cannot reply to this topic
36 replies to this topic

#21 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 14 March 2015 - 12:19 AM

View PostRoD, on 13 March 2015 - 08:57 PM, said:

View PostDannySMc, on 13 March 2015 - 04:14 PM, said:

View PostRoD, on 13 March 2015 - 03:51 PM, said:

Really good tutorial, i managed to create this using your post. Thanks :D (And see what you think of it)

Glad it was of use!

EDIT: Add it to my appstore? :D
that would be a honnor :D

thanks xD

#22 NathanAdhitya

  • Members
  • 8 posts

Posted 17 May 2015 - 01:37 AM

This tutorial is very neat, ive been thinking this for a while, but well, you came up on the screen.
Tyvm!

#23 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 17 May 2015 - 09:19 PM

View PostNathanAdhitya, on 17 May 2015 - 01:37 AM, said:

This tutorial is very neat, ive been thinking this for a while, but well, you came up on the screen.
Tyvm!

Haha glad you liked it, if you wish to see more in-depth posts using http api, just check out my app store ;D

Click my profile and scroll to the App Store! :D it uses multiple uploading and downloading and uses a lot of requests, if you ever get stuck or need some help do ask, I would suggest using MySQLi or PDO as it is a lot better! :D

#24 Waitdev_

  • Members
  • 432 posts
  • LocationAdelaide

Posted 31 May 2015 - 11:07 AM

you said that you were going to add a pastebin link for the lua and php.... where is that?

#25 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 31 May 2015 - 12:20 PM

View PostWait_, on 31 May 2015 - 11:07 AM, said:

you said that you were going to add a pastebin link for the lua and php.... where is that?

Apologies I did not do this at the time, I have to remake this in MySQLi instead, so when I do that I can PM you with some links, unless you want them as soon as?

#26 Waitdev_

  • Members
  • 432 posts
  • LocationAdelaide

Posted 01 June 2015 - 10:55 AM

ok thats fine with me, you can send me them when you got them ;)

Edited by Wait_, 01 June 2015 - 10:57 AM.


#27 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 01 June 2015 - 12:50 PM

View PostWait_, on 01 June 2015 - 10:55 AM, said:

ok thats fine with me, you can send me them when you got them ;)/>

Haha okay, I shall just remodel it to work with MySQLi and send them over, will PM you :P You could use mine if you wanted?;) We have a shared username system has tons of emails, usernames, and all passwords are hashed :D

#28 gheotic

  • Members
  • 64 posts
  • LocationDenmark

Posted 10 November 2015 - 11:51 AM

I'm getting this error:
Parse error: syntax error, unexpected '='
on line 24... Who do i fix this?

#29 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 10 November 2015 - 01:14 PM

View Postgheotic, on 10 November 2015 - 11:51 AM, said:

I'm getting this error:
Parse error: syntax error, unexpected '='
on line 24... Who do i fix this?
Interesting what code are you using? I really need to update this >.<

#30 oxygencraft

  • Members
  • 38 posts

Posted 19 November 2015 - 06:52 AM

How do i setup the MySQL tables?

#31 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 19 November 2015 - 09:09 AM

View Postoxygencraft, on 19 November 2015 - 06:52 AM, said:

How do i setup the MySQL tables?

Have you got a database? so you will need some kind of web server with php installed and a sql database.

#32 oxygencraft

  • Members
  • 38 posts

Posted 19 November 2015 - 10:34 AM

View PostDannySMc, on 19 November 2015 - 09:09 AM, said:

View Postoxygencraft, on 19 November 2015 - 06:52 AM, said:

How do i setup the MySQL tables?

Have you got a database? so you will need some kind of web server with php installed and a sql database.

I got a MySQL server up and running, i made a database but I don't know how do I setup the tables.

#33 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 19 November 2015 - 01:37 PM

View Postoxygencraft, on 19 November 2015 - 10:34 AM, said:

View PostDannySMc, on 19 November 2015 - 09:09 AM, said:

View Postoxygencraft, on 19 November 2015 - 06:52 AM, said:

How do i setup the MySQL tables?

Have you got a database? so you will need some kind of web server with php installed and a sql database.

I got a MySQL server up and running, i made a database but I don't know how do I setup the tables.

Do you have a backend? like phpmyadmin? if not you will need to set up via command line.

#34 oxygencraft

  • Members
  • 38 posts

Posted 19 November 2015 - 09:45 PM

View PostDannySMc, on 19 November 2015 - 01:37 PM, said:

View Postoxygencraft, on 19 November 2015 - 10:34 AM, said:

View PostDannySMc, on 19 November 2015 - 09:09 AM, said:

View Postoxygencraft, on 19 November 2015 - 06:52 AM, said:

How do i setup the MySQL tables?

Have you got a database? so you will need some kind of web server with php installed and a sql database.

I got a MySQL server up and running, i made a database but I don't know how do I setup the tables.

Do you have a backend? like phpmyadmin? if not you will need to set up via command line.

I have PHPMyAdmin.

#35 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 19 November 2015 - 09:55 PM

View Postoxygencraft, on 19 November 2015 - 09:45 PM, said:

View PostDannySMc, on 19 November 2015 - 01:37 PM, said:

View Postoxygencraft, on 19 November 2015 - 10:34 AM, said:

View PostDannySMc, on 19 November 2015 - 09:09 AM, said:

View Postoxygencraft, on 19 November 2015 - 06:52 AM, said:

How do i setup the MySQL tables?

Have you got a database? so you will need some kind of web server with php installed and a sql database.

I got a MySQL server up and running, i made a database but I don't know how do I setup the tables.

Do you have a backend? like phpmyadmin? if not you will need to set up via command line.

I have PHPMyAdmin.

Well login and simply click create table...? I would suggest doing a tutorial on how to use phpmyadmin...

#36 oxygencraft

  • Members
  • 38 posts

Posted 20 November 2015 - 04:49 AM

View PostDannySMc, on 19 November 2015 - 09:55 PM, said:

View Postoxygencraft, on 19 November 2015 - 09:45 PM, said:

View PostDannySMc, on 19 November 2015 - 01:37 PM, said:

View Postoxygencraft, on 19 November 2015 - 10:34 AM, said:

View PostDannySMc, on 19 November 2015 - 09:09 AM, said:

View Postoxygencraft, on 19 November 2015 - 06:52 AM, said:

How do i setup the MySQL tables?

Have you got a database? so you will need some kind of web server with php installed and a sql database.

I got a MySQL server up and running, i made a database but I don't know how do I setup the tables.

Do you have a backend? like phpmyadmin? if not you will need to set up via command line.

I have PHPMyAdmin.

Well login and simply click create table...? I would suggest doing a tutorial on how to use phpmyadmin...

Well I don't know what columns to setup and stuff like that.

#37 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 20 November 2015 - 06:43 PM

View Postoxygencraft, on 20 November 2015 - 04:49 AM, said:

View PostDannySMc, on 19 November 2015 - 09:55 PM, said:

View Postoxygencraft, on 19 November 2015 - 09:45 PM, said:

View PostDannySMc, on 19 November 2015 - 01:37 PM, said:

View Postoxygencraft, on 19 November 2015 - 10:34 AM, said:

View PostDannySMc, on 19 November 2015 - 09:09 AM, said:

View Postoxygencraft, on 19 November 2015 - 06:52 AM, said:

How do i setup the MySQL tables?

Have you got a database? so you will need some kind of web server with php installed and a sql database.

I got a MySQL server up and running, i made a database but I don't know how do I setup the tables.

Do you have a backend? like phpmyadmin? if not you will need to set up via command line.

I have PHPMyAdmin.

Well login and simply click create table...? I would suggest doing a tutorial on how to use phpmyadmin...

Well I don't know what columns to setup and stuff like that.

Learn, google stuff





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users