phpmyadmin
#5

Quote:
Originally Posted by Loinal
View Post
I made not working

i have

mysql=mysql_connect("localhost","root","zx","");

so i tried to make that and type same info in the event connection not working
If I got you right you tried to open 2 connections to the same Database (Event system and the other one - but they are now one and the same!) That is not neccessary. You just need 1 connection. AFAIK this doesn't work on purpose, at least by default.

You keep the queries like they were before, just that you move the tables (all contents of the other database) to your own Database. Then you only need one connection to your own Database.

If "zx" is now the new Database with all contents, the code above should be ok and it should work like expected. Like I said the queries remain the same. Make sure all queries and mysql functions are executed on the connection to "zx".
Reply


Messages In This Thread
phpmyadmin - by Loinal - 08.02.2017, 17:54
Re: phpmyadmin - by saffierr - 08.02.2017, 18:10
Re: phpmyadmin - by Loinal - 08.02.2017, 18:34
Re: phpmyadmin - by BiosMarcel - 08.02.2017, 18:58
Re: phpmyadmin - by NaS - 08.02.2017, 19:02
Re: phpmyadmin - by Loinal - 08.02.2017, 19:11
Re: phpmyadmin - by NaS - 08.02.2017, 19:19
Re: phpmyadmin - by Astralis - 08.02.2017, 19:39
Re: phpmyadmin - by Loinal - 08.02.2017, 21:52
Re: phpmyadmin - by Loinal - 09.02.2017, 07:40

Forum Jump:


Users browsing this thread: 2 Guest(s)